update_time_entry
Modify existing time entries in Clockify by updating details such as start/end times, descriptions, project/task IDs, tags, and billing status to ensure accurate time tracking.
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 |