update_time_entry
Updates an existing Clockify time entry by setting its start, end, description, project, task, tags, billable status, or type. Requires workspace ID, time entry ID, and start time.
Instructions
Updates a time entry (PUT /v1/workspaces/{workspaceId}/time-entries/{id}). start is required by the Clockify API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| type | No | ||
| start | Yes | ISO-8601 datetime; required by Clockify for updates. | |
| tag_ids | No | ||
| task_id | No | ||
| billable | No | ||
| project_id | No | ||
| description | No | ||
| workspace_id | Yes | ||
| time_entry_id | Yes |