Manages diffs in a revision (allow creation)

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