Users

Update options for the current user

Replaces or extends the stored UI preferences for the currently authenticated user. The request body is merged with any existing options at the top level — keys that are not present in the request are left untouched, but nested objects are replaced wholesale.

put/user-options

Request body

UserOptions required

A free-form map of UI preferences for the authenticated user. Trybe stores user-supplied options such as default site picker selections, dismissed onboarding tips, table column preferences, and so on. Keys and values are arbitrary — clients should round- trip unknown keys without modifying them.

Response

A map of options for a user

dataUserOptions required

A free-form map of UI preferences for the authenticated user. Trybe stores user-supplied options such as default site picker selections, dismissed onboarding tips, table column preferences, and so on. Keys and values are arbitrary — clients should round- trip unknown keys without modifying them.

Changes