Manages diffs in a revision (allow creation)

GET /v1/revision/475001/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": 1032969,
            "phid": "PHID-DIFF-4ytyvgbaklv5npe2z46j",
            "review_task_id": "G2H9i2t1R_SYaxddqUYPmA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "d094d5033bfafb99a785607587a60e533ca3b93b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1032969/issues/?format=api"
        },
        {
            "id": 1033115,
            "phid": "PHID-DIFF-xpo36ieh7alq4i4lyj75",
            "review_task_id": "G8fF9P-MTxKr1HXJteaeDQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "2e786609b5461f98df0c993140b7fc1ef418f83d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1033115/issues/?format=api"
        }
    ]
}