---
title: "Update font settings"
method: PATCH
path: "/api/v1/user/settings/font"
tags: ["User"]
---

# Update font settings

`PATCH /api/v1/user/settings/font`

Update font settings.

Auth: Required (bearer token).
Scope: Organization-scoped in authenticated context.
Side effects: May mutate server state.

## Headers

- `Accept` string

## Response `200`

OK

- UserSettingsResponse — UserSettingsResponse schema
  - `data` object, nullable
    - `auto_update` boolean
    - `created_at` string, date-time
    - `deleted_at` string, date-time, nullable
    - `font_family` string
    - `font_size` integer
    - `id` string, uuid
    - `language` string
    - `theme` string
    - `updated_at` string, date-time
    - `user_id` string, uuid
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

---

[API](https://skmtc.net/nixopus/apis/openapi.md) · [All operations](https://skmtc.net/nixopus/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nixopus/openapi/revisions/c5bacaea7239/schema)
