Automated API Docs update

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

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

Loading…
Cancel
Save