Manages diffs in a revision (allow creation)

GET /v1/revision/387568/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": 937875,
            "phid": "PHID-DIFF-4x3zbvhbsvt7urq2uazh",
            "review_task_id": "Nw8UDKxoS96l5-MxiECb4g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a3b56b8d1a48c2c27ad6640efd21a3f39889e89d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937875/issues/?format=api"
        }
    ]
}