Manages diffs in a revision (allow creation)

GET /v1/revision/477621/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": 1053745,
            "phid": "PHID-DIFF-5he27y4cef4iyys6tyrx",
            "review_task_id": "S4WLw5HYRkeBgEMIN7fobg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0ca348f40e2dc3872a85f1d6d9553a044a0744ec",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053745/issues/?format=api"
        }
    ]
}