Manages diffs in a revision (allow creation)

GET /v1/revision/517007/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": 1109387,
            "phid": "PHID-DIFF-ztpsrcdevpflyhkgmz5l",
            "review_task_id": "LjNqekpKTM-E0cBpGdFXeA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c8697458bd88011e178f735aed5c7bd3474fe6b0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109387/issues/?format=api"
        }
    ]
}