use_favorite
Record that a time-entry favorite was used, incrementing its use count and updating last-used timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| favorite_id | Yes | Id of the favorite to record usage for. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |