Manages diffs in a revision (allow creation)

GET /v1/revision/390839/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": 939777,
            "phid": "PHID-DIFF-zf3dtyu3goj7dsnkotgg",
            "review_task_id": "CYqJTwDfQoaDktpLIZnheg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "688b7477d9895c095e73e8ca48d3dd0ecc56ba3a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/939777/issues/?format=api"
        }
    ]
}