Manages diffs in a revision (allow creation)

GET /v1/revision/520600/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": 1111437,
            "phid": "PHID-DIFF-mktpk5g3tgurakpj7v4x",
            "review_task_id": "cWcTGLyjR0uA6VHiJzVOkQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9658f49c672ba0229b38675092620e248535b8f1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111437/issues/?format=api"
        }
    ]
}