Manages diffs in a revision (allow creation)

GET /v1/revision/393565/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": 942409,
            "phid": "PHID-DIFF-l7bke4cjbglptxdjfmxb",
            "review_task_id": "G5Gzv2IpS42icpuxc3upPg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0e61e049801338dfdef2236dcbb35c6bb2a60edb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942409/issues/?format=api"
        },
        {
            "id": 942562,
            "phid": "PHID-DIFF-6oikx3fgohynyag3ilp4",
            "review_task_id": "Ji4fuL8HTDG-YPZNQ3IQ4g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a193c32feb6fc052761bc39c7737708d5d18497d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942562/issues/?format=api"
        }
    ]
}