update-logged-time
Update an existing logged time entry by specifying its ID and modifying properties like person, project, task, date, hours, billable status, or notes. Resolve time logging corrections in Float.
Instructions
Update an existing logged time entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logged_time_id | Yes | The logged time ID (hexadecimal) | |
| people_id | No | The person ID who logged the time | |
| project_id | No | The project ID for the logged time | |
| task_id | No | The task ID for the logged time | |
| date | No | The date for the logged time (YYYY-MM-DD) | |
| hours | No | The number of hours logged | |
| billable | No | Whether the time is billable (1 = billable, 0 = non-billable) | |
| notes | No | Optional notes describing the work done | |
| reference_date | No | Reference date for UI suggestions |