Manages diffs in a revision (allow creation)

GET /v1/revision/512034/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": 1105226,
            "phid": "PHID-DIFF-tbdehvodzhefumebg3cz",
            "review_task_id": "S_ipR0xLSESVP8Hf7n0auQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e8aff5705eaa1ba2d43f77a263bdf76afe35059b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105226/issues/?format=api"
        }
    ]
}