edit_my_time_entry
Update a specific time entry by providing its ID and the fields to change, such as text description.
Instructions
Edit a time entry for the authenticated user.
Args: entry_id: ID of the entry to edit data: Dictionary of fields to update (e.g., {"text": "new description"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| entry_id | Yes |