tickets_update_timer
Update a timer entry on a ticket by providing the ticket ID, timer entry ID, and optional details like start time, duration, user, notes, or billing product.
Instructions
Update a timer entry on a ticket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID | |
| timer_entry_id | Yes | Timer entry ID | |
| start_at | No | Start time (ISO 8601) | |
| duration_minutes | No | Duration in minutes | |
| user_id | No | User ID | |
| notes | No | Timer notes | |
| product_id | No | Product ID for billing |