Create a stringCopy Pagepost https://{hostname}/config/{app_id}/flows/{flow}/stringsAdds a string to the flow.Path ParamsflowstringrequiredName 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._selfstringrequiredConfiguration URL for the string.namestringrequiredUnique name assigned to the string. The name member is identical to the schemaId member. You must assign a value to either the name or the schemaId but not to both.schemaIdstringrequiredUnique identifier assigned to the string. The schemaId member is identical to the name member. You must assign a value to either the name or the schemaId but not to both.keystringrequiredUnique identifier for the string. The key is the value typically referenced when making API calls.pathstringrequiredInternal path of the string. The path is automatically assigned when you create a string.valuesarrayrequiredJSON array of the translated versions of the string.values*Response 201Successfully created.Updated 3 months ago