---
title: "Update account locale"
method: PATCH
path: "/account"
tags: ["Account"]
---

# Update account locale

`PATCH /account`

## Request body

- object
  - `locale` 'en' | 'tr' | 'es', required

## Response `200`

Success

- object
  - `success` true, required

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `402` — Payment required. Returns a WWW-Authenticate header with an MPP challenge for pay-per-use endpoints, or indicates a subscription/credit issue for identity-authenticated endpoints.

## Changes

- **2026-04-25** `2adc33156b4b` — 4 warning, 6 info
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `400`
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `401`
  - added the new `no_credits` enum value to the `error` response property for the response status `400`
  - added the new `no_credits` enum value to the `error` response property for the response status `401`
  - …6 more
- **2026-04-08** `d40c57a05527` — 2 info
  - the endpoint scheme security `apiKey` was added to the API
  - the endpoint scheme security `sessionCookie` was removed from the API

[Change history](https://skmtc.dev/xquik-dev/apis/xquik-api/changes/account/patch.md)

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xquik-dev/xquik-api/revisions/2adc33156b4b/schema)
