Manages diffs in a revision (allow creation)

GET /v1/revision/477503/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": 1053116,
            "phid": "PHID-DIFF-dtn4lt5wksj3jv7fdkzi",
            "review_task_id": "ZVa2j73fRS6cZvZVFe3eDQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "48b15ebe43c37c52721c5f5a7060aa3939f51ad6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053116/issues/?format=api"
        },
        {
            "id": 1053148,
            "phid": "PHID-DIFF-vp2i6z3m7xed4jrfxwzs",
            "review_task_id": "euYAleYsTxeMtg7kZnu-UQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7a184688bc55980239dd628a89f8fa63afcb0d0b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053148/issues/?format=api"
        }
    ]
}