This call allows you to modify the existing flow strcuture of a survey. Performing this operation through the API requires that you understand the details of the full structure of a Qualtrics survey since creating new flow element requires the associated object exists. For example, you will need to create a new survey block
update_survey_flow(survey_id, flow_id, flow_type, flow_object, flow_properties)
| survey_id | the survey id |
|---|---|
| flow_id | a string the flow element id |
| flow_type | a string the flow element type (see docs for available types) |
| flow_object | an object the root flow strcuture |
| flow_properties | an object the flow element properties |
A list