Manages diffs in a revision (allow creation)

GET /v1/revision/392869/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": 941668,
            "phid": "PHID-DIFF-rhjqlwz2y4pdtyxayge3",
            "review_task_id": "bovIWl-uQ3yqq3e5MCze8Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "21014c74e3ebf8c02b0f36adfd75f4dfb4930c7c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941668/issues/?format=api"
        }
    ]
}