Manages diffs in a revision (allow creation)

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 960742,
            "phid": "PHID-DIFF-czyuy4b2dufrazy3rtcz",
            "review_task_id": "UeKvtGWUSa28MLmk9IU-FA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "65d20a94478c8ee57135451f78ffaf0c069e33bd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960742/issues/?format=api"
        },
        {
            "id": 960744,
            "phid": "PHID-DIFF-ipvl3ng7cnlxs6tnwsdf",
            "review_task_id": "WFFC83WeTLWhrT1tzvCGDw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "82a567da2c507cde0de065efb7b7901f7dbaef77",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960744/issues/?format=api"
        }
    ]
}