Manages diffs in a revision (allow creation)

GET /v1/revision/494186/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1081761,
            "phid": "PHID-DIFF-7qsuy454fkclive33ixr",
            "review_task_id": "NyHqb61IRUigdJ7y9S4Jbg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "dfd5e766f3c3e57629cafdd56f1f6688e895de92",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081761/issues/?format=api"
        }
    ]
}