Set KONE lift settings
Configures KONE lift adapter, required for interaction with KONE module
- application/json
Request Body required
- is_enabled boolean requiredDetermines whether the feature is enabled 
- building_id string requiredPossible values: Value must match regular expression ^building:.+:.+$Building id where panel is located and group id 
- server_url string requiredKone lift server address 
- source_id int64 requiredPanel area location 
- terminal_number integer requiredLift terminal number used with panel 
- walking_time integer requiredPossible values: <= 30Delay in seconds, this is added to any walking time determined based on the terminal. This param is needed when panel is outside of the lift lobby 
- credentials object required- Auth credentials client_secret string required- Client token client_id string required- Client id 
- 200
- 400
- 401
- 403
OK
- Wrong url
- Building id must match 'building🆔groupId' pattern
- 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)
- Base
- No value
- Wrong param type
- Wrong url
- Wrong building id
Schema
- error stringError message 
{
  "error": true
}
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong JSON body: no value for `param`"
}
{
  "error": "Wrong JSON body: value `param` was of the wrong type"
}
{
  "error": "Wrong url"
}
{
  "error": "Building id must match `building:id:groupId` pattern"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error stringError message 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}