Manages diffs in a revision (allow creation)

GET /v1/revision/518022/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": 1110153,
            "phid": "PHID-DIFF-67axdpx6hbccj3yql7f7",
            "review_task_id": "V5KjQWGmQJasnJLaX7KuDw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0bcd43e966419dfa7230d6f2be4eb4dd36d2cb04",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110153/issues/?format=api"
        },
        {
            "id": 1112658,
            "phid": "PHID-DIFF-gxe2rrhhzivf4l3v2dwg",
            "review_task_id": "Q5qJGO4XSb2EoiSX70bpeA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4df917f4c10bccb3f205bedeb1731f7d2fb6034d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112658/issues/?format=api"
        }
    ]
}