This method updates the specified field.

Update the specified field

POST /api/v1/updateField HTTP/1.1
Host: www.formstack.com

api_key=[[app:api_key]]&id=12345&field_type=name&label=Your+Name&description=Please+enter+your+full+name&required=1
curl -X POST -i -d "api_key=[[app:api_key]]&id=12345&field_type=name&label=Your+Name&description=Please+enter+your+full+name&required=1" https://www.formstack.com/api/v1/updateField
Language
Click Try It! to start a request and see the response here!