Skip to contents

Updates the attributes of an existing vault object.

Usage

Object.update(id, env = get_connection(), ...)

Arguments

id

The ID of the vault to update.

env

(optional) Custom client environment.

...

Object attributes to change.

Examples

if (FALSE) { # \dontrun{
Object.update(
  id = "1234",
  filename = "New Name",
)
} # }