Manages diffs in a revision (allow creation)

GET /v1/revision/489945/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": 1077245,
            "phid": "PHID-DIFF-z2op2ykyss3uxg625h4z",
            "review_task_id": "IXVyLqceRYWBeQtkzR97sw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1d35ae3db94ae00b59fc0497f510216240d4a90c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077245/issues/?format=api"
        }
    ]
}