
Updates the attributes of an existing vault object.
Object.update(id, env = .solveEnv, ...)
The ID of the vault to update.
(optional) Custom client environment.
Object attributes to change.
if (FALSE) {
Object.update(
id="1234",
filename="New Name",
)
}
Run the code above in your browser using DataLab