Automated API Docs update

pull/7771/head
Servarr 2 years ago committed by Qstick
parent ef90ac7041
commit d70d351ea2

@ -1994,20 +1994,10 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/DownloadClientConfigResource"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/DownloadClientConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/DownloadClientConfigResource"
}
}
}
}
@ -2035,16 +2025,6 @@
"schema": {
"$ref": "#/components/schemas/DownloadClientConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/DownloadClientConfigResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/DownloadClientConfigResource"
}
}
}
},
@ -3200,20 +3180,10 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/ImportListConfigResource"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/ImportListConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/ImportListConfigResource"
}
}
}
}
@ -3241,16 +3211,6 @@
"schema": {
"$ref": "#/components/schemas/ImportListConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/ImportListConfigResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/ImportListConfigResource"
}
}
}
},
@ -3708,20 +3668,10 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/IndexerConfigResource"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/IndexerConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/IndexerConfigResource"
}
}
}
}
@ -3749,16 +3699,6 @@
"schema": {
"$ref": "#/components/schemas/IndexerConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/IndexerConfigResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/IndexerConfigResource"
}
}
}
},
@ -4220,20 +4160,10 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/MediaManagementConfigResource"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/MediaManagementConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/MediaManagementConfigResource"
}
}
}
}
@ -4261,16 +4191,6 @@
"schema": {
"$ref": "#/components/schemas/MediaManagementConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/MediaManagementConfigResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/MediaManagementConfigResource"
}
}
}
},
@ -4668,20 +4588,10 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/MetadataConfigResource"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/MetadataConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/MetadataConfigResource"
}
}
}
}
@ -4709,16 +4619,6 @@
"schema": {
"$ref": "#/components/schemas/MetadataConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/MetadataConfigResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/MetadataConfigResource"
}
}
}
},
@ -8145,35 +8045,6 @@
}
}
},
"/api/v3/config/ui": {
"get": {
"tags": [
"UiConfig"
],
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
}
}
}
}
}
},
"/api/v3/config/ui/{id}": {
"put": {
"tags": [
@ -8195,16 +8066,6 @@
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
}
}
},
@ -8270,6 +8131,25 @@
}
}
},
"/api/v3/config/ui": {
"get": {
"tags": [
"UiConfig"
],
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
}
}
}
}
}
},
"/api/v3/update": {
"get": {
"tags": [
@ -12552,6 +12432,10 @@
"uiLanguage": {
"type": "integer",
"format": "int32"
},
"theme": {
"type": "string",
"nullable": true
}
},
"additionalProperties": false

Loading…
Cancel
Save