post https://{subdomain}.myclickfunnels.com/api/v2/forms/field_sets//fields/reorder
Reorders the fields of a field set.
Log in to see full request history
Responses
404Not Found
Reorders the fields of a field set.
404Not Found
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/field_sets/id/fields/reorder \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"ordered_field_ids": [
5,
4,
3,
2,
1
]
}