Manages diffs in a revision (allow creation)

GET /v1/revision/416517/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": 960634,
            "phid": "PHID-DIFF-ade3gi457spqzpr6axx2",
            "review_task_id": "bvOtVIH4Rwa8h37RsSlEjQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7956c97bfb16beedee0a61bcb11638ee00462744",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960634/issues/?format=api"
        }
    ]
}