update_time_report
Update fields on one of your own time entries (PATCH — only the fields you supply are changed; everything else is left as-is). Supply the time_report_id plus any combination of date, start_time, hours, and text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | New date (ISO 8601 YYYY-MM-DD). | |
| text | No | New description (max 1000 characters). | |
| hours | No | New duration in hours (> 0 and ≤ 24). | |
| start_time | No | New start time in 24-h HH:mm. | |
| time_report_id | Yes | Id of the time entry to update. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |