Manages diffs in a revision (allow creation)

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1075549,
            "phid": "PHID-DIFF-shglqlykkcj5hnyne7q6",
            "review_task_id": "P6VoljFpQtKbxWIXYn66Hw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0ecb439083ee178fd6f69bf348bd64d8b16d3c49",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1075549/issues/?format=api"
        },
        {
            "id": 1075557,
            "phid": "PHID-DIFF-666aqr6xamsqk2xvqfnf",
            "review_task_id": "asZED_GLTjy11qUuH4BfRw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f8d15933e43413d267a23bb2aa6510c29809f9f0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1075557/issues/?format=api"
        },
        {
            "id": 1077141,
            "phid": "PHID-DIFF-y6qxosyfoajjd7wgc3t2",
            "review_task_id": "f5HQegFCRzCYEtqrZ7zp8A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b19eef5e88d1d7b05858060b3938ca7233a07062",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077141/issues/?format=api"
        }
    ]
}