mirror of
https://github.com/Readarr/Readarr
synced 2026-04-21 12:21:08 +02: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": {
|
"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"
|
||||||
|
|
@ -9417,6 +9420,14 @@
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"CommandResult": {
|
||||||
|
"enum": [
|
||||||
|
"unknown",
|
||||||
|
"successful",
|
||||||
|
"unsuccessful"
|
||||||
|
],
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"CommandStatus": {
|
"CommandStatus": {
|
||||||
"enum": [
|
"enum": [
|
||||||
"queued",
|
"queued",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue