Manages diffs in a revision (allow creation)

GET /v1/revision/486026/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": 1073613,
            "phid": "PHID-DIFF-dmtmhde5rhocy76fwdmx",
            "review_task_id": "HSCZ1-1ZTrS_vVpum_YQLA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f9211ba657a4fc6b499e56d1bf9a50a1d1a8f0bf",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1073613/issues/?format=api"
        },
        {
            "id": 1076936,
            "phid": "PHID-DIFF-r54qzgat6crnt7woy6gi",
            "review_task_id": "GYkD-XXYRh2AUseRQjnyDQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a655d8f604ae1665688b9f18d0a193c0697c1f12",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1076936/issues/?format=api"
        }
    ]
}