Turn on/off monitor security mode
If the feature is enabled, then when the card brought to the reader the alarm will be automatically turned on/off on the corresponding monitor.
- application/json
Request Body required
- security_monitor_enable booleandescribes feature status, true - on , false - off 
Responses
- 200
- 400
- 401
OK
Wrong JSON body
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...