Partially update a wallet key
PATCH/api/v1/wallets/:walletExternalKey/keys/:keyExternalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Updates one or more fields of an existing cryptographic key without replacing the rest.
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.