Manages diffs in a revision (allow creation)

GET /v1/revision/477565/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": 1053488,
            "phid": "PHID-DIFF-xmjzxlwcuhfzl55c7uqs",
            "review_task_id": "BSVMUk31S2C2l6fVuhnxIg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "ed1a3a0e7399a2b01d01fb3132bffc8977362a1f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053488/issues/?format=api"
        },
        {
            "id": 1055918,
            "phid": "PHID-DIFF-dv3ln64yronnmtvbdrdn",
            "review_task_id": "CDxkt_QjQyilzS2F5Q4_Gw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "70f33760c53cccc4f0e429c389ca8d81edb49381",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1055918/issues/?format=api"
        }
    ]
}