Manages diffs in a revision (allow creation)

GET /v1/revision/483960/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": 1067132,
            "phid": "PHID-DIFF-gp6rwhwne3vymfhmgac5",
            "review_task_id": "I_7O4_gXQ9-ouWn9llCxOw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "35537dd75f0f94ae1aec10ef14ed7eb39ee6b771",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1067132/issues/?format=api"
        },
        {
            "id": 1067189,
            "phid": "PHID-DIFF-rnqwhjopuo7mz6j5la73",
            "review_task_id": "fPe-r63rQKqZ63n1PhVywg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9b91babe48378c4fb512e462add5a309e6fe6519",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1067189/issues/?format=api"
        }
    ]
}