Manages diffs in a revision (allow creation)

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