v1
latestOpenAPI 3.1.12026-07-268973189.3 KBObjects
Update a form field
Updates a question on a form, identified by its field key. Only provided properties are changed. For choice fields, values replaces the full list of allowed options. A field's data type cannot be changed — delete the field and add a new one to change its type.
patch/forms/{id}/fields/{key}
Path parameters
idstring required
Form ID (frm_ prefix)
keystring required
Field key (e.g. cf_full_name)
Request body
Response
OK