update_time_entry
Modify an existing Clockify time entry by ID, updating its start/end times, project, task, tags, or billable status.
Instructions
Update (full replace) an existing time entry by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time (ISO 8601 UTC) | |
| start | Yes | Start time (ISO 8601 UTC) | |
| tagIds | No | Tag IDs | |
| taskId | No | Task ID | |
| entryId | Yes | Time entry ID | |
| billable | No | Whether the entry is billable | |
| projectId | No | Project ID | |
| description | No | Entry description |