Manages diffs in a revision (allow creation)

GET /v1/revision/477630/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1053805,
            "phid": "PHID-DIFF-5nqxaabjoysyhdkoxtnl",
            "review_task_id": "TNCL0xoNQn-JJUFPejxp4Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9107c2b1b43a5573f916af55a3093cef0da57878",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053805/issues/?format=api"
        },
        {
            "id": 1054685,
            "phid": "PHID-DIFF-zrd6tflx7cbx2gn43q7n",
            "review_task_id": "K3MeCg3hSjutWX_f50Jn-Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "67a5d49f14faa3d955bd5095a51d1b27a38840e0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054685/issues/?format=api"
        }
    ]
}