mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Automated API Docs update
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user