Manages diffs in a revision (allow creation)

GET /v1/revision/476920/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": 1050054,
            "phid": "PHID-DIFF-br6gatm5gn4qqhk2fkl3",
            "review_task_id": "XK8LNFLzQmWL7eSg4IqIfw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "256fe47f5e057ddc1fa90313d289ec89860d64c5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1050054/issues/?format=api"
        },
        {
            "id": 1050694,
            "phid": "PHID-DIFF-r2xryrnc42miji6hylhd",
            "review_task_id": "M4eP9OYmQTeY_NoEW5muGQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d0884fbe6be132f0fb671858ec3ea0f497a2f849",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1050694/issues/?format=api"
        },
        {
            "id": 1051604,
            "phid": "PHID-DIFF-72v2oxcfivk673u2mlwn",
            "review_task_id": "ZS4hvdnHT-m5S6faKmVa4g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "88bcc269ae41f5781ccc25693dcf653f31379672",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1051604/issues/?format=api"
        }
    ]
}