Fixed API description docs.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
// This file was generated by swaggo/swag at
|
||||
// 2018-11-29 03:59:40.172197 +0800 CST m=+0.084842487
|
||||
// 2018-11-29 04:32:21.768173 +0800 CST m=+0.082341511
|
||||
|
||||
package docs
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
var doc = `{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"description": "OK",
|
||||
"description": "A read/write API for the Matterbridge chat bridge.",
|
||||
"title": "Matterbridge API",
|
||||
"contact": {},
|
||||
"license": {
|
||||
@@ -23,7 +23,6 @@ var doc = `{
|
||||
"paths": {
|
||||
"/health": {
|
||||
"get": {
|
||||
"description": "OK",
|
||||
"summary": "Checks if the server is alive.",
|
||||
"responses": {
|
||||
"200": {
|
||||
@@ -42,6 +41,7 @@ var doc = `{
|
||||
"ApiKeyAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Required fields: text, gateway. Optional fields: username, avatar.",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user