Update vault

Update vault properties using a partial update. Only include fields you want to change.

Path Parameters

ParameterTypeRequiredDescription
idstring (UUID)YesVault UUID to update

Request Body

All fields are optional:

FieldTypeDescription
namestringNew vault name
statusstringactive or inactive
groupNamestring | nullGroup label for organizing vaults. Set to null to clear.
tagsarray | nullArray of string tags. Set to null to clear.
bsbstringBank State Branch code (max 10 chars)
accountNumberstringBank account number (max 20 chars)

Immutable Fields

The following cannot be updated after vault creation:

  • type — Vault type (HSM/MPC) is permanent
  • address — Derived from cryptographic keys, immutable
  • createdAt — Creation timestamp

Required Permission

vaults:edit