Skip to main content
PATCH
Update a vault
Partially updates a vault config. Only the fields you send are changed. To replace the stored service account token, use Rotate the token instead. Returns the updated vault object.

Path parameters

vault_id
string
required
The vault config’s id (UUID).

Request body

name
string
New label for the config.
provider_config
object
Replacement provider settings: provider (optional, defaults onepassword) and op_vault_id (required when provided).

Examples


Errors