Manages diffs in a revision (allow creation)

GET /v1/revision/477619/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": 1053740,
            "phid": "PHID-DIFF-mmivkopkmy6lqr3nq6yb",
            "review_task_id": "cTUKOJCYRem2LTp9fkV2Gg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1cb880bc4b118528efe4ab02dcad5f08af159196",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053740/issues/?format=api"
        }
    ]
}