Rotate Vault Entry
Overwrite the stored value of a Vault entry. For a secret this is the only way the value ever changes, and it is still never read back. Rotation locks the closure of active inbound agents that reference the entry, bumps its revision, and records who rotated it and when. To change only the description, use the description endpoint instead.
Authorizations
Your SLNG consumer API key.
Path Parameters
Unique name of the Vault entry whose stored value you are replacing.
Body
The replacement value to store for the entry.
Overwrite the stored value (both kinds).
Replacement value to store for the entry. It is write-only and never returned in responses.
1 - 10000Response
The rotated Vault entry with its bumped revision. Secret values are masked in the response.
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.