v1
latestOpenAPI 3.0.32026-07-14490228.1 KBUpdate an Existing Webform
This endpoint updates an existing webform owned by the client.
put/webforms/{id}
Path parameters
idinteger required
The ID used to identify the webform.
Request body
Response
200
Example response
{
"webform": {
"name": "Test Webform 1",
"guid": "8ca22d60-a1cb-11eb-9912-397dd439eff8",
"button_text": "Test",
"captcha_type": "none",
"sequence_id": 1,
"success_type": "send_message",
"success_message": "Thanks! You'll receive a call shortly from us running through the demo!",
"status": "active",
"id": 1
}
}