---
title: "Update User Settings"
method: POST
path: "/user/settings"
---

# Update User Settings

`POST /user/settings`

Partially update settings; omitted (null) fields are left unchanged.

## Request body

- UpdateUserSettingsRequest — Partial update: each field is optional; null leaves that setting unchanged.
  - `name` string, nullable
  - `agent_custom_instructions` string, nullable
  - `default_timezone` string, nullable
  - `time_representation` 'military' | 'standard' — How times are rendered for the user.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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