Manages diffs in a revision (allow creation)

GET /v1/revision/388117/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": 938179,
            "phid": "PHID-DIFF-avu5nnknhaj7bsggqnzm",
            "review_task_id": "ZZ7ByCqkS0Ch_RW9__w8SQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2368557c293e70862ff85419a4dc5ffc7ca46cb4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/938179/issues/?format=api"
        }
    ]
}