Skip to main content

UpdateApiSecretClient

Updates an API secret for a client.

Examples

Basic usage:

octo-cli -c UpdateApiSecretClient `
-cid "my-client" `
-s "sha256-encoded-value" `
-e "2026-12-31"

Options

ShortLongRequiredDescription
-cid--clientIdyesID of client
-s--secretValueyesValue sha256 encoded of the secret
-e--expirationDatenoExpiration date of secret
-d--descriptionnoDescription of API secret