Manages diffs in a revision (allow creation)

GET /v1/revision/403532/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": 950653,
            "phid": "PHID-DIFF-n754qloq7oiwxlaa6fbv",
            "review_task_id": "FOI2cmcETR2OaCFRilv7jg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ed5aa42d47642166600ee156949f1da225576be0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950653/issues/?format=api"
        }
    ]
}