time_entry_update
Change an existing time entry's start, duration, end time, description, or billable status in ClickUp.
Instructions
Update an existing time entry. Supports changing start, duration, end time, description, and billable status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag names to assign to the time entry | |
| start | No | New start time in YYYY-MM-DD HH:MM format | |
| team_id | Yes | The ID of the team (workspace) containing the time entry | |
| billable | No | Whether this time is billable | |
| duration | No | New duration in format like 1h 30m | |
| end_time | No | New end time in YYYY-MM-DD HH:MM format | |
| entry_id | Yes | The ID of the time entry to update | |
| description | No | New description for the time entry |