Manages diffs in a revision (allow creation)

GET /v1/revision/391434/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": 940165,
            "phid": "PHID-DIFF-smmf7zpymfgxfbpb67vg",
            "review_task_id": "ZrOlDCn4RPCq8JS38vDZUw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a5e8b831a671c94f0defaa14da993dbc50a07f62",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940165/issues/?format=api"
        },
        {
            "id": 940175,
            "phid": "PHID-DIFF-qga7cfvfrhgi7t4yt2h3",
            "review_task_id": "eKYxOOA3S5Oz0hXAY14zQQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "be7370e28fb233e50a2240dd7c7aa893b56ee934",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940175/issues/?format=api"
        }
    ]
}