Manages diffs in a revision (allow creation)

GET /v1/revision/493700/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": 1081204,
            "phid": "PHID-DIFF-5apixdcnfstjw4ddebwt",
            "review_task_id": "FXR2PAcqT6yOYkSkMO8SXA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2cbeffee92ba72e881eff541bba1f09c97968b38",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081204/issues/?format=api"
        },
        {
            "id": 1081514,
            "phid": "PHID-DIFF-c2fhf5lffn63qioy42l3",
            "review_task_id": "MCdSwKw-Sm-lyThn9aNO5g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "64d9e7db7e9c33649b9d09c10f62f1a0350178df",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081514/issues/?format=api"
        }
    ]
}