mirror of
https://github.com/Readarr/Readarr
synced 2026-02-10 16:52:37 +01:00
Automated API Docs update [skip ci]
This commit is contained in:
parent
fee7fbbff6
commit
fbd7b4fe33
1 changed files with 11 additions and 0 deletions
|
|
@ -9370,6 +9370,9 @@
|
|||
"status": {
|
||||
"$ref": "#/components/schemas/CommandStatus"
|
||||
},
|
||||
"result": {
|
||||
"$ref": "#/components/schemas/CommandResult"
|
||||
},
|
||||
"queued": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
|
|
@ -9417,6 +9420,14 @@
|
|||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"CommandResult": {
|
||||
"enum": [
|
||||
"unknown",
|
||||
"successful",
|
||||
"unsuccessful"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"CommandStatus": {
|
||||
"enum": [
|
||||
"queued",
|
||||
|
|
|
|||
Loading…
Reference in a new issue