webhook_update
Update an existing Voog webhook by submitting only the fields you want to change. Modify target, event, URL, enabled status, or other optional properties.
Instructions
Update a webhook (PUT /webhooks/{id}). Partial — supply ONLY the fields to change. Body is FLAT. At least one updatable field besides webhook_id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| webhook_id | Yes | Voog webhook id (from webhooks_list) | |
| target | No | ticket | form | order | |
| event | No | Event name; depends on target | |
| url | No | HTTP(S) endpoint | |
| enabled | No | Whether the webhook fires | |
| target_id | No | Optional id of the specific target object | |
| source | No | Origin marker — 'api' or 'user' | |
| description | No | Free-text description |