Manages diffs in a revision (allow creation)

GET /v1/revision/494021/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": 1081473,
            "phid": "PHID-DIFF-hla6bcjhhozcuntxzivt",
            "review_task_id": "WqQuoWqsTQGgvEBMmzz5Xg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3d9a82b6cebccf99ec4bc537589eb88a20d700f9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081473/issues/?format=api"
        }
    ]
}