---
title: "Updates an existing language."
method: PUT
path: "/language"
tags: ["Language"]
---

# Updates an existing language.

`PUT /language`

## Request body

- ApiLanguage — A Language
  - `LanguageId` integer — Language identifier
  - `Code` string — A unique code for the language
  - `Name` string — Language name
  - `FullTextSearchLanguageId` string — Identifier used for full text search
  - `IsDefault` boolean — Indicates whether this is the default language

## Response `200`

OK

## Other responses

- `400` — BadRequest

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
