Manages diffs in a revision (allow creation)

GET /v1/revision/476008/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": 1040928,
            "phid": "PHID-DIFF-7nuoegtutlr6wc4zyuwq",
            "review_task_id": "PD7n18EcSsOoYU9ZapQ81A",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "bd2d6d89abf91ae9585a35e58e78ec1cb325d2e6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1040928/issues/?format=api"
        },
        {
            "id": 1042884,
            "phid": "PHID-DIFF-es3rheiq4q5ss5ck6lfy",
            "review_task_id": "P8h-Hk1pQqSdygY4wHE0bQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "05637b1930df621b0d98db2243110021a113a617",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1042884/issues/?format=api"
        }
    ]
}