Secrets

Update

Update an existing Secret by ID

patch/vault_secrets/{id}

Path parameters

idstring required

identifier for Secret

Headers

ngrok-versioninteger required

Request body

idstring

identifier for Secret

namestring

Name of secret

valuestring

Value of secret

metadatastring

Arbitrary user-defined metadata for this Secret

descriptionstring

description of Secret

Response

Update an existing Secret by ID

idstring

identifier for Secret

uristring

URI of this Secret API resource

created_atstring

Timestamp when the Secret was created (RFC 3339 format)

updated_atstring

Timestamp when the Secret was last updated (RFC 3339 format)

namestring

Name of secret

descriptionstring

description of Secret

metadatastring

Arbitrary user-defined metadata for this Secret

vault_namestring

Name of the vault the secret is stored in

Changes

Changed in 2 of the 9 revisions of this API.2