Manages diffs in a revision (allow creation)

GET /v1/revision/394592/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": 943180,
            "phid": "PHID-DIFF-6eevmcdgkyrzxu6sfze4",
            "review_task_id": "YsMAMykkS0iABwTn3_hu9Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9ff96268925b43abb9af627767975e4e27f81046",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943180/issues/?format=api"
        }
    ]
}