Skip to main content
PATCH
Update an Allowed IP

Authorizations

Authorization
string
header
required

Bearer token

X-Account-ID
string
header
required

Account ID

Path Parameters

id
string<uuid>
required

Allowed IP ID

Body

application/json
ip_address
string

IP address or CIDR range. Supports IPv4 only (e.g., 192.168.1.1, 10.0.0.0/8)

Minimum string length: 1
description
string

Optional description (e.g., "Office network", "VPN gateway")

Maximum string length: 500
enabled
boolean

Whether this allowed IP is active

Response

Default Response

id
string<uuid>
required

Allowed IP unique identifier

ip_address
string
required

IP address or CIDR range (e.g., 192.168.1.1 or 10.0.0.0/8)

enabled
boolean
required

Whether this allowed IP is active

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp

created_by
string<uuid>
required

User ID who created this allowed IP

updated_by
string<uuid>
required

User ID who last updated this allowed IP

description
string | null

Optional description of this IP address