Vault.update: Vault.update

View source: R/vault.R

Vault.updateR Documentation

Vault.update

Description

Updates the attributes of an existing vault.

Usage

Vault.update(id, env = solvebio:::.solveEnv, ...)

Arguments

id

The ID of the vault to update.

env

(optional) Custom client environment.

...

Vault attributes to change.

References

https://docs.solvebio.com/

Examples

## Not run: 
Vault.update(
             id="1234",
             name="New Vault Name",
            )

## End(Not run)


solvebio/solvebio-r documentation built on Dec. 8, 2022, 4:29 a.m.