Manages diffs in a revision (allow creation)

GET /v1/revision/416529/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": 960649,
            "phid": "PHID-DIFF-nc4fm2d4sb4dpxyel67g",
            "review_task_id": "e-ME8mwST2Ktq1KQxAwBfg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "779b03e6be509d4085390e9ca8959844588e0b59",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960649/issues/?format=api"
        },
        {
            "id": 961035,
            "phid": "PHID-DIFF-yzgff2djri6v7l5lecm7",
            "review_task_id": "Y8cd31KZRcm-0TIHOp7xvg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "41a41fc5041f5d34bb6ffe305e7abd8d04867e34",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/961035/issues/?format=api"
        }
    ]
}