add swagger
This commit is contained in:
28
docs/swagger.json
Normal file
28
docs/swagger.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"contact": {}
|
||||
},
|
||||
"paths": {
|
||||
"/v1/api": {
|
||||
"get": {
|
||||
"description": "Return API",
|
||||
"tags": [
|
||||
"api"
|
||||
],
|
||||
"summary": "Return API",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user