---
title: "Update a translatable entry"
method: PUT
path: "/translations/entries/{entryId}"
tags: ["Translations"]
---

# Update a translatable entry

`PUT /translations/entries/{entryId}`

Pushes a translation for a specific entry and language.
The entry ID uses the format "type:id" as returned by GET /translations/entries. The id part is a
Mongo id for `article`, `collection` and `emailtemplate` (e.g. "article:507f1f77bcf86cd799439011") and
the translation key for `statictranslation` (e.g. "statictranslation:welcomeText").
Only the specified language is updated; other languages are not affected.

## Path parameters

- `entryId` string, required

## Headers

- `project` string, required

## Request body

- PutTranslationEntryDto
  - `language` string, required — The language code to set the translation for (e.g., "en", "de", "fr").
  - `fields` unknown, required

## Response `200`

Ok

- unknown

---

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