Manages diffs in a revision (allow creation)

GET /v1/revision/520528/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": 1111363,
            "phid": "PHID-DIFF-hzmwpb3z2dcxbn4io7wq",
            "review_task_id": "awxAuqsWQN2SYtP593hejQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e38a3b8d34721bf7ca870dcfe13e7f36df7557cb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111363/issues/?format=api"
        }
    ]
}