Manages diffs in a revision (allow creation)

GET /v1/revision/482414/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": 1066091,
            "phid": "PHID-DIFF-e2p4vrb7hyzb4n2kgl2g",
            "review_task_id": "cTMl6J2HTuKMOOMMoOlssA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "56fffca4793ab92393f72be4638dac46dd2ace8f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066091/issues/?format=api"
        },
        {
            "id": 1066314,
            "phid": "PHID-DIFF-n5beqhjhaaw4fxv6wuty",
            "review_task_id": "L06CdBsbSF-kXv_UFkeqCA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "57f052873213a62e609cebac780bf2ae10a7b68a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066314/issues/?format=api"
        }
    ]
}