Manages diffs in a revision (allow creation)

GET /v1/revision/391865/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 940679,
            "phid": "PHID-DIFF-7theohhnvdktf733ptfd",
            "review_task_id": "BxPC-_7HS32X5hwQnDOjyQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "466809c0718f6f09e667335c44dbfe8edface58c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940679/issues/?format=api"
        }
    ]
}