cURL
curl --request POST \ --url https://bot.code4source.com/api/v1/sessions/{sessionId}/updateTypebot \ --header 'Authorization: Bearer <token>'
{ "message": "success" }
Update chat session with latest typebot modifications. This is useful when you want to update the typebot 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