Add IP addresses to whitelist
Whitelist specified IP addresses for login access
- application/json
Request Body required
- addresses string[] requiredList of IP addresses to add or remove from the whitelist 
Responses
- 200
- 400
- 401
OK
- Missed JSON body
- application/json
- Schema
- Example (from schema)
- Wrong event type
Schema
- error stringError message 
{
  "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...