put https://{subdomain}.myclickfunnels.com/api/v2/forms/fields/
Update a field
Log in to see full request history
Responses
Update a field
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/fields/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
12{
"id": 150,
"public_id": "lfOJPG",
"field_set_id": 160,
"label": "MyString",
"field_type": "MyString",
"allow_multiple": false,
"key": "CustomKey",
"hidden": false,
"created_at": "2025-03-05T12:39:49.493Z",
"updated_at": "2025-03-05T12:39:49.493Z"
}