Manages diffs in a revision (allow creation)

GET /v1/revision/489034/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": 1076069,
            "phid": "PHID-DIFF-usckk7ux5pvyzddsw2ap",
            "review_task_id": "STiWRHqMRrW-GhQ4BNF9FA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f0e9470b7543db9fc902b9579cac648904bb21e6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1076069/issues/?format=api"
        },
        {
            "id": 1077301,
            "phid": "PHID-DIFF-psakkez7aaiheebmwbh2",
            "review_task_id": "P1rEnZpNQ2efzWW3oYvx8g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a808f35c7030ea761017b1b4ee46ac68e00bb89d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077301/issues/?format=api"
        }
    ]
}