Freelo Update Work Report
freelo_update_work_reportUpdate an existing work report to correct time entries or add descriptions. Pass the report ID and only the fields you want to change.
Instructions
Updates an existing work report. Use to correct time entries or add descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportData | Yes | Updated data - only include fields to change | |
| workReportId | Yes | Work report ID. Get from freelo_get_work_reports. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work report ID | |
| task | No | Task object (minimal) | |
| user | No | User object | |
| minutes | Yes | Minutes worked | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| project_id | No | Project ID | |
| description | No | Work description | |
| date_reported | Yes | Date of work (YYYY-MM-DD) |