create_favorite
Save a time-entry combination as a favorite for quick reuse. Returns the created favorite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id. | |
| project_id | Yes | Project id. | |
| customer_id | Yes | Customer id. | |
| description | No | Default time-entry description (optional). | |
| sub_task_id | Yes | Subtask id. | |
| display_name | Yes | Short label for the favorite (e.g. 'Daily standup on Acme'). | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |