patch
https://wassdev.idbanc.com/wallet/update
This endpoint allows you to update specific attributes of a wallet using its unique wallet ID. You can modify the account name and currency associated with the wallet.
Request Body
The request body should include the following parameters:
| Parameter | Type | Description |
|---|---|---|
| walletId | string | The unique identifier of the wallet needs to be updated. |
| accountName | string | The new account name is to be associated with the wallet. |
| currency | string | The new currency to be associated with the wallet. |