Manages diffs in a revision (allow creation)

GET /v1/revision/477229/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": 1051764,
            "phid": "PHID-DIFF-xcybeehpcsycglbbwng4",
            "review_task_id": "YbXr-kzuT5CBl04o55QR1Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b676459e289d5251a3fa01fc0928e71d1405845e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1051764/issues/?format=api"
        }
    ]
}