Skip to main content

Update translations

Use this API to add or update translations for the flow

Path Parameters
flowId string REQUIRED
Request Body REQUIRED
edits object[]

Non-empty list of per-owner translation edits ({ owner, language, setFields?, removeFields? }).

owner string

The translation owner: a node itemId, or a reserved flow-level token (BUTTON_HINT, EMAIL_THEME).

language string

The language id this edit targets (e.g. a LanguageType name like English).

setFields object

Fields to set, keyed by field key; each value is a Localisation object ({ label, voiceLabel? }).

removeFields string[]

Field keys to remove for this owner+language.

Responses
200

OK

Schema OPTIONAL
object