Get system configuration
GET/system/configuration
Returns the system configuration
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
webui
object
ssoAutomaticSignIn boolean
Enable SSO automatic sign in
{
"webui": {
"ssoAutomaticSignIn": true
}
}
Loading...