put https://{subdomain}.myclickfunnels.com/api/v2/forms/submissions/answers/
Update a answer for a submission
Log in to see full request history
Responses
Update a answer for a submission
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/submissions/answers/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"id": 107,
"public_id": "qPiWeE",
"submission_id": 100,
"field_id": 234,
"fields_option_id": 691,
"entry": "MyText",
"fields_option_ids": [],
"created_at": "2025-03-05T12:39:50.705Z",
"updated_at": "2025-03-05T12:39:50.705Z"
}