Manages diffs in a revision (allow creation)

GET /v1/revision/492259/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": 1079524,
            "phid": "PHID-DIFF-7xwkcqctkjlyedj2hopl",
            "review_task_id": "c8TVxrYzQqSIKKCgQz0nbA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "590010f855c0983b45a2da2bdfcbd75ee053d5b4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079524/issues/?format=api"
        },
        {
            "id": 1079585,
            "phid": "PHID-DIFF-vyq5pxj5i72hqizbekkd",
            "review_task_id": "AiAV2rr8SbyA4GJGSJj0hg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "de1ef839ffbd0d8883ffc5dbc38d1ba31f3fa69c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079585/issues/?format=api"
        },
        {
            "id": 1079589,
            "phid": "PHID-DIFF-3vjwtj3hnf2bhoyhvyip",
            "review_task_id": "bywB0V-KQbCKqtJ6UV8wcw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b3ee123563f71f8a1b695c9bb391eb324a26ca5f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079589/issues/?format=api"
        }
    ]
}