---
title: "Update Ui Theme Settings"
method: PATCH
path: "/update/ui_theme_settings"
tags: ["UI Theme Settings"]
---

# Update Ui Theme Settings

`PATCH /update/ui_theme_settings`

Update UI theme configuration.
Updates logo settings for the admin UI.

## Request body

- UIThemeConfig — Configuration for UI theme customization
  - `logo_url` string, nullable — URL or path to custom logo image. Can be a local file path or HTTP/HTTPS URL
  - `favicon_url` string, nullable — URL to custom favicon image. Must be an HTTP/HTTPS URL to a .ico, .png, or .svg file

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
