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