Manages diffs in a revision (allow creation)

GET /v1/revision/400480/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": 947427,
            "phid": "PHID-DIFF-c65ym4w6n4r7ixnn3dv7",
            "review_task_id": "ZWgu-1RYQsSTerp5Md-ELg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cd68f65296d0bd9de1a4ee90744c47c40c0d410a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/947427/issues/?format=api"
        }
    ]
}