OrgKeyUpdateRequest

Request to update an org API key. At least one field is required.

  • name
    Type: string

    New name for the key. Omit to leave unchanged.

  • permissions
    Type: array string[]

    Replacement permission set. Omit to leave unchanged. Must be non-empty and contain only valid org key permissions if provided.

  • ip_allowlist
    Type: array string[]

    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 /32 or /128. Maximum 50 entries.

  • expires_at
    Type: string

    Expiration time (RFC 3339). Omit to leave unchanged. Empty string clears expiration (the key never expires). A timestamp must be in the future.