Manages diffs in a revision (allow creation)

GET /v1/revision/474094/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": 1027791,
            "phid": "PHID-DIFF-baxmjtbew7b6rgkwvarn",
            "review_task_id": "Xw8mURmySF21M24yU0L3-w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fbd3c2b45ea12fc4e82dfe9bf33dae43de0605d0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1027791/issues/?format=api"
        },
        {
            "id": 1028089,
            "phid": "PHID-DIFF-dnaiwlmhy4qxzv7evoqa",
            "review_task_id": "QfsUnS2JSGuw2MGimTiKLw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f6c9e7ad2c702ab7f3d707b9abef15e37e359434",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1028089/issues/?format=api"
        }
    ]
}