Skip to main content
PATCH
Replace the workspace-level ingest IP allowlist

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Body

application/json
ip_allowlist
string[] | null

Full replacement of the workspace allowlist. null, omitted, or an empty array CLEARS it (the column is set to NULL), which means every source IP is accepted again.

Maximum array length: 64

A bare IPv4/IPv6 address or a CIDR block. Entries are trimmed.

Response

Stored. The echoed list is the trimmed, validated set now in effect.

ok
enum<boolean>
required
Available options:
true
ip_allowlist
string[]
required