/field/:id

Update the specified field

Update the specified field

PUT /api/v2/field/12345.json HTTP/1.1
Host: www.formstack.com
Authorization: Bearer [[app:oauth_token]]
Accept: application/json
Content-Type: application/json

{"field_type":"name","label":"Name","attributes":{"show_prefix":"1","show_middle":"1"}}
curl -X PUT -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" -d '{"field_type":"name","label":"Name","attributes":{"show_prefix":"1","show_middle":"1"}}' https://www.formstack.com/api/v2/field/12345.json

Field Attributes

See Field Types for more information about the attributes available to set in the attributes property.

Field Logic

See Field Logic for more information about the logic property.

Field Calculation

See Field Calculations for more information about the calculation property.

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!