Manages diffs in a revision (allow creation)

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1039780,
            "phid": "PHID-DIFF-sypuv44rrxh35vyflhkc",
            "review_task_id": "eduVz523QrmeMEaM3cFbyA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "216adbc877326ac1125864c35f47beeb7cd6c07b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039780/issues/?format=api"
        },
        {
            "id": 1039785,
            "phid": "PHID-DIFF-dkxbrkjhq5hdvghsz5mu",
            "review_task_id": "bkooc5H5TAC8gqSdnfbLUQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "22b82415c3788cb1ba9522560714e0a177f5d069",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039785/issues/?format=api"
        },
        {
            "id": 1057650,
            "phid": "PHID-DIFF-edu3fomfn65xgps7mgb5",
            "review_task_id": "GQvlu471TVuN9nK6Gyn9Ow",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "58341e93783ac8650a49537b2fd50be0b1e96561",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1057650/issues/?format=api"
        },
        {
            "id": 1057660,
            "phid": "PHID-DIFF-7gy6locbdblar3brkqcb",
            "review_task_id": "PXvBRiCzSh-vWkNgNIPeWQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cb1a319d7df7e87b34d886e5f732647774066411",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1057660/issues/?format=api"
        }
    ]
}