Automated API Docs update

This commit is contained in:
Servarr 2023-11-01 22:41:50 +00:00 committed by Bogdan
commit 86f311a23b

View file

@ -2692,6 +2692,28 @@
"schema": { "schema": {
"type": "string" "type": "string"
} }
},
{
"name": "artistIds",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
},
{
"name": "quality",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
} }
], ],
"responses": { "responses": {