mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Automated API Docs update
This commit is contained in:
parent
3b0289e3ec
commit
14a77d8b3d
1 changed files with 11 additions and 0 deletions
|
@ -9992,6 +9992,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"
|
||||||
|
@ -10039,6 +10042,14 @@
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"CommandResult": {
|
||||||
|
"enum": [
|
||||||
|
"unknown",
|
||||||
|
"successful",
|
||||||
|
"unsuccessful"
|
||||||
|
],
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"CommandStatus": {
|
"CommandStatus": {
|
||||||
"enum": [
|
"enum": [
|
||||||
"queued",
|
"queued",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue