Automated API Docs update

pull/8445/head
Servarr 2 years ago committed by Robin Dadswell
parent 116db9701b
commit f68fd9c2d9

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

Loading…
Cancel
Save