---
title: "Perform a partial update on a Language"
method: PATCH
path: "/languages/{languageID}"
tags: ["Language"]
---

# Perform a partial update on a Language

`PATCH /languages/{languageID}`

Performs a partial update the Language whose ID is specified in the URL. If the Language object has an `id` property, is ignored in favor of the ID in the URL.

## Path parameters

- `languageID` string, required

## Headers

- `ifMatch` string

## Request body

- object

## Response `200`

200: Update successful.

---

[API](https://skmtc.net/digitallinguistics/apis/dlx.md) · [All operations](https://skmtc.net/digitallinguistics/apis/dlx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitallinguistics/dlx/versions/16a3d9472e1b/schema)
