Update Webhook
Authentication: Bearer token required.
Endpoint: PUT /api/v1/webhooks
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Webhook UUID |
| host | string | No | max 2048 |
| success_path | string | No | max 512 |
| error_path | string | No | max 512 |
| auth_type | string | No | basic or token |
| auth_basic_username | string | No | — |
| auth_basic_password | string | No | — |
| auth_token | string | No | — |
Response — 200 OK
| Status | Description |
|---|---|
| 403 | No access to webhook's wallet node |
| 404 | Webhook not found |