Manages diffs in a revision (allow creation)

GET /v1/revision/516174/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": 1108626,
            "phid": "PHID-DIFF-d7e2ysgjtuoq4utfoy7e",
            "review_task_id": "BNBTnT74S_2WuNYqMbtfzQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "b826ba9e23cbe9aa77b9d938cad334896ec9d524",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108626/issues/?format=api"
        },
        {
            "id": 1109221,
            "phid": "PHID-DIFF-cwhrp6zgtj2cge72lqzx",
            "review_task_id": "FjwhNsg9TqSUvIyqO-a9BQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "59a31a7bca1a8e55971745c99dfab99e2ea99789",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109221/issues/?format=api"
        },
        {
            "id": 1109299,
            "phid": "PHID-DIFF-lfmtmo4oo4a4jkgyjegk",
            "review_task_id": "HmBrmcRHTO2wpycvcH2P1Q",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "efced228026c2dd2d1aa1fe179b3d4ccf97f7864",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109299/issues/?format=api"
        }
    ]
}