Manages diffs in a revision (allow creation)

GET /v1/revision/389293/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": 938951,
            "phid": "PHID-DIFF-oqwt2lfjkhxfpnymp5hv",
            "review_task_id": "bVCZx85mR-ux2-bYl5RosA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "28c71e5300b971ecc48e394ca699f4d95eb0bc22",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/938951/issues/?format=api"
        }
    ]
}