clickup_time_update
Update existing time tracking entries in ClickUp by modifying duration, description, billable status, or start time for accurate project time management.
Instructions
Modify a recorded time tracking entry. Only the supplied fields are changed; omitted fields keep their current value. Use clickup_time_add_tags / remove_tags for tag changes. Returns the updated time entry object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| billable | No | true = billable, false = non-billable. Omit to keep current value. | |
| description | No | New description for the entry. Omit to keep current description. | |
| duration | No | New duration in milliseconds (e.g. 3600000 for one hour). Omit to keep current duration. | |
| start | No | New start time as a Unix timestamp in milliseconds. Omit to keep current start. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| timer_id | Yes | ID of the time entry to update. Obtain from clickup_time_list (field: id). |