Create a localized stringCopy Pagepost https://{hostname}/config/{app_id}/flows/{flow}/locales/{locale}/stringsAdds a localized string to a flow.Path ParamslocalestringrequiredISO language code for the locale.flowstringrequiredName of the flow.app_idstringrequiredApplication ID. You can find your application ID on the Console's Manage Application page.Body ParamsAdds a String to the flow. Strings must contain either schemaId or value. Do not provide both.namestringrequiredName of the string.valuestringrequiredValue assigned to the string.Response 201Successfully created.Updated 3 months ago