people_technician_shifts_update
Update an existing technician shift by specifying its ID and modifying properties such as type, title, notes, active status, start, or end times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Technician shift ID | |
| shiftType | No | Shift type | |
| title | No | Shift title | |
| note | No | Shift note | |
| active | No | Whether the shift is active | |
| technicianId | No | Technician ID | |
| start | No | Shift start timestamp | |
| end | No | Shift end timestamp | |
| timesheetCodeId | No | Timesheet code ID | |
| _confirmed | No | Set to true to confirm this write operation |