Manages diffs in a revision (allow creation)

GET /v1/revision/384737/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": 935902,
            "phid": "PHID-DIFF-ddbpy3pewqdg7cfzwkvu",
            "review_task_id": "Mk-159HORgOzlhphKM-6FQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d9cc8978d6f1949a6d5d38a4699b246d0e9ef31d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935902/issues/?format=api"
        }
    ]
}