cURL
curl --request PATCH \ --url https://bots.toolzz.ai/api/v1/toolzz/{typebotId} \ --header 'Authorization: Bearer <token>'
{ "typebots": [ { "id": "<string>", "name": "<string>", "events": [ {} ], "groups": [ {} ], "variables": [ {} ] } ] }
Endpoint to update a created bot.
Show typebot properties