OrgKeyUpdateRequest
Request to update an org API key. At least one field is required.
- nameType: string
New name for the key. Omit to leave unchanged.
- permissionsType: array string[]
Replacement permission set. Omit to leave unchanged. Must be non-empty and contain only valid org key permissions if provided.
- ipType: array string[]
_allowlist Replacement IP allowlist. Omit to leave unchanged. An empty array clears the per-key restriction (the key falls back to whatever the target org's policy enforces). Accepts CIDR or bare IPs; bare IPs are stored as
/32or/128. Maximum 50 entries. - expiresType: string
_at Expiration time (RFC 3339). Omit to leave unchanged. Empty string clears expiration (the key never expires). A timestamp must be in the future.