clickup_time_update
Update time tracking entries in ClickUp by modifying duration, description, billable status, or start time for accurate project time management.
Instructions
Update a time tracking entry
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| billable | No | Whether this entry is billable | |
| description | No | New description | |
| duration | No | New duration in milliseconds | |
| start | No | New start time as Unix timestamp (milliseconds) | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. | |
| timer_id | Yes | Time entry ID |