Automated API Docs update

pull/1084/head
Servarr 2 years ago committed by bakerboy448
parent cb35a3948e
commit 2db24d454e

@ -2833,6 +2833,13 @@
"type": "string"
}
},
{
"name": "publisher",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "configured",
"in": "query",
@ -3055,6 +3062,13 @@
"type": "string"
}
},
{
"name": "publisher",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "configured",
"in": "query",
@ -4547,7 +4561,10 @@
"enum": [
"q",
"title",
"author"
"author",
"publisher",
"genre",
"year"
],
"type": "string"
},
@ -5789,7 +5806,8 @@
"imdbYear",
"traktId",
"genre",
"doubanId"
"doubanId",
"year"
],
"type": "string"
},
@ -6250,7 +6268,9 @@
"tvMazeId",
"traktId",
"tmdbId",
"doubanId"
"doubanId",
"genre",
"year"
],
"type": "string"
},

Loading…
Cancel
Save