Manages diffs in a revision (allow creation)

GET /v1/revision/483481/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": 1066864,
            "phid": "PHID-DIFF-432y6crzyltfepppgeol",
            "review_task_id": "ZhtBG4gLQ5Wqh6hUJzCjsQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "402b4980070ed837e58f2efec1327c6462614476",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066864/issues/?format=api"
        }
    ]
}