Remove IP addresses from login ban list
Remove specified IP addresses from the login ban list
- application/json
Request Body required
- addresses string[] required
List of IP addresses to add or remove from the ban list
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...