Manages diffs in a revision (allow creation)

GET /v1/revision/413496/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 957904,
            "phid": "PHID-DIFF-7s6znk5cdyqgz34aqthg",
            "review_task_id": "WNFR4VATQTWe9S4-PDmAPQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "44479eaceaeda17a306dbfc9d60eaf2307cd3924",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957904/issues/?format=api"
        },
        {
            "id": 958781,
            "phid": "PHID-DIFF-upknnmgv3csxnzur3c4n",
            "review_task_id": "GhBbzsc2ScSra6djPv6UKg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ddf81c5a1cfdc8c457a2ad7ae4919d9c0cb79478",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958781/issues/?format=api"
        },
        {
            "id": 959452,
            "phid": "PHID-DIFF-fq7krazkl67tdexoyy2h",
            "review_task_id": "bpdHIr_CRGS8M1cIlkVxKw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a59c52e48da1f585e236802c6637f23b4a65a35c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/959452/issues/?format=api"
        }
    ]
}