Manages diffs in a revision (allow creation)

GET /v1/revision/477187/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": 1051563,
            "phid": "PHID-DIFF-llxshfnlanjv2baspuft",
            "review_task_id": "MceOdSpDRXKZF1Z8_2ZQHw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "c5740a2bd7844ffbf72dd8e3650492ebb50d55f7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1051563/issues/?format=api"
        },
        {
            "id": 1051564,
            "phid": "PHID-DIFF-b5eoikvnolynwd53ablv",
            "review_task_id": "c8xZl3KDS32_VV4VePfmeQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "25b2d2cebcc618fc213b677dc13da47604b827f4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1051564/issues/?format=api"
        }
    ]
}