Manages diffs in a revision (allow creation)

GET /v1/revision/424099/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": 964327,
            "phid": "PHID-DIFF-lubd4dypegkmnyzbponj",
            "review_task_id": "c1jb8TPJSYir2G5snURcMw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4cf19ef190b3d0ad997ea4acb93d6d34ae0aba3d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/964327/issues/?format=api"
        }
    ]
}