Automated API Docs update

This commit is contained in:
Servarr 2022-11-13 02:02:34 +00:00 committed by Qstick
parent 7fcb0d6e45
commit 488a7d183e
1 changed files with 36 additions and 0 deletions

View File

@ -123,6 +123,25 @@
}
}
},
"/api": {
"get": {
"tags": [
"ApiInfo"
],
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiInfoResource"
}
}
}
}
}
}
},
"/login": {
"post": {
"tags": [
@ -8462,6 +8481,23 @@
},
"additionalProperties": false
},
"ApiInfoResource": {
"type": "object",
"properties": {
"current": {
"type": "string",
"nullable": true
},
"deprecated": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
}
},
"additionalProperties": false
},
"ApplyTags": {
"enum": [
"add",