Manages diffs in a revision (allow creation)

GET /v1/revision/398472/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": 946149,
            "phid": "PHID-DIFF-vauty5hhqs7e57wh3cjr",
            "review_task_id": "ROuOT6LGQFCoa9RUs3mwAA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "af368927f4a4f3b5b656ea48e9315a88216c8bde",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946149/issues/?format=api"
        },
        {
            "id": 946703,
            "phid": "PHID-DIFF-l4y4rrzg5qt6hvcs7utw",
            "review_task_id": "PuhKuDTYR_-J50vtNh2M9Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1211e2cf2279c4da2297edd27ec4051eb153e680",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946703/issues/?format=api"
        }
    ]
}