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