Update Time Entry
update_time_entryUpdate an existing time entry by providing only the fields to change. Modify hours, date, description, billable status, or reassign project.
Instructions
Update an existing time entry using PATCH semantics. Only provided fields are changed. Example: id='te_abc123', hours=3.0, description='Frontend review + testing' / Actualiza una entrada de tiempo existente. Solo se modifican los campos proporcionados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Time entry ID / ID de la entrada de tiempo | |
| hours | No | Updated hours / Horas actualizadas | |
| date | No | Updated date ISO 8601 / Fecha actualizada | |
| description | No | Updated description / Descripcion actualizada | |
| billable | No | Updated billable flag / Facturabilidad actualizada | |
| projectId | No | Reassign to different project / Reasignar a otro proyecto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| userId | No | ||
| projectId | No | ||
| hours | Yes | ||
| description | No | ||
| billable | No | ||
| date | No | ||
| status | No | ||
| createdAt | No | ||
| updatedAt | No |