Manages diffs in a revision (allow creation)

GET /v1/revision/427797/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": 967380,
            "phid": "PHID-DIFF-m5mbvxykduhhblgadnrf",
            "review_task_id": "LYJvzZq1TvaXB3Uxbzw8Pg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cb7a1a12c3262a35e54429c751c38e13e927bd2f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/967380/issues/?format=api"
        },
        {
            "id": 967903,
            "phid": "PHID-DIFF-tlbj3ar7p4swa7y5kt5j",
            "review_task_id": "X-uT5lWSRkuA82yiuh8VEw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "584ca653b0e7f1c900b8e5ef4bd4819050204bc1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/967903/issues/?format=api"
        }
    ]
}