update_timesheet
Modify existing timesheet entries by adjusting hours, descriptions, or dates to correct records and maintain accurate project tracking.
Instructions
Update an existing timesheet entry.
Args:
timesheet_id: ID of entry to update
hours: New number of hours (optional)
description: New description (optional)
date_entry: New date in YYYY-MM-DD format (optional)
Returns:
Update confirmation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timesheet_id | Yes | ||
| hours | No | ||
| description | No | ||
| date_entry | No |