Update Webhook
PATCH /webhooks/{id}
Updates an existing webhook endpoint. Only provided fields are changed.
Scope required: webhook.write
Request Body
{
"events": ["appointment.created", "patient.created"],
"is_active": true
}
PATCH /webhooks/{id}
Updates an existing webhook endpoint. Only provided fields are changed.
Scope required: webhook.write
{
"events": ["appointment.created", "patient.created"],
"is_active": true
}