> ## Documentation Index
> Fetch the complete documentation index at: https://docs.60db.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Webhook

> Modify a webhook

Update webhook settings.

```bash theme={null}
curl -X PATCH https://api.60db.ai/dialer/webhooks/webhook-id \
  -H "Authorization: Bearer your-api-key" \
  -H "Content-Type: application/json" \
  -d '{"name": "Updated"}'
```
