Update workspace appearance settings
Updates workspace appearance settings. All fields are optional - only provided fields will be updated.
What can be updated:
- Main workspace color: Changes the primary color theme used throughout the workspace
- Navigation animations: Turns left-right page slides on or off for users who follow the workspace default
- Logo: Upload a logo file for light theme display
- Logo dark theme: Upload a separate logo file optimized for dark theme display
To upload logo files:
- Call POST /api/public/workspace/upload to upload each logo file
- Get the file ID from the response
- Use that file ID in the
logoIdorlogoDarkThemeIdfield - Set to
nullto remove an existing logo
Note: This endpoint requires the WsSettings.manageSettings permission. Changes affect how the workspace appears to all users. The system validates that provided file IDs exist and belong to the workspace.
/administration/appearance-settingsAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredapplication/jsonlogoDarkThemeIdobject | nullFile ID for the workspace logo (dark theme). Upload file via POST /workspace/upload first.
logoIdobject | nullFile ID for the workspace logo (default theme). Upload file via POST /workspace/upload first.
mainWorkspaceColorstringMain workspace color theme
DEFAULTBLACKREDROSEMAGENTAGREENBLUESKYYELLOWVIOLETnavigationAnimationsEnabledbooleanWhen true, workspace pages slide left and right during navigation. Off by default. Users can override this in their profile.
Appearance settings updated successfully
successbooleanUnauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions
File not found - Invalid logoId or logoDarkThemeId provided