Manages diffs in a revision (allow creation)

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