Manages diffs in a revision (allow creation)

GET /v1/revision/497491/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": 1088434,
            "phid": "PHID-DIFF-lf332hpyisc5cbfjesrp",
            "review_task_id": "LIYUxmjhRZmuiIRI0o1fvw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "72e4e52bdebe48c04391e574d572bd7a6457c945",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1088434/issues/?format=api"
        }
    ]
}