mirror of
https://github.com/Lidarr/Lidarr
synced 2026-03-02 02:24:41 +01:00
Automated API Docs update
This commit is contained in:
parent
b9a5ff55ad
commit
16c27b2d00
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue