Automated API Docs update

This commit is contained in:
Servarr 2023-11-01 22:41:50 +00:00 committed by Bogdan
parent 5662775263
commit 86f311a23b
1 changed files with 22 additions and 0 deletions

View File

@ -2692,6 +2692,28 @@
"schema": {
"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": {