Manages diffs in a revision (allow creation)

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