Manages diffs in a revision (allow creation)

GET /v1/revision/388386/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": 938396,
            "phid": "PHID-DIFF-3cdtohez2swoogh447bi",
            "review_task_id": "IRKCXZjhSKSyh_EedfUOkw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "08bf25e86d4666b97b4c8c31aa74dc0dffa09325",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/938396/issues/?format=api"
        },
        {
            "id": 938822,
            "phid": "PHID-DIFF-ukoclvth6jy5g3civbpy",
            "review_task_id": "UtgKHqcoSk21yeN5ao8NzQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "653112fe9a29e47a64d934f05ea2d8a81ddc830a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/938822/issues/?format=api"
        }
    ]
}