put https://{subdomain}.myclickfunnels.com/api/v2/forms/field_sets/
Update a field set
Log in to see full request history
Responses
Update a field set
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/field_sets/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 151,
"public_id": "oFXhBI",
"form_id": 162,
"title": "Example Field Set",
"created_at": "2025-03-05T12:39:49.409Z",
"updated_at": "2025-03-05T12:39:49.409Z"
}