Manages diffs in a revision (allow creation)

GET /v1/revision/406984/diffs/?format=api&offset=50
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://api.code-review.moz.tools/v1/revision/406984/diffs/?format=api&limit=50",
    "results": [
        {
            "id": 1067080,
            "phid": "PHID-DIFF-agr2td7iz2a6cugyw2ed",
            "review_task_id": "bCjHmofcSPW6KFmnw_HTSA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bb27f792c8cc63781bb6fe76caeb004e6d0e0bb3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1067080/issues/?format=api"
        }
    ]
}