Manages diffs in a revision (allow creation)

GET /v1/revision/490963/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": 1078302,
            "phid": "PHID-DIFF-kpcjzpelhrmvu6aungxu",
            "review_task_id": "IOqScnRUQh2owo0N1sg_4w",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "a41d6a4530a66af9050fdbfd608029fca0decb9a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078302/issues/?format=api"
        }
    ]
}