Automated API Docs update

This commit is contained in:
Servarr 2022-05-31 04:39:31 +00:00 committed by Qstick
parent 40e7f80be9
commit f0abfae978

View file

@ -4210,44 +4210,6 @@
}
},
"/api/v1/config/ui/{id}": {
"get": {
"tags": [
"UiConfig"
],
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"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"
}
}
}
}
}
},
"put": {
"tags": [
"UiConfig"
@ -4293,6 +4255,44 @@
}
}
}
},
"get": {
"tags": [
"UiConfig"
],
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"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/v1/config/ui": {
@ -6316,6 +6316,10 @@
"uiLanguage": {
"type": "integer",
"format": "int32"
},
"theme": {
"type": "string",
"nullable": true
}
},
"additionalProperties": false