Manages diffs in a revision (allow creation)

GET /v1/revision/387423/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": 937699,
            "phid": "PHID-DIFF-3cby6yoltmlicinscpzb",
            "review_task_id": "AKDE71oiQ9yK-aMhtRsVzw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9854442925f81d27c5b06014c4ffc14315e58839",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937699/issues/?format=api"
        },
        {
            "id": 937799,
            "phid": "PHID-DIFF-gtkrkbx5rdqem3g4mkf2",
            "review_task_id": "azXrJYPNQTeM_jTgCuLZjQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d412d6a65fe0ddd669da1199572cb5e02f7813b5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937799/issues/?format=api"
        }
    ]
}