Manages diffs in a revision (allow creation)

GET /v1/revision/499040/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": 1093117,
            "phid": "PHID-DIFF-ky6mda24ninhipseguoy",
            "review_task_id": "KtDIk-qzQwSgIxk36uANBw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3a11418c3b6f808b18df0ab57ad50fed881c4e30",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1093117/issues/?format=api"
        },
        {
            "id": 1097224,
            "phid": "PHID-DIFF-pmwjzefbtvelpxp4oulf",
            "review_task_id": "cbfHgWA7QHGBLJcIDCyQgA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e2cf1d8f774b02e6c875f6057cb213b991634019",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1097224/issues/?format=api"
        },
        {
            "id": 1104024,
            "phid": "PHID-DIFF-du6bvifrbjyipqr2pql3",
            "review_task_id": "f-TKHz8aS2e_Q7ZPr_Us0g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e5931001d0b0440ec85558075f41e332381fe4d3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1104024/issues/?format=api"
        },
        {
            "id": 1104025,
            "phid": "PHID-DIFF-qdpeyu64lzz7aselwghl",
            "review_task_id": "d5Uh9X6uQeua8fIC7_f-BQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f7b6ac8f62700debb3fcd9bd0bd067e8eece9d7e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1104025/issues/?format=api"
        }
    ]
}