---
title: "PATCH /v3/{+name}"
method: PATCH
path: "/v3/{+name}"
tags: ["projects"]
---

# PATCH /v3/{+name}

`PATCH /v3/{+name}`

Updates a glossary entry.

## Path parameters

- `name` string, required

## Query parameters

- `updateMask` string

## Request body

- GlossaryEntry — Represents a single entry in a glossary.
  - `name` string — Identifier. The resource name of the entry. Format: `projects/*/locations/*/glossaries/*/glossaryEntries/*`
  - `description` string — Describes the glossary entry.
  - `termsSet` GlossaryTermsSet — Represents a single entry for an equivalent term set glossary. This is used for equivalent term sets where each term can be replaced by the other terms in the set.
    - `terms` GlossaryTerm[] — Each term in the set represents a term that can be replaced by the other terms.
      - `languageCode` string — The language for this glossary term.
      - `text` string — The text for the glossary term.
  - `termsPair` GlossaryTermsPair — Represents a single entry for an unidirectional glossary.
    - `sourceTerm` GlossaryTerm — Represents a single glossary term
      - `languageCode` string — The language for this glossary term.
      - `text` string — The text for the glossary term.
    - `targetTerm` GlossaryTerm — Represents a single glossary term
      - `languageCode` string — The language for this glossary term.
      - `text` string — The text for the glossary term.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/translate.md) · [All operations](https://skmtc.dev/google/apis/translate/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/translate/revisions/1597c11ae5de/schema)
