Skip to main content
PUT
Update a translatable entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Path Parameters

entryId
string
required

Body

application/json
language
string
required

The language code to set the translation for (e.g., "en", "de", "fr").

fields
any
required

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:

Response

200 - application/json

Ok