/form/:id

Update the details of the specified form

Update the details of the specified form

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

name=Test%20Form&submit_button_title=Save%20Form&use_ssl=1
curl -X PUT -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" -d "name=Test%20Form&submit_button_title=Save%20Form&use_ssl=1" https://www.formstack.com/api/v2/form/12345.json
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!