Manages diffs in a revision (allow creation)

GET /v1/revision/474497/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": 1029859,
            "phid": "PHID-DIFF-rtbpbii75dvuvm225u3l",
            "review_task_id": "D6ZkHMy1Q2KglvOkGIkzMg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "41f17ec810c080c1dc17c7cf5ebdf588dc3fb399",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1029859/issues/?format=api"
        }
    ]
}