Manages diffs in a revision (allow creation)

GET /v1/revision/483740/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": 1067023,
            "phid": "PHID-DIFF-6vtfspbvkrwq7nah4fv7",
            "review_task_id": "Upv45QzbQYyZEqPmf-u5pw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "432b93ebf6bbffff80a0732aec87f234c7420dd0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1067023/issues/?format=api"
        },
        {
            "id": 1067406,
            "phid": "PHID-DIFF-tbxxerpdfepnzhghfxxn",
            "review_task_id": "U07aaajvQKSZGdIY_v7cbQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "ea22acfb67fe3bac851250ae1fa8cac119b03c65",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1067406/issues/?format=api"
        }
    ]
}