Manages diffs in a revision (allow creation)

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1073150,
            "phid": "PHID-DIFF-mbcarops235ldyjzow4j",
            "review_task_id": "GXNRJSLGQMOG2ewTLvckcg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "39f057a883f4ce52d566bce61c1e70ddec72d37d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1073150/issues/?format=api"
        }
    ]
}