Configure multiple-concierge call mode feature
Configures multiple-concierge call mode feature
- Disables SOS button feature if enabled
 
- application/json
 
Request Body
- enable boolean required
Determines whether the feature is enabled
 - timeout integer required
Possible values:
>= 15and<= 30Determines the time to call the concierge
 
Responses
- 200
 - 400
 - 401
 
OK
Validation error. Required fields are not provided.
- SOS number is enabled
 - Timeout must be in range from 15 to 30 seconds
 - Missed json body or wrong param. Response sample:
 
  "error": "Wrong JSON body"
- Required field is not provided. Response sample:
 
  "error": "Wrong JSON body: no value for `param`"
where param - is a required field that was not provided
- Field was of the wrong type. Response sample:
 
  "error": "Wrong JSON body: value `param` was of the wrong type"
where param - is a field of the wrong type
- application/json
 
- Schema
 - Example (from schema)
 - S O S number enabled
 - Timeout Error
 - Base
 - No value
 - Wrong param type
 
Schema
- error string
Error information
 
{
  "error": true
}
{
  "error": "SOS number is enabled"
}
{
  "error": "Timeout must be in range from 15 to 30 seconds"
}
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong JSON body: no value for `param`"
}
{
  "error": "Wrong JSON body: value `param` was of the wrong type"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error information
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...