Automated API Docs update

ignore-downstream
pull/7366/head
Sonarr 4 months ago committed by Mark McDowall
parent 4e9ef57e3d
commit ae7c07e02f

@ -5931,10 +5931,23 @@
"name": "quality", "name": "quality",
"in": "query", "in": "query",
"schema": { "schema": {
"type": "array",
"items": {
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
} }
} }
},
{
"name": "status",
"in": "query",
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/QueueStatus"
}
}
}
], ],
"responses": { "responses": {
"200": { "200": {
@ -10855,8 +10868,7 @@
"nullable": true "nullable": true
}, },
"status": { "status": {
"type": "string", "$ref": "#/components/schemas/QueueStatus"
"nullable": true
}, },
"trackedDownloadStatus": { "trackedDownloadStatus": {
"$ref": "#/components/schemas/TrackedDownloadStatus" "$ref": "#/components/schemas/TrackedDownloadStatus"
@ -10935,6 +10947,21 @@
}, },
"additionalProperties": false "additionalProperties": false
}, },
"QueueStatus": {
"enum": [
"unknown",
"queued",
"paused",
"downloading",
"completed",
"failed",
"warning",
"delay",
"downloadClientUnavailable",
"fallback"
],
"type": "string"
},
"QueueStatusResource": { "QueueStatusResource": {
"type": "object", "type": "object",
"properties": { "properties": {

Loading…
Cancel
Save