mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-13 12:15:59 +00:00
Automated API Docs update [skip ci]
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user