appointments_update
Modify appointment details including time, customer, and user assignments by providing the appointment ID.
Instructions
Update an existing appointment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment ID (required) | |
| summary | No | ||
| description | No | ||
| start_at | No | ||
| end_at | No | ||
| appointment_duration | No | ||
| customer_id | No | ||
| ticket_id | No | ||
| user_id | No | ||
| user_ids | No | ||
| location | No | ||
| appointment_type_id | No | ||
| email_customer | No | ||
| all_day | No |