Manages diffs in a revision (allow creation)

GET /v1/revision/394344/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": 943062,
            "phid": "PHID-DIFF-mxib7niver4vnujqghln",
            "review_task_id": "emsEkF-AS1CLN9dOGLACsg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "95d825e35b5d5afa0e144e681cb795b09e7132d5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943062/issues/?format=api"
        }
    ]
}