Manages diffs in a revision (allow creation)

GET /v1/revision/477998/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": 1055913,
            "phid": "PHID-DIFF-cfjplfmmjyry6qpwfwyi",
            "review_task_id": "ZKqNYlRDR1iqvlz1sxTSYw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "0b76d2a873172427d2053b9abb4aade70fbe7dae",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1055913/issues/?format=api"
        }
    ]
}