---
search:
  tags:
    - administration
    - PATCH
seo:
  description: >-
    Updates workspace appearance settings. All fields are… Reference for the
    PATCH /administration/appearance-settings endpoint in the Leadtime Public
    API API.
sidebar:
  badge: PATCH
  label: Update workspace appearance settings
title: Update workspace appearance settings
type: openapi-operation
---
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:**
1. Call POST /api/public/workspace/upload to upload each logo file
2. Get the file ID from the response
3. Use that file ID in the `logoId` or `logoDarkThemeId` field
4. Set to `null` to 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.

<Operation source="api-reference" id="appearancesettingscontroller-updateappearancesettings" />
