---
title: "Update user preferences"
method: PUT
path: "/preference"
tags: ["Preference"]
---

# Update user preferences

`PUT /preference`

Update terminal preferences for the current user

## Request body

- ModelUserPreference
  - `created_at` string
  - `cursor_style` string — Cursor style (block, bar, underline)
  - `font_family` string — Font family
  - `font_size` integer — Font size
  - `id` integer
  - `letter_spacing` number — Letter spacing
  - `line_height` number — Line height
  - `settings` ModelJSON
  - `theme` string — Theme name
  - `updated_at` string
  - `user_id` integer — User ID with unique index

## Response `200`

OK

## Changes

- **2025-05-09** `436e19491442` — 1 info
  - endpoint added
- **2025-03-02** `f6b1c099afda` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/veops/apis/untitled-api-3/changes/preference/put.md)

---

[API](https://skmtc.dev/veops/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/veops/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/veops/untitled-api-3/revisions/d7525cb4e839/schema)
