Manages diffs in a revision (allow creation)

GET /v1/revision/386827/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": 937281,
            "phid": "PHID-DIFF-ytfu5dpyhwyndh3kcoeg",
            "review_task_id": "CAhGLFdDTp-Tf4Y3nIIIqg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "39df8dad2e6cf63b55f30629fe89fcc2c400001e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937281/issues/?format=api"
        }
    ]
}