---
title: "Update Settings Endpoint"
method: PUT
path: "/api/v1/settings/"
tags: ["settings", "web_app", "NOT_USED"]
---

# Update Settings Endpoint

`PUT /api/v1/settings/`

Update current user settings

## Request body

- SettingsUpdate — 更新设置
  - `language` string, nullable
  - `voice_enabled` boolean, nullable
  - `request_id` string, nullable

## Response `200`

Successful Response

- Settings — API 响应中的设置
  - `language` string
  - `voice_enabled` boolean
  - `id` string, required
  - `user_id` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2025-11-30** `64a35ff6429d` — 1 info
  - api tag `NOT_USED` added
- **2025-11-25** `05cf5f034c74` — 1 info
  - api tag `web_app` added
- **2025-09-29** `bd9470194fe1` — 1 info
  - added the new optional request property `request_id`

[Change history](https://skmtc.dev/nascentcore/apis/inty-backend/changes/api/v1/settings/put.md)

---

[API](https://skmtc.dev/nascentcore/apis/inty-backend.md) · [All operations](https://skmtc.dev/nascentcore/apis/inty-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nascentcore/inty-backend/revisions/1e014c365df2/schema)
