Skip to main content
Update one or more properties of an existing vault you own. This endpoint uses partial update semantics — you only need to include the fields you want to change, and all other properties remain untouched. For example, you can rename a vault without affecting its visibility or description, or flip a private vault to public in a single targeted request.

Endpoint

Path Parameters

integer
required
The numeric ID of the vault to update.

Body Parameters

All body parameters are optional. Include only the fields you want to update.
string
A new display name for the vault. Must be between 1 and 50 characters.
string | null
A new description for the vault. Maximum 200 characters. Pass null to clear an existing description.
string
The new visibility setting. Accepted values are private, unlisted, or public.

Request Example

This example updates only the visibility of vault 7, leaving its name and description unchanged.

Response Example

A 200 OK response is returned on success. The data field contains the complete updated vault object.