Manages diffs in a revision (allow creation)

GET /v1/revision/477823/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1054889,
            "phid": "PHID-DIFF-6usevfqcbtrufdbtaveb",
            "review_task_id": "Yc63UWcsSiG63OfR5c9zpA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "1dae51aa11c1b5778a5923a634ad743257f7c86b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054889/issues/?format=api"
        },
        {
            "id": 1054960,
            "phid": "PHID-DIFF-22yrypfy7dageii75bed",
            "review_task_id": "SosbNIfTQGq-IvOH3VH7zQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "183b419c9dfafbcedb54b2546f3c073ee34610b2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054960/issues/?format=api"
        },
        {
            "id": 1056370,
            "phid": "PHID-DIFF-gihq4fuv2zphxtgpo7ic",
            "review_task_id": "UIdvilVTSOC4ESC8JgCtTQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "06e4c497f3e87921ae9961e34909750932bdbc85",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1056370/issues/?format=api"
        }
    ]
}