update_webhook
Update an existing webhook's URL, active state, or subscribed events by providing its ID and new values.
Instructions
Update a webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the webhook to update | |
| url | No | The callback url for Eduframe to send a HTTP POST payload to. | |
| active | No | State of webhook. | |
| events | No | Array of events. |