Manages diffs in a revision (allow creation)

GET /v1/revision/413897/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": 958512,
            "phid": "PHID-DIFF-clvd5wkchps24tzfsy3s",
            "review_task_id": "L1VVm0GiQOmRUPAtGfVYpg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ba68b8f4844ff9ae00b55ea2e10aa4aa2742b1e1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958512/issues/?format=api"
        },
        {
            "id": 959196,
            "phid": "PHID-DIFF-2ahr6f4auzvcv5wtfyl5",
            "review_task_id": "dh-uj54HRCy57145B337UA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5f84fc5a11f451aa6c4867247a28f273320ba4bf",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/959196/issues/?format=api"
        }
    ]
}