update_time_entry
Modify an existing time entry in Clockify by updating details such as start/end times, description, project, task, tags, and billable status using workspace and time entry IDs.
Instructions
Update an existing time entry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
billable | No | Whether the entry is billable | |
description | No | Time entry description | |
end | No | End time (ISO 8601 format) | |
projectId | No | Project ID | |
start | No | Start time (ISO 8601 format) | |
tagIds | No | Array of tag IDs | |
taskId | No | Task ID | |
timeEntryId | Yes | Time entry ID | |
workspaceId | Yes | Workspace ID |