Automated API Docs update

pull/3603/head
Servarr 1 year ago committed by Bogdan
parent 3b0289e3ec
commit 14a77d8b3d

@ -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",

Loading…
Cancel
Save