Files
matterbridge/docs/swagger/swagger.json
2018-11-29 03:36:31 +08:00

16 lines
414 B
JSON

{
"swagger": "2.0",
"info": {
"description": "A read/write API for the Matterbridge chat bridge.",
"title": "Matterbridge API",
"contact": {},
"license": {
"name": "Apache 2.0",
"url": "https://github.com/42wim/matterbridge/blob/master/LICENSE"
},
"version": "TODO"
},
"host": "TODO",
"basePath": "/api",
"paths": {}
}