Manages diffs in a revision (allow creation)

GET /v1/revision/505735/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": 1099971,
            "phid": "PHID-DIFF-l2rhbmrfuzla43sq5ujz",
            "review_task_id": "RjhZkGfsQryP42R0qYovYw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "27080ec77360075ad32bbceacb59d0dfa93e54dd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1099971/issues/?format=api"
        }
    ]
}