Manages diffs in a revision (allow creation)

GET /v1/revision/409300/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": 953932,
            "phid": "PHID-DIFF-n7g66ffjaczqzfjla2dp",
            "review_task_id": "Hl8HGdDLQW6KGnw6sC-jhA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "63cb3e5dae84470b7281ea80d9b37e92338d8b7b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953932/issues/?format=api"
        }
    ]
}