Automated API Docs update

This commit is contained in:
Servarr 2023-10-16 09:47:46 +00:00
commit 35080c8b10

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"
},