update_timesheet_entry
Update specific fields in an existing timesheet entry by providing the entry ID and the new values for the fields you want to change.
Instructions
Update an existing timesheet entry. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | New date in YYYY-MM-DD format | |
| hours | No | New hours value (must be positive) | |
| billable | No | New billable status | |
| entry_id | Yes | The ID of the entry to update | |
| project_id | No | New project ID | |
| description | No | New description |