Manages diffs in a revision (allow creation)

GET /v1/revision/520012/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": 1111078,
            "phid": "PHID-DIFF-h5vz7z4q5qj4hzh44fd4",
            "review_task_id": "UhMItWeJR9WoUR_7zzUx7w",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "ddb38cbcb006e0af957eb7951e7e3139a1ed4325",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111078/issues/?format=api"
        }
    ]
}