Manages diffs in a revision (allow creation)

GET /v1/revision/520602/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": 1111447,
            "phid": "PHID-DIFF-oehvjrcxgzykejqaacex",
            "review_task_id": "MmUlLZm0Sdi9QRMefvlcAA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9fde7f8f9a1b6b4f5e744fb76ef0da836127cc7a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111447/issues/?format=api"
        }
    ]
}