update_timesheet
Modify existing timesheet entries by updating specific fields like date, time, project details, or notes while keeping other information unchanged.
Instructions
Update an existing timesheet. All fields except timesheet_id are optional - only provided fields will be updated.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timesheet_id | Yes | The ID of the timesheet to update | |
| client_id | No | Client ID | |
| project_id | No | Project ID | |
| category_id | No | Category ID | |
| date | No | Date of work in YYYY-MM-DD format | |
| start_time | No | Start time in HH:MM format (24-hour) | |
| end_time | No | End time in HH:MM format (24-hour) | |
| break_minutes | No | Break time in minutes | |
| location_id | No | Work location ID | |
| billable_id | No | Billable category ID | |
| note | No | Description of work done |