Manages diffs in a revision (allow creation)

GET /v1/revision/512271/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": 1105496,
            "phid": "PHID-DIFF-narszp63dtcuanxe7hpw",
            "review_task_id": "bHIINB02SLC7GjQXG5etZg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "82acbe643df7e1e662c904d2b8168de1de6a9d5a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105496/issues/?format=api"
        },
        {
            "id": 1105897,
            "phid": "PHID-DIFF-dwnuuasvoii44aynbnfy",
            "review_task_id": "C6UmXbAJT7CMVYQP7h0RsQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "409fbf5211b94358a81f95a2c452f00ff125c75d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105897/issues/?format=api"
        }
    ]
}