Update Wallet
PUT /wallets/{walletId}
Updates the name or externalID of an existing Wallet.
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name
Conditions
Wallets:Update
*
Always Required
Path parameters
Path parameter
Description
walletId
Unique identifier of the Wallet
. ex. wa-1f04s-lqc9q-xxxxxxxxxxxxxxxx
Request
Property
Type - Optional
Description
name
String - Optional
Name given to the wallet
externalid
String - Optional
External id usually used as a foreign key to an external database.
Example
Response
200 Response example
Last updated