Manages diffs in a revision (allow creation)

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1077870,
            "phid": "PHID-DIFF-bxcoghy5mse65kirhw42",
            "review_task_id": "HI-0jMysSEWicg5-75bCnw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "326029f1d12a54328627765b9e7da5cd69661f4e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077870/issues/?format=api"
        },
        {
            "id": 1086895,
            "phid": "PHID-DIFF-lmgypzl2sljg266nystp",
            "review_task_id": "ATZUxJZBTTeO7yah1uJHBA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1046ee0dce9c2871fa7c9c0226f2abbd32e6b656",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086895/issues/?format=api"
        }
    ]
}