Manages diffs in a revision (allow creation)

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1108561,
            "phid": "PHID-DIFF-5gt3welfxc4l2vx27b5d",
            "review_task_id": "BCq_hoU6QHS_01iS8ab0QA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "82fd180b59da249c047361e098068fbf17efd8e9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108561/issues/?format=api"
        },
        {
            "id": 1108620,
            "phid": "PHID-DIFF-lghxpnfmkqexhf33p5w3",
            "review_task_id": "G5FYIEcPQkqLqq2US4-daA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6b2c89d30a4f74d618c1707dfc1ec3b9aff61d13",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108620/issues/?format=api"
        },
        {
            "id": 1108813,
            "phid": "PHID-DIFF-qbxrirvi5dmsotbsbp23",
            "review_task_id": "Pj2Arcp1SO-YJ8M5dw5hgw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fa853a992b16ea8df8fe2a6c1b545d248133ddcc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108813/issues/?format=api"
        }
    ]
}