Manages diffs in a revision (allow creation)

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