update_working_hours
Modify an existing working hours entry by specifying its time ID and optionally updating the date, start time, end time, or user ID.
Instructions
Updates specified working hours entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_id | Yes | working hours ID | |
| user_id | No | id of user | |
| date | No | date of working hours time span | |
| time_start | No | start of working hours time span (in HH:MM format) | |
| time_end | No | end of working hours time span (in HH:MM format) |