update_time_entry
Update an existing time entry by ID, adjusting hours, comment, or activity ID as needed.
Instructions
Update an existing time entry.
Args: time_entry_id: ID of the time entry to update. hours: new hours value (0 = leave alone). comment: new comment (empty = leave alone). activity_id: new activity ID (0 = leave alone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | ||
| comment | No | ||
| activity_id | No | ||
| time_entry_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |