Manages diffs in a revision (allow creation)

GET /v1/revision/520569/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": 1111418,
            "phid": "PHID-DIFF-mwh6uc7u4nrwpmzmdeg6",
            "review_task_id": "E8GRF06GR5GHMRvyWX5XpQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ccca54b132355a0a7c500eb50aed35739cb88726",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111418/issues/?format=api"
        },
        {
            "id": 1112139,
            "phid": "PHID-DIFF-dlpvhmybm5z7okklffwf",
            "review_task_id": "BS0ma_MlSPuYYh4PJc8WAA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bd26ff0c54262e6de8a4ef3d0a0123fcb3b052ad",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112139/issues/?format=api"
        },
        {
            "id": 1112187,
            "phid": "PHID-DIFF-77sw6ci7slwicnolkfhj",
            "review_task_id": "XB0b2IDIRrSKrCncU2ehdg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b46812e6f73148752bc7a96490b1adbfcc3330b5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112187/issues/?format=api"
        }
    ]
}