Create a translationCopy Pagepost https://{hostname}/config/{app_id}/flows/{flow}/translationsCreates a translation.Path ParamsflowstringrequiredName of the flow.app_idstringrequiredApplication ID. You can find your application ID on the Console's Manage Application page.Body ParamsAdds new translation strings to the flow. You should supply a list of values for each locale defined in the flow.valuesarray of stringsrequiredLocalized versions of the string and the values to be assigned to those localized versions.values*ADD stringResponse 204Successfully created.Updated 2 months ago