Manages diffs in a revision (allow creation)

GET /v1/revision/478327/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": 1058012,
            "phid": "PHID-DIFF-mbs3ul3xvnvjj6z4ftt5",
            "review_task_id": "BXRs4yE5RySRyLfhbpRI5g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cbc5bd7a2818fb178acca652a1a5a4e9d0ea56a4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058012/issues/?format=api"
        },
        {
            "id": 1058737,
            "phid": "PHID-DIFF-i5yjeq6ckzm4dp7uiudq",
            "review_task_id": "FJ2BqbN-TBKZjUs0FXWlfQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fcb48e3bce4103ee99bf5e4145c1ac3558d59c2d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058737/issues/?format=api"
        }
    ]
}