Manages diffs in a revision (allow creation)

GET /v1/revision/491154/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": 1078393,
            "phid": "PHID-DIFF-os5k47qessnymujhaj57",
            "review_task_id": "dha5ZoZYRaO3El43UYTf6g",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "88f7472ab34550f51b5d698a2c72d0a534edef76",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078393/issues/?format=api"
        },
        {
            "id": 1078833,
            "phid": "PHID-DIFF-4pe7cuo27d7r73mmwwdm",
            "review_task_id": "DgDEnfNeQd6oxNPAOIg74A",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "1bac4d29fc54b66219726bdccf48b818c1931eba",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078833/issues/?format=api"
        }
    ]
}