Manages diffs in a revision (allow creation)

GET /v1/revision/492553/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": 1079864,
            "phid": "PHID-DIFF-ghnhbwclsqx47zqiopho",
            "review_task_id": "XisbdMkFTo6crVepgGAwSA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "35bab329839e82c6954f3778b5da0806ec08eaf2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079864/issues/?format=api"
        },
        {
            "id": 1080725,
            "phid": "PHID-DIFF-k42z3ebxxo7o3lxmxboh",
            "review_task_id": "GyZG2lz0RY6AzCadwteyVw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "39fba4ecb5cc4d7d233f2ef724e308753298872f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080725/issues/?format=api"
        }
    ]
}