Skip to main content
PUT
Update an IP ACL
Updates an existing IP ACL entry. You can change the whitelisted IP address, modify the description, or enable/disable the entry. All fields are optional - include only the fields you want to update.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-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

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 new updated_at timestamp.
Response - 200 OK

Examples

cURL - Update the IP address

cURL Request

cURL - Rename the entry (resend the IP)

cURL Request
IP Address Changes: If you update the IP address, existing authenticated connections may be disconnected. Plan IP changes during maintenance windows.
Error Response (400 Bad Request): If the new IP address format is invalid:
Error Response - 400 Bad Request
Best Practice: When migrating to a new IP, add the new entry first with Create IP ACL, test connectivity from it, then delete the old entry to avoid service interruption.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

ip_acl_id
string
required

Body

application/json
name
string
required
ip_address
string
required

Response

200 - application/json

IP ACL updated

id
string
required
account_id
string
required
ip_address
string
required
description
string
required
enabled
boolean
required
created_at
string
required
updated_at
string
required