Manages diffs in a revision (allow creation)

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