Manages diffs in a revision (allow creation)

GET /v1/revision/385622/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": 936244,
            "phid": "PHID-DIFF-nlwhns6apruhnfna2qtk",
            "review_task_id": "fLfDcfV5T_yNW5ry84DRJQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d3aa2d5633dea42597fe146be3cb5240f3ee7e1b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936244/issues/?format=api"
        },
        {
            "id": 941963,
            "phid": "PHID-DIFF-ttgpuvlbbq7bqfit6n7i",
            "review_task_id": "dvmTZMDOQjeH63-htYEHKQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7b9ed48d4c77f722b3ceb828f497b7933fd894e1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941963/issues/?format=api"
        }
    ]
}