Manages diffs in a revision (allow creation)

GET /v1/revision/409266/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": 953863,
            "phid": "PHID-DIFF-s7wamrsd2kshxhglsjzp",
            "review_task_id": "dCZPzpkaRwOwC869Zblndg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7dadb1669372ac27f4cfa055b905bbaa9d8ab58b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953863/issues/?format=api"
        },
        {
            "id": 954266,
            "phid": "PHID-DIFF-mrhfav6x3owh4grzm6zp",
            "review_task_id": "TTLAKS6ER12EjeiNRj_sGw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "90f2cbfc2e74c6ba88a1947d7d1cad22bedc3de4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954266/issues/?format=api"
        }
    ]
}