Manages diffs in a revision (allow creation)

GET /v1/revision/403262/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": 950528,
            "phid": "PHID-DIFF-kvjyvlclcumnccqzciyi",
            "review_task_id": "ZLgqmB0xStmeOfMyAKPxLA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d605f7768e1513b5680a3148d3e4a3b151053093",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950528/issues/?format=api"
        }
    ]
}