Manages diffs in a revision (allow creation)

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