---
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

---

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