Manages diffs in a revision (allow creation)

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