Update address descriptionAsk AIput https://api.fireblocks.io/v1/vault/accounts/{vaultAccountId}/{assetId}/addresses/{addressId}Updates the description of an existing address of an asset in a vault account. Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.Path ParamsvaultAccountIdstringrequiredThe ID of the vault accountassetIdstringrequiredThe ID of the assetaddressIdstringrequiredThe address for which to add a description. For XRP, use :, for all other assets, use only the addressBody ParamsdescriptionstringThe address descriptionHeadersIdempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.Responses 201OK defaultError ResponseUpdated 4 months ago