Manages diffs in a revision (allow creation)

GET /v1/revision/485247/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1072340,
            "phid": "PHID-DIFF-fz7htjv2tfoeluc7mvo2",
            "review_task_id": "U5BLiDb_Qx6eoZh1acewDw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7f47c91bed80fcc24be96b08078e32014efd7a64",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1072340/issues/?format=api"
        }
    ]
}