cURL
curl --request POST \ --url https://zazubot.com/api/v1/sessions/{sessionId}/updateTypebot \ --header 'Authorization: Bearer <token>'
{ "message": "success" }
Update chat session with latest zazubot modifications. This is useful when you want to update the zazubot in an ongoing session after making changes to it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
success