Manages diffs in a revision (allow creation)

GET /v1/revision/485482/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": 1072864,
            "phid": "PHID-DIFF-22p24aqlnweip5qijhcr",
            "review_task_id": "MHwAU8-hRN6zwojyan4ChA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6436108eadf01cc2594e19ee1f964b7d109bc967",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1072864/issues/?format=api"
        },
        {
            "id": 1073675,
            "phid": "PHID-DIFF-ha6cty6evvdfzyfgtjcb",
            "review_task_id": "VmLwF51ETi6KqjBodAbF6g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2f3d34826a24db505b81aa6ed49d0ca1257d90d7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1073675/issues/?format=api"
        },
        {
            "id": 1073961,
            "phid": "PHID-DIFF-jhngcyvcuqxj2ae2h2jo",
            "review_task_id": "B68QglhjRb6rS_TuJJTOvQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7d3fe82c591b817d88e71ce4eb76611ad338eacc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1073961/issues/?format=api"
        },
        {
            "id": 1073987,
            "phid": "PHID-DIFF-yhemk4sbioze4haqdgai",
            "review_task_id": "cNA3I13QRuanIT6w2NlNKQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "25a5553576d8e0ea3e0e24cabc87654a71de7095",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1073987/issues/?format=api"
        }
    ]
}