update_time_entry
Update a time entry's description, duration, start time, billable flag, or tags in ClickUp.
Instructions
Update a time entry (description, duration, start, billable, tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| timer_id | Yes | Time entry ID. | |
| description | No | ||
| start | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| duration | No | ||
| billable | No | ||
| tags | No | ||
| task_id | No |