Manages diffs in a revision (allow creation)

GET /v1/revision/393571/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": 942418,
            "phid": "PHID-DIFF-vl4upin5yj22uqe6peux",
            "review_task_id": "a2J9YoyGSX-2PYInwFAKYA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2a113f726b21a30be00e06eb31f214f98424d355",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942418/issues/?format=api"
        }
    ]
}