tokportal_update_webhook_endpoint
Modify an existing webhook endpoint by providing its ID and a JSON body with updated URL, events, or enabled status. Optionally include an idempotency key for safe retries.
Instructions
Update a webhook endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook endpoint ID. | |
| body | Yes | JSON request body. | |
| idempotency_key | No | Optional Idempotency-Key header for safe retries. |