Automated API Docs update

This commit is contained in:
Servarr 2023-05-03 03:04:22 +00:00 committed by Bogdan
parent 3b0289e3ec
commit 14a77d8b3d
1 changed files with 11 additions and 0 deletions

View File

@ -9992,6 +9992,9 @@
"status": {
"$ref": "#/components/schemas/CommandStatus"
},
"result": {
"$ref": "#/components/schemas/CommandResult"
},
"queued": {
"type": "string",
"format": "date-time"
@ -10039,6 +10042,14 @@
},
"additionalProperties": false
},
"CommandResult": {
"enum": [
"unknown",
"successful",
"unsuccessful"
],
"type": "string"
},
"CommandStatus": {
"enum": [
"queued",