Manages diffs in a revision (allow creation)

GET /v1/revision/489680/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": 1076919,
            "phid": "PHID-DIFF-gzwyimeqv3mpbkh74v3b",
            "review_task_id": "W7-hV1zJSEeUrlhOoyjruA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "047b78719a225c489302a28c25ae1195e92299de",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1076919/issues/?format=api"
        },
        {
            "id": 1081030,
            "phid": "PHID-DIFF-nqdrttotxhvhg4hpb4fc",
            "review_task_id": "YavAeDTgRUS7HmE2xPLiIw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "91e0302867bdb25ae2e1b43084c27e4a5a130074",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081030/issues/?format=api"
        }
    ]
}