Manages diffs in a revision (allow creation)

GET /v1/revision/518454/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": 1110337,
            "phid": "PHID-DIFF-7mm3oatppoxsu2h7sgdq",
            "review_task_id": "TDel4M35Th68vcVGgKx9Zw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cfcc2ff34d667be4a3b0b052143a5d3dda79fcd2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110337/issues/?format=api"
        },
        {
            "id": 1111303,
            "phid": "PHID-DIFF-lnfmecynynvsav3jvgbc",
            "review_task_id": "a9rHXRAOTXKnvH3Ct47tQg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1c21db41c20bdedcb0ca119d097059c7b6435ed8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111303/issues/?format=api"
        }
    ]
}