Automated API Docs update [skip ci]

This commit is contained in:
Servarr
2023-07-30 01:39:45 +00:00
committed by Bogdan
parent fee7fbbff6
commit fbd7b4fe33

View File

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