v5
latestOpenAPI 3.0.02026-08-04258282491.7 KBTranslations
Update a translatable entry
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.
put/translations/entries/{entryId}
Path parameters
entryIdstring required
Headers
projectstring required
Request body
Example request
{
"fields": {
"title": "Getting Started",
"description": "Learn the basics",
"content": "<p>Welcome</p>"
}
}Response
Ok
{"stackTrail":"paths:/translations/entries/{entryId}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}