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.

  • description
    Type: string

    New description. Omit to leave unchanged. Empty string clears the value.

  • permissions
    Type: array string[]

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

  • 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.