update_schedule
Update an existing schedule by providing only the fields that need to change, such as name, working hours, time zone, or default status.
Instructions
Update a schedule (PATCH — send only fields to change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New schedule name | |
| schedule | No | New working hour blocks | |
| time_zone | No | New IANA timezone | |
| is_default | No | Set as default schedule | |
| schedule_id | Yes | Schedule ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |