R/old_vault.R
Vault.update.Rd
Updates the attributes of an existing vault.
Vault.update(id, env = get_connection(), ...)
The ID of the vault to update.
(optional) Custom client environment.
Vault attributes to change.
if (FALSE) { # \dontrun{ Vault.update( id = "1234", name = "New Vault Name", ) } # }