Manages diffs in a revision (allow creation)

GET /v1/revision/401986/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": 950073,
            "phid": "PHID-DIFF-rwte6hmxez73arwcq3eg",
            "review_task_id": "f6LgQSmuTGS-xGhrUSvuxg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b0b168c6c1637f2c69ff33fb781a2cb22a0fd5f4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950073/issues/?format=api"
        },
        {
            "id": 955029,
            "phid": "PHID-DIFF-6bjxkcn36k4z46eu5mjp",
            "review_task_id": "X1XY2x7sS86Rkz_uWx5jgg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9d07737c0271eabdb32e87ea8c82e5fe19da5f53",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955029/issues/?format=api"
        }
    ]
}