Set GUI Configuration
1. API Description
This API is used to configure GUI settings.
Request mode: POST [ip]/api/settings/gui/set
| Administrator Rights | Login Authentication |
|---|---|
| No | Yes |
2. Input Parameters
Refer to GUI Settings Fields are optional. If not provided, the corresponding settings will not be modified.
3. Output Parameters
| Parameter | Type | Description |
|---|---|---|
| status | Int | Status code |
4. Example
Input Example
{
"lang": "zh"
}
Output Example
{
"status": 0
}