toggl_update_time_entry
Modify an existing Toggl time entry's description, project, start/stop times, tags, or billable status.
Instructions
Update an existing time entry. You can modify the description, project assignment, start/stop times, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Numeric workspace ID | |
| time_entry_id | Yes | Numeric time entry ID | |
| description | No | New description | |
| project_id | No | New project ID (null to unassign) | |
| billable | No | ||
| tags | No | ||
| start | No | New start time in ISO 8601 format | |
| stop | No | New stop time in ISO 8601 format | |
| duration | No |