Manages diffs in a revision (allow creation)

GET /v1/revision/519729/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": 1110800,
            "phid": "PHID-DIFF-6ohwfdisu4d3gyopo5ts",
            "review_task_id": "aUpeK4RHSHeXmTPpUjBsSg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fae2ee6526603ffb20f60d2053d39079912155cc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110800/issues/?format=api"
        },
        {
            "id": 1111528,
            "phid": "PHID-DIFF-x5taklby4jtyfvekrhsy",
            "review_task_id": "G5fhTh2TRQeZcQHaN4rx-w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fc6a48da585eeaeced89d38fac545052ece67438",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111528/issues/?format=api"
        }
    ]
}