Manages diffs in a revision (allow creation)

GET /v1/revision/519933/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": 1110962,
            "phid": "PHID-DIFF-horz354ca6634tydx5hn",
            "review_task_id": "EbGRFRscTNmx-kB19cvIIg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "830ae2420280090382f1a8c53292db37a821e0a0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110962/issues/?format=api"
        }
    ]
}