update_user_preferences
Update your own UI preferences: default time-entry view, sub-views, theme, and time format. Only the fields you provide are changed (PATCH semantics). Applies to your account globally across all organizations. The user is fixed by your context — you can only change your own preferences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_format | No | Clock format. One of: 12h, 24h. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. | |
| theme_preference | No | UI theme preference. One of: light, dark, system. | |
| default_day_sub_view | No | Default sub-view for the day view. One of: timeline, list, stats, table. | |
| default_week_sub_view | No | Default sub-view for the week view. One of: calendar, list, timeline. | |
| default_month_sub_view | No | Default sub-view for the month view. One of: calendar, list, timeline. | |
| default_time_entry_view | No | Default time-entry view. One of: day, week, month. |