User Preferences

Update preferences for the current user

showHostTags, hostTrayOnClick, compactHostView, statusColorScheme and foldersCollapsed are no longer accepted here -- they moved to PUT /host-sidebar/preferences as part of the sidebar redesign.

put/user-preferences

Request body

reopenTabsOnLoginboolean
themestring
fontSizestring
accentColorstring
languagestring
storageModestring
commandAutocompleteboolean
commandPaletteEnabledboolean
pinAppRailboolean
expandAppRailOnHoverboolean
confirmSnippetExecutionboolean
disableUpdateCheckboolean
confirmTabCloseboolean
hiddenRailTabsstring
customThemesstring

JSON-encoded array of the user's saved global custom terminal themes.

customKeybindingsstring

JSON-encoded array of the user's custom terminal keybindings.

Response

Preferences updated successfully.

Changes

No recorded changes to this endpoint across all 1 revision of this API.