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
| Short | Long | Required | Description |
|---|---|---|---|
-cid | --clientId | yes | ID of client |
-s | --secretValue | yes | Value sha256 encoded of the secret |
-e | --expirationDate | no | Expiration date of secret |
-d | --description | no | Description of API secret |