Manages diffs in a revision (allow creation)

GET /v1/revision/411025/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": 955730,
            "phid": "PHID-DIFF-pp66d5kjye57gsuxue3h",
            "review_task_id": "DYhX7Wx2QZySm56uGBqriw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a5dda9cedb29759386ffcfec5134d96f1802c6e5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955730/issues/?format=api"
        },
        {
            "id": 957944,
            "phid": "PHID-DIFF-ree4wnvshapxz3pc5j3b",
            "review_task_id": "Uvs0xZeHT_e9L_WfEQUpSA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a3d9d97a7998f7e050d39a2301e1675acc99651e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957944/issues/?format=api"
        }
    ]
}