Manages diffs in a revision (allow creation)

GET /v1/revision/409349/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": 953982,
            "phid": "PHID-DIFF-vt7q2atlferetraa4nbx",
            "review_task_id": "ByW4APa3TyyKcFHw9CREfQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d831629b0699381a3d8f27d6b05f36c0cabd39ee",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953982/issues/?format=api"
        },
        {
            "id": 954164,
            "phid": "PHID-DIFF-xph4277phgifmci5alnz",
            "review_task_id": "LUHZ5vddQgW0EJTrfuUetw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cf695ab208e1ed9138aa2da5555f665b6513ee08",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954164/issues/?format=api"
        }
    ]
}