update-logged-time
Modify existing time entries in Float.com by updating project, task, hours, date, or notes for accurate time tracking.
Instructions
Update an existing logged time entry
Input Schema
TableJSON 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 |