Manages diffs in a revision (allow creation)

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 953338,
            "phid": "PHID-DIFF-tj67l46f5rihmbblwgv7",
            "review_task_id": "HFk3ZBELT7-ygw81HWB-cg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "53432869e12b2323a164b57843e2998a40f28cf1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953338/issues/?format=api"
        }
    ]
}