Manages diffs in a revision (allow creation)

GET /v1/revision/485290/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": 1072390,
            "phid": "PHID-DIFF-qlrfqqj7zl7s6dvemxjd",
            "review_task_id": "YGOw2Ek9RmKhdKOWghvv_w",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "21c7b40c463ee055031377bba2c9cd64bd4a392d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1072390/issues/?format=api"
        },
        {
            "id": 1078305,
            "phid": "PHID-DIFF-bfnarfuljz24aebong3j",
            "review_task_id": "Xvyt77m1RcqybAxbHFaVtQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "bd892f924b67ecee6533ac8902788ae5d74294d5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078305/issues/?format=api"
        }
    ]
}