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": {
|
"status": {
|
||||||
"$ref": "#/components/schemas/CommandStatus"
|
"$ref": "#/components/schemas/CommandStatus"
|
||||||
},
|
},
|
||||||
|
"result": {
|
||||||
|
"$ref": "#/components/schemas/CommandResult"
|
||||||
|
},
|
||||||
"queued": {
|
"queued": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
|
@ -8836,6 +8839,14 @@
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"CommandResult": {
|
||||||
|
"enum": [
|
||||||
|
"unknown",
|
||||||
|
"successful",
|
||||||
|
"unsuccessful"
|
||||||
|
],
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"CommandStatus": {
|
"CommandStatus": {
|
||||||
"enum": [
|
"enum": [
|
||||||
"queued",
|
"queued",
|
||||||
|
|
Loading…
Reference in a new issue