Manages diffs in a revision (allow creation)

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