Update wallet
PUT/api/wallets/:externalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Updates the details of an existing wallet.
Required Role
| Role | Description |
|---|---|
WALLET_CRUD | Create new wallets |
Request
Responses
- 200
- 401
- 403
- 404
- 422
Wallet updated successfully
Unauthorized.
Forbidden.
Wallet not found.
Unprocessable Request. The provided data is not valid.