Manages diffs in a revision (allow creation)

GET /v1/revision/496381/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": 1087274,
            "phid": "PHID-DIFF-vltffdoa6ulm5ynxito3",
            "review_task_id": "L8aQkaT9RNaXWvamPImIDg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9516ddaeee17b4879e300cd0dc5cbd1dba632e6e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087274/issues/?format=api"
        }
    ]
}