focus_update_time_entry
Partially update a Toggl time entry with immediate effect. Change description, project, tags, duration, or type without overwriting the entire entry.
Instructions
Toggl Focus/2.0: partially update a time entry (PATCH). Changes apply immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| start | No | ||
| tag_ids | No | ||
| task_id | No | Optional; if set, uses the task-scoped endpoint path | |
| billable | No | ||
| duration | No | ||
| project_id | No | ||
| description | No | ||
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| time_entry_id | Yes | ||
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. |