Manages diffs in a revision (allow creation)

GET /v1/revision/496711/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": 1087792,
            "phid": "PHID-DIFF-pdcy4fye2hy22kyiofzx",
            "review_task_id": "LXYV1UafSaOHa7k8Tv2Etw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "9fd6e6c08d5705db765b0db52a65668d6e525658",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087792/issues/?format=api"
        },
        {
            "id": 1088540,
            "phid": "PHID-DIFF-4ukyolcgvy4mcnobam3u",
            "review_task_id": "UZ6RLLlMTQq952vRfaYrgw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "bce675509d7aec7142c8367ad2ed84271430fc54",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1088540/issues/?format=api"
        }
    ]
}