Automated API Docs update

This commit is contained in:
Servarr 2023-11-01 17:42:00 +00:00 committed by Bogdan
parent a356b01efd
commit efc6c69a0f
1 changed files with 26 additions and 0 deletions

View File

@ -6172,6 +6172,32 @@
"type": "boolean",
"default": false
}
},
{
"name": "artistIds",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
},
{
"name": "protocol",
"in": "query",
"schema": {
"$ref": "#/components/schemas/DownloadProtocol"
}
},
{
"name": "quality",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {