Manages diffs in a revision (allow creation)

GET /v1/revision/493638/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": 1081166,
            "phid": "PHID-DIFF-3ljhmmpyh55ltvssy2bq",
            "review_task_id": "F5mqmhnyTZy-TolVT8BxlA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "75d36d17f8d832ff2cca712976bec1828e60ff5f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081166/issues/?format=api"
        },
        {
            "id": 1081238,
            "phid": "PHID-DIFF-fr2bcgpuxwn24dwnipz7",
            "review_task_id": "eAGF63TTT-6RFq9eCzvlEg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "760962d67876e023bac28a406e058bbfc35e7530",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081238/issues/?format=api"
        }
    ]
}