modify_webhook
Update an existing webhook using its identifier and a schema-compliant request body.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. The endpoint allows you to update the existing webhook with a given identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | The unique identifier for the webhook | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/webhooks/modify_webhook.json', then provide this exact path here to confirm. | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. |