Manages diffs in a revision (allow creation)

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1105097,
            "phid": "PHID-DIFF-jpy7spnz6gpu2p64b6o4",
            "review_task_id": "Moo8vbPpTiy6IXjZZzq1Hw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "e6251d2634dbe25da53915456278a9ae63de4023",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105097/issues/?format=api"
        },
        {
            "id": 1105103,
            "phid": "PHID-DIFF-ajsrqaanibzt4kixn5j7",
            "review_task_id": "a88mO7PJQvq7Qdc-IYgk-A",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "da04353bc467ef304791715299ac320e8be39c7e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105103/issues/?format=api"
        },
        {
            "id": 1105140,
            "phid": "PHID-DIFF-dxxeekfqcbv43sndmf3p",
            "review_task_id": "VFwesjItTU2xhrS9lXVLVw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "92aff31a02da52b31f904204cfe5b1e3d402f46b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105140/issues/?format=api"
        },
        {
            "id": 1105702,
            "phid": "PHID-DIFF-lgj7vdpil2cgaeytzg52",
            "review_task_id": "USplNiNrSd6k7yeHZ6XN5g",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "0609841f5627ea23eea8ddaa9f6b724fd70174fe",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105702/issues/?format=api"
        }
    ]
}