Partially update a key
PATCH/api/v1/wallets/:walletExternalKey/keys/:keyExternalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Updates some fields of an existing key.
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_CRUD | Create, read, update and delete identifiers |
Request
Responses
- 200
- 401
- 403
- 404
Key updated successfully
Unauthorized.
Forbidden.
Key not found.