Manages diffs in a revision (allow creation)

GET /v1/revision/386162/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": 936770,
            "phid": "PHID-DIFF-6hhhqjxqhydptfz67hee",
            "review_task_id": "coStPpcZRCGDEKBDNOM7HA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7428b76c84232330b1c4a9307498f532c337178f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936770/issues/?format=api"
        },
        {
            "id": 937249,
            "phid": "PHID-DIFF-iwmm5hgt47i6rkmffesa",
            "review_task_id": "QdqIRiZsRBS6qgVZuEL_xg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "661ea3e7c93810fe494cf40cf90886cf10be8a7f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937249/issues/?format=api"
        }
    ]
}