mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-18 19:00:47 +02:00
Automated API Docs update
This commit is contained in:
parent
b85cd92cca
commit
bb6c068d91
1 changed files with 89 additions and 0 deletions
|
|
@ -4559,6 +4559,14 @@
|
|||
],
|
||||
"type": "string"
|
||||
},
|
||||
"BookSearchParam": {
|
||||
"enum": [
|
||||
"q",
|
||||
"title",
|
||||
"author"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"CertificateValidationType": {
|
||||
"enum": [
|
||||
"enabled",
|
||||
|
|
@ -5259,6 +5267,44 @@
|
|||
"$ref": "#/components/schemas/IndexerCategory"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"supportsRawSearch": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"searchParams": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SearchParam"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"tvSearchParams": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/TvSearchParam"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"movieSearchParams": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/MovieSearchParam"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"musicSearchParams": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/MusicSearchParam"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"bookSearchParams": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/BookSearchParam"
|
||||
},
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
@ -5748,6 +5794,29 @@
|
|||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"MovieSearchParam": {
|
||||
"enum": [
|
||||
"q",
|
||||
"imdbId",
|
||||
"tmdbId",
|
||||
"imdbTitle",
|
||||
"imdbYear",
|
||||
"traktId",
|
||||
"genre"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"MusicSearchParam": {
|
||||
"enum": [
|
||||
"q",
|
||||
"album",
|
||||
"artist",
|
||||
"label",
|
||||
"year",
|
||||
"genre"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"NotificationResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -5992,6 +6061,12 @@
|
|||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"SearchParam": {
|
||||
"enum": [
|
||||
"q"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"SelectOption": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -6176,6 +6251,20 @@
|
|||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"TvSearchParam": {
|
||||
"enum": [
|
||||
"q",
|
||||
"season",
|
||||
"ep",
|
||||
"imdbId",
|
||||
"tvdbId",
|
||||
"rId",
|
||||
"tvMazeId",
|
||||
"traktId",
|
||||
"tmdbId"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"UiConfigResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue