Modify a localized stringCopy Pageput https://{hostname}/config/{app_id}/flows/{flow}/locales/{locale}/strings/{string}Updates or replaces a localized string in the flow.Path ParamsstringstringrequiredName of the string.localestringrequiredISO 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 ParamsUpdate a flow string. Strings represent static text displayed in login and registration forms._selfstringrequiredPath used to directly access the string in an API operation.namestringrequiredName of the string.valueobjectrequiredJSON-formatted object containing the string's properties and property values.value objectResponse 204Successfully modified.Updated 3 months ago