Manages diffs in a revision (allow creation)

GET /v1/revision/486141/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": 1073959,
            "phid": "PHID-DIFF-n4qfdlscxua35hj56xeh",
            "review_task_id": "V_tnyNhGQj6vojkQxtQN6g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f79bc2556cc0283b1b3d5054e6f61357a0026969",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1073959/issues/?format=api"
        },
        {
            "id": 1073983,
            "phid": "PHID-DIFF-mgofg3ez2erer5j7msp7",
            "review_task_id": "YdZ8YcDURIC3JQRNRL6u0w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "46b1574dbf04f964e195490d64f9c4f7d019772f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1073983/issues/?format=api"
        }
    ]
}