Manages diffs in a revision (allow creation)

GET /v1/revision/521411/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": 1112330,
            "phid": "PHID-DIFF-onv2f4hz7ccadpbdaiox",
            "review_task_id": "SReFdljfSHijFxwOGVLNOw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "feaf061c462940e4722a3aad4ee8c9bfe36d20ab",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112330/issues/?format=api"
        },
        {
            "id": 1113164,
            "phid": "PHID-DIFF-mx6h22sgi6gsoikajlfn",
            "review_task_id": "PHBWtbWKTIOaWMyBlql7yQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "be8fbd26862bfe377710abb521438d359fd0a68b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1113164/issues/?format=api"
        }
    ]
}