update_time_entry
Modify a time entry's description, start time, duration, billable status, tags, or linked task. Updates only the provided fields and returns the updated entry.
Instructions
Update an existing time entry — change its description, start, duration, billable flag, tags or linked task. Only the provided fields change. Returns the updated entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| timer_id | Yes | ID of the time entry to update. | |
| description | No | New note. Omit to keep current. | |
| start | No | New start time (natural language, ISO, or epoch ms). | |
| duration | No | New duration in milliseconds. | |
| billable | No | Set true/false to change the billable flag. | |
| tags | No | Replacement array of time-entry tag objects. | |
| task_id | No | New task id to associate the entry with. |