Manages diffs in a revision (allow creation)

GET /v1/revision/494383/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": 1081941,
            "phid": "PHID-DIFF-6as7hjryqzwxrxgcg6da",
            "review_task_id": "GC5cGTjtRpa8p8b5aPJzvw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6487e016d3d9e95cef40522327f76fc5d861b46f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081941/issues/?format=api"
        }
    ]
}