Manages diffs in a revision (allow creation)

GET /v1/revision/474532/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": 1030080,
            "phid": "PHID-DIFF-2bc2xkcqf7sbsjhc5faf",
            "review_task_id": "YX7M6KxlT5adKHoLIuWkWA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f690da97201a8fceb65498e8ccc9ab4c1971f934",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1030080/issues/?format=api"
        },
        {
            "id": 1053246,
            "phid": "PHID-DIFF-72yxcbzuefxp2ej3h6bc",
            "review_task_id": "V7yICvUPTdm3dFkTEdqijw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a31556a27f0100dc6e015c70bbdb5f9699e2c9aa",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053246/issues/?format=api"
        }
    ]
}