Add IP addresses to whitelist
Whitelist specified IP addresses for login access
- application/json
Request Body required
- addresses string[] required
List 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 string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...