Manages diffs in a revision (allow creation)

GET /v1/revision/474429/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": 1029565,
            "phid": "PHID-DIFF-v3w2yr2a7dbxtgeunny2",
            "review_task_id": "TPVPNgzHQl2ScaRwp4ThfA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "1c9e033f8d62430c03d0f832dc81ed4284c62a46",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1029565/issues/?format=api"
        },
        {
            "id": 1030369,
            "phid": "PHID-DIFF-isokmjy3h7randst2ggk",
            "review_task_id": "FCXxUJkrQ968Jc-QvjMhmw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "6b34f0e8beca8abdfc65cf3cb0383f16074e3d00",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1030369/issues/?format=api"
        }
    ]
}