Manages diffs in a revision (allow creation)

GET /v1/revision/410567/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": 955208,
            "phid": "PHID-DIFF-wnylh3rgcmukxomgl2do",
            "review_task_id": "d-zsQuqiRAymEupUs8__vw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9a1d0d35e080d151a06784e736cb2e368fa96e88",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955208/issues/?format=api"
        }
    ]
}