/webhook/:id

Update the specified webhook

Update the specified webhook

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

url=http%3A%2F%2Fwww.example.com
curl -X PUT -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" -d "url=http%3A%2F%2Fwww.example.com" https://www.formstack.com/api/v2/webhook/12345.json

Field Logic

See Field Logic for more information about the logic property.

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