Manages diffs in a revision (allow creation)

GET /v1/revision/515603/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": 1108200,
            "phid": "PHID-DIFF-4vffjh77k2xes2dkxdoo",
            "review_task_id": "M4mGQkY8S8ahjeoDLn4_8A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "43e685dc59b49bc7f1a7fcefb81061f3124b3303",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108200/issues/?format=api"
        }
    ]
}