1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 07:49:45 +02:00

Automated API Docs update

This commit is contained in:
Servarr 2023-05-04 08:46:25 +00:00 committed by Robin Dadswell
parent 116db9701b
commit f68fd9c2d9

View File

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