Manages diffs in a revision (allow creation)

GET /v1/revision/393772/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": 942676,
            "phid": "PHID-DIFF-m73yicwen7gvjwva5t3g",
            "review_task_id": "Gxv4gcTiRh2wDYbzh9SJZA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9aef2d7333ea76ea21328c6c0ddc0ad1f5126a7d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942676/issues/?format=api"
        }
    ]
}