Automated API Docs update

pull/962/head
Servarr 2 years ago committed by Qstick
parent b85cd92cca
commit bb6c068d91

@ -4559,6 +4559,14 @@
], ],
"type": "string" "type": "string"
}, },
"BookSearchParam": {
"enum": [
"q",
"title",
"author"
],
"type": "string"
},
"CertificateValidationType": { "CertificateValidationType": {
"enum": [ "enum": [
"enabled", "enabled",
@ -5259,6 +5267,44 @@
"$ref": "#/components/schemas/IndexerCategory" "$ref": "#/components/schemas/IndexerCategory"
}, },
"nullable": true "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 "additionalProperties": false
@ -5748,6 +5794,29 @@
}, },
"additionalProperties": false "additionalProperties": false
}, },
"MovieSearchParam": {
"enum": [
"q",
"imdbId",
"tmdbId",
"imdbTitle",
"imdbYear",
"traktId",
"genre"
],
"type": "string"
},
"MusicSearchParam": {
"enum": [
"q",
"album",
"artist",
"label",
"year",
"genre"
],
"type": "string"
},
"NotificationResource": { "NotificationResource": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -5992,6 +6061,12 @@
}, },
"additionalProperties": false "additionalProperties": false
}, },
"SearchParam": {
"enum": [
"q"
],
"type": "string"
},
"SelectOption": { "SelectOption": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -6176,6 +6251,20 @@
}, },
"additionalProperties": false "additionalProperties": false
}, },
"TvSearchParam": {
"enum": [
"q",
"season",
"ep",
"imdbId",
"tvdbId",
"rId",
"tvMazeId",
"traktId",
"tmdbId"
],
"type": "string"
},
"UiConfigResource": { "UiConfigResource": {
"type": "object", "type": "object",
"properties": { "properties": {

Loading…
Cancel
Save