# Update a webhook Updates a webhook. Endpoint: PUT /v3/webhooks/{id} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `id` (string, required) Unique Webhook identifier ## Request fields (application/json): - `webhook_id` (string) Example: "01234567890ABCD" - `label` (string) Example: "Test webhook" - `triggers` (array) Example: ["user.create","user.delete"] - `method` (string) Example: "POST" - `target` (string) Example: "http://localhost:9999" ## Response 200 fields ## Response 400 fields