Manages diffs in a revision (allow creation)

GET /v1/revision/392513/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": 941349,
            "phid": "PHID-DIFF-qx6ymkfeuqzar5a5v56h",
            "review_task_id": "VZeW1ZLOTqaCVtDGBDywhQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "27704b46bf2e7047434a7e7ab90bf3b419be4db0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941349/issues/?format=api"
        },
        {
            "id": 941592,
            "phid": "PHID-DIFF-cidvb4fgmey43e7hoxwe",
            "review_task_id": "Id8r1HpJTmumRIrA1vIxOg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3af9d09a14e6a3bb60b7f59ee55e0ca1acabde7e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941592/issues/?format=api"
        }
    ]
}