Update Vault Description
Update only the description of a Vault entry. This never touches the stored value and does not lock dependent resources. An empty or whitespace-only description is stored as null. To change the value, use the rotate endpoint instead.
Authorizations
Your SLNG consumer API key.
Path Parameters
Unique name of the Vault entry whose description you are updating.
Body
The new description for the entry, or null to clear it.
Request body for updating only the description of a Vault entry. An empty or whitespace-only value clears the description.
New description for the entry. Provide null or an empty string to clear it.
500Response
The Vault entry with its updated description. The stored value is unchanged.
List and detail view of a Vault entry. Secret values are never returned; variable values are returned to authorized readers in value (null for secrets).
Kind of this entry: secret values are never returned, variable values are readable by authorized callers.
secret, variable The stored value, returned only for variables to authorized readers. Always null for secrets, whose value is never returned.
Whether a value is stored. True even for secrets, whose value is withheld from responses.
Whether this entry is managed by SLNG rather than created directly by your organisation.