Manages diffs in a revision (allow creation)

GET /v1/revision/495900/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": 1086562,
            "phid": "PHID-DIFF-ptkvl7eiid7ibdey6vyn",
            "review_task_id": "eSrg81JxSSuw2gPF9OwDQw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "52d468a53ff33ddbb4a6057f47548fcc5fb59ac9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086562/issues/?format=api"
        },
        {
            "id": 1087441,
            "phid": "PHID-DIFF-wv4onxdzmrnudl36n64r",
            "review_task_id": "SOatYeSGT9um2-EmBsqS4Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b652f4c1da7b92ae3b879ebea405eac61efb8ae0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087441/issues/?format=api"
        }
    ]
}