clockodo_update_entry
Update an existing Clockodo time entry by specifying only the fields to change, such as duration, project, or text.
Instructions
Updates an existing time entry. Pass only the fields to change; at least one. Note: customers_id/projects_id must stay consistent (a project belongs to its customer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | No | ||
| billable | No | ||
| duration | No | duration in minutes | |
| time_since | No | ||
| time_until | No | ||
| projects_id | No | ||
| services_id | No | ||
| customers_id | No |