Manages diffs in a revision (allow creation)

GET /v1/revision/475825/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1039521,
            "phid": "PHID-DIFF-y6e75bcx64oc2jn75ygf",
            "review_task_id": "fyPrc_4QScufbLGAFiWLQg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "c1a6785d73dec3aff901de91e5d0b6a8a3778acd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039521/issues/?format=api"
        },
        {
            "id": 1039583,
            "phid": "PHID-DIFF-bw4q4oqycgqz27wtjd7h",
            "review_task_id": "YMPB6e7xS2S-rLu7d13MKg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "d2792d49fc45af1db9d2b9e8a78532c4ff8c6a46",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039583/issues/?format=api"
        },
        {
            "id": 1040181,
            "phid": "PHID-DIFF-fp2uchmzobtcb76ee36g",
            "review_task_id": "Sep8UXA9SY-X8k2nYrrGgA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "7c83ae16de0b5506c4dd7c23406fe656eb77c3e7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1040181/issues/?format=api"
        }
    ]
}