Manages diffs in a revision (allow creation)

GET /v1/revision/474510/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": 1029951,
            "phid": "PHID-DIFF-h57w2ln3lncstqet4wax",
            "review_task_id": "cTJRTDZxSC647dbDuzHqYg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "059fcd60ae42327d5a4d351a23d101fdfd5263c7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1029951/issues/?format=api"
        },
        {
            "id": 1029985,
            "phid": "PHID-DIFF-qakzd25s6xa63igjwmmb",
            "review_task_id": "Txf5H_01QB-zmDUTEI1JRA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "c74e698a13b3e011d89d7cd46a7439a4edc69c36",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1029985/issues/?format=api"
        }
    ]
}