Manages diffs in a revision (allow creation)

GET /v1/revision/478515/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": 1058370,
            "phid": "PHID-DIFF-m7sqvj2hs4hp2l4jgbtr",
            "review_task_id": "HWh6GMTORV-tFFbutNk3ug",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "10e11a042e6e56bc1dfcb37b4ade699f2faa20bb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058370/issues/?format=api"
        }
    ]
}