Manages diffs in a revision (allow creation)

GET /v1/revision/475513/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": 1036173,
            "phid": "PHID-DIFF-i7tkmw5k4tsmwsvhjdce",
            "review_task_id": "aFc4BC5FTM6cgyd-DqGdvg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2da3a792ef2188a7b70c58eafd7682702ffd356a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1036173/issues/?format=api"
        },
        {
            "id": 1039579,
            "phid": "PHID-DIFF-viw64gvk4kkzlijux6fz",
            "review_task_id": "ApjXpWb6SPe7OX9OHpZLOg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c36b34ba192778bf9764a8fe38a6919f451786a3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039579/issues/?format=api"
        }
    ]
}