Manages diffs in a revision (allow creation)

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