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

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

Request body

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

Examples


Errors