Manages diffs in a revision (allow creation)

GET /v1/revision/396569/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": 945227,
            "phid": "PHID-DIFF-lp75n3bujrcdb2hrdkxn",
            "review_task_id": "U26uB7jbRIi--JQEynrjZg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8673a5b9efc7f7e97265938034f8cfda6243d89a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945227/issues/?format=api"
        },
        {
            "id": 945231,
            "phid": "PHID-DIFF-xa5hzeln72cxwwucgzya",
            "review_task_id": "N5Zr1SFbQreLTJ1QYS0P5A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4a4e46a1c5d87a0a3c653e3b708467a38e404edb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945231/issues/?format=api"
        }
    ]
}