Manages diffs in a revision (allow creation)

GET /v1/revision/477524/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": 1053252,
            "phid": "PHID-DIFF-gj22cbmebvu5effbrkco",
            "review_task_id": "fmapCJjvR6yNBtP9h08eSQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4ee485cc0b4baa066cbd1083ea558397963b777c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053252/issues/?format=api"
        },
        {
            "id": 1053852,
            "phid": "PHID-DIFF-v5pbuswg4chqnyhxkqsx",
            "review_task_id": "IDMLg4eQThK7s8cfjf_3Lg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5d5effdf45105c2c6a194644ddfe89944b27916c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053852/issues/?format=api"
        }
    ]
}