IP Access Control List
Update IP ACL
Modify a Vobiz IP ACL entry to update the whitelisted IPv4 address, toggle its enabled state, or edit the description - all with a single PUT request.
PUT
Update an IP ACL
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Full update. Send both
name and ip_address on every update - this is a replace, not a partial patch. To preserve the label or address, resend its current value.Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Label for the entry. Surfaces as description on the returned object. |
ip_address | string | Yes | IPv4 address or CIDR range (e.g., 192.168.1.200 or 10.40.50.0/24). |
Disable without deleting. The update body accepts only
name and ip_address. To toggle an entry’s enabled state, use the Console (or delete and recreate the entry). If you only need to temporarily stop traffic, removing the entry and re-adding it later is the documented API path.Response
Returns the complete IP ACL object with updated values and a newupdated_at timestamp.
Response - 200 OK
Examples
cURL - Update the IP address
cURL Request
cURL - Rename the entry (resend the IP)
cURL Request
Error Response (400 Bad Request): If the new IP address format is invalid:
Error Response - 400 Bad Request
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"