POST
/
api
/
v1
/
sessions
/
{sessionId}
/
updateTypebot
Update toolzz bots in session
curl --request POST \
  --url https://bots-viewer.toolzz.ai/api/v1/sessions/{sessionId}/updateTypebot \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Parameters

sessionId
string
sessionId: The ID of the session to update toolzz bots for.

Response Description

Below you will see the description of the function update toolzz bots in session.
message
string
required
Successful update confirmation message.