Edit Time Entry
edit_time_entryUpdate the start time, end time, activity, or description of a time entry by providing its ID and the new values.
Instructions
Edit an existing time entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeEntryId | Yes | The ID of the time entry to edit | |
| startTime | No | New start time in ISO 8601 format | |
| endTime | No | New end time in ISO 8601 format | |
| activityId | No | New activity ID to assign this entry to | |
| description | No | New description/note for the entry |