Unban the given IP addresses
Removes the IP addresses from the ban list
- Available on all panels
- application/json
Request Body required
- addresses string[]Possible values: >= 7 charactersand<= 15 charactersArray of strings with IPv4 
Responses
- 200
- 400
- 401
OK
- Missed parameter
- Parameter is of the wrong type
- application/json
- Schema
- Example (from schema)
- Wrong parameter
- Missed parameter
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong parameter"
}
{
  "error": "Missed parameter"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...