update_timesheet
Edit an existing timesheet entry by passing only the fields to change — date, start/end, duration, project, activity, tags, or billable status. Updates the entry without altering unspecified values.
Instructions
Change an existing time entry. Only the fields you pass are touched.
Args: timesheet_id: the entry to change (from list_timesheets). date/start/end/duration: same formats as log_time. Passing any of these recomputes the entry's begin and end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| date | No | ||
| tags | No | ||
| start | No | ||
| project | No | ||
| activity | No | ||
| billable | No | ||
| duration | No | ||
| description | No | ||
| timesheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||