---
title: "Update Translation Glossary"
method: PUT
path: "/v1/translation_glossaries/{translation_glossary_id}"
tags: ["Translation Glossaries"]
---

# Update Translation Glossary

`PUT /v1/translation_glossaries/{translation_glossary_id}`

Updates a translation glossary.

## Path parameters

- `translation_glossary_id` string, required

## Request body

- TranslationGlossaryUpdate
  - `term` string — The glossary term
  - `translation` string — The translation of the glossary term

## Response `200`

Successful Response

- TranslationGlossaryRead
  - `locale_id` string, required — The unique identifier of the locale
  - `term` string, required — The glossary term
  - `translation` string, required — The translation of the glossary term
  - `id` string, required — The unique identifier of the glossary

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/6402c25762c8/schema)
