updateWallet

Description

Updates modifiable metadata properties of an existing wallet. This endpoint allows you to modify the wallet's description, set primary status, archive/unarchive the wallet, or update the custom identifier for external system integration

public updateWallet(id: string, reqParams: VyUpdateWalletRequest) : VyPromise<VyWalletDto>

Parameters

id

string

This is the `UUID` of the wallet

reqParams

Request data for the operation

Returns

VyPromise<VyWalletDto> Wallet description and/or arhive/unarchive successful.

Last updated