Automated API Docs update

pull/1026/head
Servarr 2 years ago committed by Qstick
parent 40e7f80be9
commit f0abfae978

@ -4210,7 +4210,7 @@
}
},
"/api/v1/config/ui/{id}": {
"get": {
"put": {
"tags": [
"UiConfig"
],
@ -4220,35 +4220,43 @@
"in": "path",
"required": true,
"schema": {
"type": "integer",
"format": "int32"
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
}
}
},
"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": {
"get": {
"tags": [
"UiConfig"
],
@ -4258,37 +4266,29 @@
"in": "path",
"required": true,
"schema": {
"type": "string"
"type": "integer",
"format": "int32"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/UiConfigResource"
}
}
}
},
"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"
}
}
}
}
@ -6316,6 +6316,10 @@
"uiLanguage": {
"type": "integer",
"format": "int32"
},
"theme": {
"type": "string",
"nullable": true
}
},
"additionalProperties": false

Loading…
Cancel
Save