Manages diffs in a revision (allow creation)

GET /v1/revision/475493/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": 1036158,
            "phid": "PHID-DIFF-p4dnhe2y2anrhe6ham4e",
            "review_task_id": "LkpM6KPCT4muFFjzuL6yng",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "e52081622ff003f90a7d6078dd9a06072e5d5bea",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1036158/issues/?format=api"
        },
        {
            "id": 1040655,
            "phid": "PHID-DIFF-7oydy2brdhl6t5dhvijr",
            "review_task_id": "egiHbcNYQsGbfclpRooA4w",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "1ea9c7f9714c4a5c255fbf075cc8c57235f090d7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1040655/issues/?format=api"
        },
        {
            "id": 1041652,
            "phid": "PHID-DIFF-6swal2nps57pky4ctxas",
            "review_task_id": "TOaEB9N5T9C2PRtPDnb0Og",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "55ec85c57564bd3528cfb1849fa487b81ac1c4ef",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1041652/issues/?format=api"
        }
    ]
}