Manages diffs in a revision (allow creation)

GET /v1/revision/386108/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": 936711,
            "phid": "PHID-DIFF-xzthfv4vu4sfx6hxwm7x",
            "review_task_id": "a7xkBCUqTkuEMWrSfRVZkQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "51db08c759a51e2d980763c713f0bc1bf6be2d71",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936711/issues/?format=api"
        },
        {
            "id": 937391,
            "phid": "PHID-DIFF-35bcf6h7fynwpymg2ll7",
            "review_task_id": "PgPXjU6ySkicV4nDfFXxJQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ce5faf52d83b793164be99ac6073a0ab392d3620",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937391/issues/?format=api"
        }
    ]
}