Manages diffs in a revision (allow creation)

GET /v1/revision/393716/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": 942566,
            "phid": "PHID-DIFF-wqpjwxpx5wrexpfqeomw",
            "review_task_id": "GMUhEtMaS7uvEQFDaPWUBA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "69cf04eb7ba76b10c7e3c995bcdbaafc3caffa17",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942566/issues/?format=api"
        }
    ]
}