Get multiple-concierge call mode settings
Returns multiple-concierge call mode settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable boolean
Determines whether the feature is enabled
- timeout integer
Possible values:
>= 15
and<= 30
Determines the time to call the concierge
{
"enable": true,
"timeout": 25
}
{
"enable": true,
"timeout": 25
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...