Update a key
PUT/api/v1/wallets/:walletExternalKey/keys/:externalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Fully updates an existing key.
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_CRUD | Create, read, update and delete identifiers |
Request
Responses
- 200
- 401
- 403
- 404
- 422
Key updated successfully
Unauthorized.
Forbidden.
Key not found.
Unprocessable Request.