Manages diffs in a revision (allow creation)

GET /v1/revision/521208/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": 1112062,
            "phid": "PHID-DIFF-kjobchlveqfaryq7ys5b",
            "review_task_id": "bafoOLTKTzWoyXAPa7-Rtg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "dc82ae20d4c34cb4b20de51b41e84e8b2b1042e4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112062/issues/?format=api"
        }
    ]
}