Manages diffs in a revision (allow creation)

GET /v1/revision/438483/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": 976077,
            "phid": "PHID-DIFF-p2min33x5rrwcxcchb37",
            "review_task_id": "CMQiU67HQJS0GM8RniTa6A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b1526cca079e05dafcb77f4d3bfc0005a91c66dd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/976077/issues/?format=api"
        }
    ]
}