Manages diffs in a revision (allow creation)

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