Manages diffs in a revision (allow creation)

GET /v1/revision/409239/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": 953802,
            "phid": "PHID-DIFF-fxjlfbqaovqyrhuugzm5",
            "review_task_id": "EyFOA2EETTaCnDulIvqwwg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "35cda5b460b763af2faf91e7c9d4519d0a532664",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953802/issues/?format=api"
        }
    ]
}