Manages diffs in a revision (allow creation)

GET /v1/revision/518663/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": 1110493,
            "phid": "PHID-DIFF-wzzh6ocaharo5ablnqc7",
            "review_task_id": "Hho3E4BxTU-abKRS43Ox8w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f7b19883b05b7a6ecfd66bc7918a1ca6a17eb8b7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110493/issues/?format=api"
        }
    ]
}