Manages diffs in a revision (allow creation)

GET /v1/revision/517319/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": 1109699,
            "phid": "PHID-DIFF-twqyjuz2w2n4yvgqgnyg",
            "review_task_id": "ed1LCxlFQ0uJpROVZZxaoQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9f239cd9ed59e41b97a0a450da2f6affe8da8040",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109699/issues/?format=api"
        },
        {
            "id": 1112388,
            "phid": "PHID-DIFF-z5vtzzjecrnxgtkv2xg2",
            "review_task_id": "PEoge7rnQyK_SOHKt-n8_g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6f94b4a5e3c2a08bd37a0f842d03cc98d7175a92",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112388/issues/?format=api"
        },
        {
            "id": 1113195,
            "phid": "PHID-DIFF-xqm5pfd6hanlxywi5cbo",
            "review_task_id": "CAHxfGDMQze51AkL5gfzJA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cefab64d2a3f4a4d8e6c9e60a9c841002bd33981",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1113195/issues/?format=api"
        }
    ]
}