Manages diffs in a revision (allow creation)

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