Modify a stringCopy Pageput https://{hostname}/config/{app_id}/flows/{flow}/strings/{string}Updates or replaces a string in the flow.Path ParamsstringstringrequiredName of the string.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 2 months ago