Update a time entry
clockify_update_time_entryUpdate a Clockify time entry's description, project, tags, time range, duration, or billable status. Existing values are kept, so only the fields you specify are changed.
Instructions
Changes description, project, tags or times. Clockify replaces the whole entry on update, so the current values are read first and only the given fields change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end time | |
| date | No | Move the entry to this day | |
| start | No | New start time | |
| tag_ids | No | Tag ids | |
| task_id | No | Task id | |
| billable | No | Mark the entry billable | |
| duration | No | New length, keeping the start | |
| tag_names | No | Tag names instead of ids | |
| task_name | No | Task name instead of the id; needs a project | |
| project_id | No | Project id | |
| description | No | What was worked on | |
| project_name | No | Project name instead of the id; must be unambiguous | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. | |
| time_entry_id | Yes | Time entry id |