Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 511 Bytes

File metadata and controls

24 lines (15 loc) · 511 Bytes

oms-cli update api-key

Update an API key's expiration date

Synopsis

Updates the expiration date for a given API key using the --id and --valid-to flags.

oms-cli update api-key [flags]

Options

  -h, --help              help for api-key
  -i, --id string         The ID of the API key to update
      --valid-to string   The new expiration date in RFC3339 format (e.g., "2025-12-31T23:59:59Z")

SEE ALSO