Change division using javascript sdk

Hi,
Is possible to change a flow's division using javascript sdk? I didn't see any documentation about it. If possible please mention how to achieve it.

Have you tried setting the division on the flow using PUT /api/v2/flows/{flowId}?

Yes, it works fine. But currently we are editing a flow using "checkoutAndLoadFlowByFlowIdAsync" and its callback function. So it would be better if we can change division of a flow using this function.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.