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 thevisibility of vault 7, leaving its name and description unchanged.
Response Example
A200 OK response is returned on success. The data field contains the complete updated vault object.