Manages diffs in a revision (allow creation)

GET /v1/revision/489534/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": 1076677,
            "phid": "PHID-DIFF-ked5cu3mg7qdgg6qjgwx",
            "review_task_id": "XZ3SIUw1TeuxNasOYRyEDg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2cba8cf1c7aafb103d09980de7c393382025bb23",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1076677/issues/?format=api"
        }
    ]
}