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

# Update User Settings

`PATCH /api/user/settings`

Update user's settings (merge with existing).

## Request body

- UserSettingsUpdate — User settings update request - allows partial updates.
  - `pinned_workspaces` string[], nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/8cb63de3e7f5/schema)
