Manages diffs in a revision (allow creation)

GET /v1/revision/490172/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": 1077514,
            "phid": "PHID-DIFF-fvp2nvtm4v2ezfdxkiqj",
            "review_task_id": "Bxbgka01SnCxx7a3E9xUJQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "66f881eebc1cf875dd8234e2e8c07ba5c32e1566",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077514/issues/?format=api"
        }
    ]
}