teamleader_update_time_tracking
Update an existing time-tracking entry to correct its duration, description, work type, subject, start time, or billable status.
Instructions
Update an existing time-tracking entry (duration, description, work type, subject, started_at, invoiceable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The time tracking entry ID to update | |
| started_at | No | New start datetime, ISO 8601 | |
| subject_id | No | New subject ID (with subject_type) | |
| description | No | New description | |
| invoiceable | No | Whether this time is billable | |
| subject_type | No | New subject type (with subject_id) | |
| work_type_id | No | New work type ID | |
| duration_minutes | No | New duration in minutes | |
| duration_seconds | No | New duration in seconds |