Update a webhook URL, event types, or active status
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Webhook ID |
| Field | Type | Description |
|---|---|---|
url | string | New HTTPS endpoint |
event_types | string[] | New event type subscriptions: radar, signal, or both |
active | boolean | Enable or disable the webhook |
| Status | Error | Cause |
|---|---|---|
| 400 | No fields to update | Request body has no recognized fields |
| 400 | URL must use HTTPS | Non-HTTPS URL |
| 400 | event_types must only contain: radar, signal | Invalid event type |
| 404 | Webhook not found | ID doesn’t exist or belongs to another account |