Manages diffs in a revision (allow creation)

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