IP Filters
Update IP filter
Updates an existing IP filter with new configuration
put/api/ip-filters/{ipFilterId}
Path parameters
ipFilterIdstring required
Request body
Example request
{
"address": "192\\.168\\.1\\..*",
"description": "Allow traffic from the local admin workstation"
}Response
IP filter updated successfully