Manages diffs in a revision (allow creation)

GET /v1/revision/490514/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": 1077848,
            "phid": "PHID-DIFF-n5hzcc44e567etd7jepw",
            "review_task_id": "BxFFG4nATx6G-1nQrgvf-w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "21220f3f7cbddaae9705d05fc6215af17da8262d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077848/issues/?format=api"
        }
    ]
}