v1.0
API reference Vaultody
PUT /vaults/{vaultId}/vault-accounts/{vaultAccountId}/edit

Update Vault Account

This endpoint allows you to modify the attributes of an existing Vault Account.

Path parameters

vaultAccountId string required
Unique identifier of the Vault Account.
vaultId string required
The ID of the vault for which a Vault Account is created.

Query parameters

context string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.

Body parameters application/json

context string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
data object required
item object required
color string e.g. #00A3BF
A HEX color value used to uniquely visually style this Vault Account in dashboards.
isFavoriteInDashboard boolean e.g. 1
Indicates whether the Vault Account has been marked as a "favorite" in the dashboard.
isHiddenInDashboard boolean e.g. 1
Specifies whether this Vault Account is hidden from the main dashboard view.
name string e.g. Vault Account Name
The name of the Vault Account.

Response

Returns 200 the request has been successful.

apiVersion string required
Specifies the version of the API that incorporates this endpoint.
E.G. 2026-03-20
requestId string required
Defines the ID of the request. The `requestId` is generated by Vaultody and it's unique for every request.
E.G. 601c1710034ed6d407996b30
context string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
E.G. yourExampleString
data object required
item object required
addressesCount string required
The total number of addresses associated with this Vault Account.
E.G. 12
createdAt integer required
The UNIX timestamp indicating when the Vault Account was first created.
E.G. 1760088530
index string required
The sequential index of this Vault Account within its parent Vault.
E.G. 1
isHiddenInDashboard boolean required
Specifies whether this Vault Account is hidden from the main dashboard view.
E.G. 1
vaultAccountColour string required
A HEX color value used to uniquely visually style this Vault Account in dashboards.
E.G. #00A3BF
vaultAccountId string required
The unique id of the Vault Account.
E.G. 662b8dbe5c96b000064b23e8
vaultAccountName string required
The name of the Vault Account.
E.G. Vault Account Name
vaultId string required
The id of the Vault to which this Vault Account belongs.
E.G. 68dfaeae39a4b80007c4f707

Errors

400 The pagination attributes that have been used are invalid. Please check the Documentation to see details on pagination. application/json
401 The provided API key is invalid. Please, generate a new one from your Dashboard. application/json
403 The user is not authorized to access the vault accounts. application/json
404 The specified resource has not been found. application/json
409 The data provided seems to be invalid. application/json
415 The selected Media Type is unavailable. The Content-Type header should be 'application/json'. application/json
422 Your request body for POST requests must have a structure of { data: { item: [...properties] } } application/json
429 The request limit has been reached. There can be maximum {requests} requests per {seconds} second(s) made. Please contact our team via email if you need more or upgrade your plan. application/json
500 An unexpected server error has occurred, we are working to fix this. Please try again later and in case it occurs again please report it to our team via email. application/json

No matches.