This endpoint allows you to modify the attributes of an existing Vault Account.
Unique identifier of the Vault Account.
The ID of the vault for which a Vault Account is created.
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.
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.
A HEX color value used to uniquely visually style this Vault Account in dashboards.
Indicates whether the Vault Account has been marked as a "favorite" in the dashboard.
Specifies whether this Vault Account is hidden from the main dashboard view.
The name of the Vault Account.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId is generated by Vaultody and it's unique for every request.
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.
The total number of addresses associated with this Vault Account.
The UNIX timestamp indicating when the Vault Account was first created.
The sequential index of this Vault Account within its parent Vault.
Specifies whether this Vault Account is hidden from the main dashboard view.
A HEX color value used to uniquely visually style this Vault Account in dashboards.
The unique id of the Vault Account.
The name of the Vault Account.
The id of the Vault to which this Vault Account belongs.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"context": "yourExampleString",
"data": {
"item": {
"color": "#00A3BF",
"isFavoriteInDashboard": true,
"isHiddenInDashboard": true,
"name": "Vault Account Name"
}
}
}
{
"apiVersion": "2026-03-20",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"addressesCount": "12",
"createdAt": 1760088530,
"index": "1",
"isHiddenInDashboard": true,
"vaultAccountColour": "#00A3BF",
"vaultAccountId": "662b8dbe5c96b000064b23e8",
"vaultAccountName": "Vault Account Name",
"vaultId": "68dfaeae39a4b80007c4f707"
}
}
}