Automated API Docs update

This commit is contained in:
Servarr 2023-10-16 00:59:15 +00:00 committed by Bogdan
parent b9a5ff55ad
commit 16c27b2d00
1 changed files with 5 additions and 1 deletions

View File

@ -1061,7 +1061,7 @@
}
},
{
"name": "tagList",
"name": "tags",
"in": "query",
"schema": {
"type": "string",
@ -11246,6 +11246,10 @@
"type": "string",
"nullable": true
},
"albumType": {
"type": "string",
"nullable": true
},
"artistTitleInfo": {
"$ref": "#/components/schemas/ArtistTitleInfo"
},