Manages diffs in a revision (allow creation)

GET /v1/revision/485540/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": 1072957,
            "phid": "PHID-DIFF-ak4zl27bxmghyhid6ene",
            "review_task_id": "OVsy-L8fSlSovxeo1fhvbQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f1c64531bd7f1dd91675be4fbfa9a134629b34b6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1072957/issues/?format=api"
        }
    ]
}