Manages diffs in a revision (allow creation)

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1085922,
            "phid": "PHID-DIFF-wnhyxor3kvqwgv65vgkj",
            "review_task_id": "aPrMI3NyT22AAQFJ7C1wfQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "233ef08db0fa18f3109d7158cc58c3cdd8e6a64c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1085922/issues/?format=api"
        },
        {
            "id": 1085925,
            "phid": "PHID-DIFF-e2e3dmfu643ggxnw42lx",
            "review_task_id": "KN40Wn_MToKrxCHfx-JOiA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5812bf917c9c79e5edbe5915696fa3cd4b7e3c02",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1085925/issues/?format=api"
        }
    ]
}