update_time_entry
update_time_entryUpdate an existing time entry in Productive.io by specifying its ID and any fields you want to change.
Instructions
Update an existing time entry in Productive.io. Only provide the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_entry_id | Yes | ID of the time entry to update (required) | |
| date | No | New date (YYYY-MM-DD) | |
| time | No | New duration (e.g. "2h", "90m", "1.5") | |
| billable_time | No | New billable duration (same format as time) | |
| note | No | New work description (use empty string to clear) | |
| service_id | No | New service ID | |
| task_id | No | New task ID, or null to unlink from task |