Partial update wallet
PATCH/api/wallets/:externalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Updates some details of an existing wallet. Requires GLOBAL_WALLET_CRUD role or WALLET_CRUD role for the specific wallet.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Wallet updated successfully
Unauthorized.
Forbidden.
Wallet not found.
Unprocessable Request. The provided data is not valid.