Manages diffs in a revision (allow creation)

GET /v1/revision/517588/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": 1109869,
            "phid": "PHID-DIFF-n45iovm3avhfq7th6u5a",
            "review_task_id": "PnSd27WAQK21BWVdubzI8Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "37b3e40f35530300e5dff7ecf1c71767a7a2b84a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109869/issues/?format=api"
        }
    ]
}