Manages diffs in a revision (allow creation)

GET /v1/revision/398511/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": 946203,
            "phid": "PHID-DIFF-7v5srhbkbvyquil4wbor",
            "review_task_id": "JTMrsnN8Qw-tkfoKOgOQ4g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6ce0f78df3b067354cda3a3d31db6e3098d3eaaf",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946203/issues/?format=api"
        }
    ]
}