Vault Secrets

Update Vault Secret

patch/api/v1/vault/secrets/{secret_id}

Path parameters

secret_idstring uuid required

Request body

namestring nullable

Optional new plaintext display name for the secret.

descriptionstring nullable

Optional new freeform description for the secret.

encrypted_payloadstring nullable

Optional replacement AES-256-GCM ciphertext payload (base64).

Response

Successful Response

idstring uuid required
namestring required
descriptionstring nullable required
secret_type'api_key' | 'key_pair' | 'login' | 'ssh_key' | 'other' required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.