Manages diffs in a revision (allow creation)

GET /v1/revision/490627/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": 1078014,
            "phid": "PHID-DIFF-3fvr5thjgg3cbuk4nhmq",
            "review_task_id": "bWBxi1hfTvmpBK8XT8L51Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "dce409576f9b7326f0683d4e48c0fe4bbee49a24",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078014/issues/?format=api"
        }
    ]
}