Update a translatable entry
Translations
Update a translatable entry
PUT
Update a translatable entry
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Body
application/json
The language code to set the translation for (e.g., "en", "de", "fr").
Key-value pairs of translatable fields. Keys depend on the entity type (e.g., "title", "description", "content" for articles). Values are plain text or HTML strings depending on the field type.
Example:
{
"title": "Getting Started",
"description": "Learn the basics",
"content": "<p>Welcome</p>"
}Response
200 - application/json
Ok