Manages diffs in a revision (allow creation)

GET /v1/revision/392421/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": 941207,
            "phid": "PHID-DIFF-jby3waogcosshfelpcry",
            "review_task_id": "c-dGF9soQNaYVx1T_Baaug",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8e4724be93dac97000b1273b5aaab212688e1387",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941207/issues/?format=api"
        },
        {
            "id": 943265,
            "phid": "PHID-DIFF-fe5dkckxme6t6ontvcsn",
            "review_task_id": "IL26R0jzTmS5n3XHOHUXjw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8261cabef123a41df8d3d8970fa16d63141cfe39",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943265/issues/?format=api"
        }
    ]
}