mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Automated API Docs update
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user