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 |
---|---|
| Always Required |
Path parameters
Path parameter | Description |
---|---|
| Unique identifier of the |
Request
Property | Type - Optional | Description |
---|---|---|
| String - Optional | Name given to the wallet |
| String - Optional | External id usually used as a foreign key to an external database. |
Example
Response
200 Response example
Last updated