Manages diffs in a revision (allow creation)

GET /v1/revision/491135/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": 1078367,
            "phid": "PHID-DIFF-wqn7nwak4r6grp2a5pj3",
            "review_task_id": "UFd2CGWER1unA6ule1EGSw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "37f86bae57c431486fecb2a2e37b95bedf9dcf21",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078367/issues/?format=api"
        },
        {
            "id": 1078621,
            "phid": "PHID-DIFF-qadm3nmfk5hhxchgdyi4",
            "review_task_id": "CxZgw1uhQLKzzlJUt7_MZA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b2141a9ef3e87d5210260945a0a36c9c58ab4831",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078621/issues/?format=api"
        },
        {
            "id": 1080685,
            "phid": "PHID-DIFF-wlmkkoatkyhkp2osxpid",
            "review_task_id": "c0asuK6hQvK7BBfveZ_dNQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1471e850faa244db853a843268df19a04ea949ed",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080685/issues/?format=api"
        }
    ]
}