LiveChat
LiveChat
Updates an existing post-chat form configuration and its fields
Authorizations
Path parameters
workspacestring · uuidRequired
Workspace ID
idintegerRequired
Post-chat form ID
Body
enabledbooleanOptionalExample:
Enable/disable the form
truetitlestringOptionalExample:
Form title
Welcome to our supportdescriptionstringOptionalExample:
Form description
Please fill out this form to help us assist you bettersubmit_button_textstringOptionalExample:
Text for the submit button
Start Chattingrequire_fieldsbooleanOptionalExample:
Whether all fields are required
truedelete_field_idsinteger[]OptionalExample:
IDs of fields to delete
3Responses
200
Success
application/json
401
Unauthenticated
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Validation Error
application/json
500
Server Error
application/json
put
/api/workspaces/{workspace}/livechat/post-chat-forms/{id}Updates an existing pre-chat form configuration and its fields
Authorizations
Path parameters
workspacestring · uuidRequired
Workspace ID
idintegerRequired
Pre-chat form ID
Body
enabledbooleanOptionalExample:
Enable/disable the form
truetitlestringOptionalExample:
Form title
Welcome to our supportdescriptionstringOptionalExample:
Form description
Please fill out this form to help us assist you bettersubmit_button_textstringOptionalExample:
Text for the submit button
Start Chattingrequire_fieldsbooleanOptionalExample:
Whether all fields are required
truedelete_field_idsinteger[]OptionalExample:
IDs of fields to delete
3Responses
200
Success
application/json
401
Unauthenticated
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Validation Error
application/json
500
Server Error
application/json
put
/api/workspaces/{workspace}/livechat/pre-chat-forms/{id}Last updated