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 characters
and<= 15 characters
Array 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 string
error 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 string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...