Manages diffs in a revision (allow creation)

GET /v1/revision/490979/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": 1078317,
            "phid": "PHID-DIFF-qqb4sfxw7odvzawzafpg",
            "review_task_id": "OqzTMj_2RxmvwhK4ttTvuw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "5ace879dd6a95df475f87cac39be16aedb66bae3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078317/issues/?format=api"
        }
    ]
}