Partially update an integration channel
PATCH/api/wallets/:walletExternalKey/integration-channels/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Patch-style partial update. Absent fields keep their current values. The HMAC secret is never modified by this endpoint.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_CHANNEL_CRUD | Create, read, update and delete integration channels |
Request
Responses
- 200
- 400
- 401
- 403
- 404
Channel updated
Webhook URL rejected by SSRF gate or other input violation.
Unauthorized.
Forbidden.
Channel not found.