Manages diffs in a revision (allow creation)

GET /v1/revision/400508/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": 947552,
            "phid": "PHID-DIFF-qvn7tm2ea55ggcac4ixr",
            "review_task_id": "cZ8azEMJSJ-0lL_fdVZQBg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "735ea599c130bef78b5dadf22eb48031a3411056",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/947552/issues/?format=api"
        }
    ]
}