put https://{hostname}/config//flows//forms/
Updates or replaces the list of fields and features in the form. Any fields added to the form must already exist in the flow.
Responses
204Successfully modified.
Updates or replaces the list of fields and features in the form. Any fields added to the form must already exist in the flow.
204Successfully modified.
xxxxxxxxxx
curl --request PUT \
--url https://hostname/config/app_id/flows/flow/forms/form \
--header 'accept: application/json' \
--header 'content-type: application/json'