---
title: "Update glossary terms"
method: PUT
path: "/projects/{project_id}/glossary-terms"
tags: ["Glossary"]
---

# Update glossary terms

`PUT /projects/{project_id}/glossary-terms`

Updates one or more glossary terms in the project. Requires *Manage glossary* admin right.

Requires <code>write_glossary</code> OAuth access scope.

## Path parameters

- `project_id` string, required

## Request body

- object
  - `terms` object[], required
    - `id` integer, required
    - `term` string
    - `description` string
    - `caseSensitive` boolean
    - `translatable` boolean
    - `forbidden` boolean
    - `translations` object[]
      - `langId` integer
      - `translation` string
      - `description` string
    - `tags` string[]

## Response `200`

OK

- object
  - `data` GlossaryTerms[]
    - `id` integer — A unique identifier of the glossary term.
    - `term` string — The term added to the glossary.
    - `description` string — Explanation of the term.
    - `caseSensitive` boolean — Indicates whether term is case-sensitive.
    - `translatable` boolean — Indicates whether the term should be translatable or not.
    - `forbidden` boolean — If true, the term must not be used in translations.
    - `translations` object[] — List of translations for the term.
      - `langId` integer — Language ID.
      - `langName` string — Language name.
      - `langIso` string — Language ISO code.
      - `translation` string — Translation of the term.
      - `description` string — Description of the translation.
    - `tags` string[] — List of tags for the term.
    - `projectId` string — Project ID for which the term resides.
    - `createdAt` string — Creation date and time of the term.
    - `updatedAt` string — Last updated date and time of the term.
  - `meta` object
    - `count` integer
    - `updated` integer
    - `limit` integer
  - `errors` object

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/versions/7bceba421b12/schema)
