Update Time Tracking Entry
asana_update_time_tracking_entryUpdate Asana time tracking entries by changing their duration or date. Returns the updated entry details with ID, minutes, and date.
Instructions
Update the duration or date of an existing time tracking entry. Returns the updated entry with gid, duration_minutes, and entered_on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entered_on | No | New date in YYYY-MM-DD format. | |
| opt_fields | No | Comma-separated fields to include in the response. Useful values: `gid,duration_minutes,entered_on,created_by.name`. | |
| duration_minutes | No | New duration in minutes. | |
| time_tracking_entry_gid | Yes | The GID of the time tracking entry to update (numeric string, e.g. `'1234567890123'`). |