Manages diffs in a revision (allow creation)

GET /v1/revision/475835/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": 1039614,
            "phid": "PHID-DIFF-qj32cl4x52b2u4iupick",
            "review_task_id": "KvHaKS-iSJmWHVVPFCl47A",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "92c5abcfa5ea1e96babe1065662b25a9e3e46b4a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039614/issues/?format=api"
        }
    ]
}