Manages diffs in a revision (allow creation)

GET /v1/revision/411979/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": 956518,
            "phid": "PHID-DIFF-xvaqeinxc5ohmyvsk7o5",
            "review_task_id": "XLz7C2kNSqyZg9b9q0InVQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "35533b0ca778724c4cc6978b731a3d657f67bfee",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956518/issues/?format=api"
        }
    ]
}