POST /a/policy/iplists
[Enterprise Only] Update white/black lists
Body Parameters
Name | Description | Type | Required |
---|---|---|---|
IPs | array | ||
Name | string |
Body Example
{
"IPs": [
"string"
],
"Name": "string"
}
Response Example (200)
Response Type /definitions/ipbanIPsCollection
{
"IPs": [
"string"
],
"Name": "string"
}