Manages diffs in a revision (allow creation)

GET /v1/revision/485197/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": 1072251,
            "phid": "PHID-DIFF-g2uzmqv2m7q5hcysxlqb",
            "review_task_id": "Ll0ht7YRSf2oHc-g34yDKg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "75eebe07530473555374d2e324bc72df5ac9080e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1072251/issues/?format=api"
        },
        {
            "id": 1072329,
            "phid": "PHID-DIFF-lpf4rmuvt72maqbz2bge",
            "review_task_id": "NUzQSsRfRseSjvxJD7WnNw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d403a4b765270fbf51c99bf53a301e66bc2c6ec1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1072329/issues/?format=api"
        }
    ]
}