---
title: "Update Appearance Settings"
method: PATCH
path: "/api/kiwi/settings/appearance"
tags: ["Kiwi Agent"]
---

# Update Appearance Settings

`PATCH /api/kiwi/settings/appearance`

Persist personal theme and display preferences so they follow the user across devices.

## Request body

- AppearancePreferenceRequest
  - `preference` 'system' | 'light' | 'dark', nullable
  - `appearance` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-26** `c5a6fbe2731c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qomplement/apis/fastapi/changes/api/kiwi/settings/appearance/patch.md)

---

[API](https://skmtc.dev/qomplement/apis/fastapi.md) · [All operations](https://skmtc.dev/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/c5a6fbe2731c/schema)
