---
title: "update user glossary file."
method: POST
path: "/v2/blu_translation/glossary/update"
tags: ["translation"]
---

# update user glossary file.

`POST /v2/blu_translation/glossary/update`

update mass user glossary.

## Headers

- `Authorization` string, required

## Request body

- BluenteInternalTranslateModelUserGlossary[]
  - `examples` string — usage examples
  - `id` integer
  - `scene` string — scene/domain for disambiguation
  - `source_lang` string — lang of the source characters
  - `source_text` string — source text
  - `target_lang` string — lang of the target characters
  - `target_text` string — target text

## Response `200`

success, the data is BaseResponse

- BluenteInternalPlatformUtilsBaseResponse
  - `code` integer — 0=success，only parse data when code=0
  - `data` unknown
  - `message` string — tip message

---

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