mirror of
https://github.com/Radarr/Radarr
synced 2025-02-22 06:11:09 +00:00
Automated API Docs update
This commit is contained in:
parent
116db9701b
commit
f68fd9c2d9
1 changed files with 11 additions and 0 deletions
|
@ -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…
Reference in a new issue