PATCH
/
api
/
v1
/
toolzz
/
{typebotId}
curl --request PATCH \
  --url https://bots.toolzz.ai/api/v1/toolzz/{typebotId} \
  --header 'Authorization: Bearer <token>'
{
  "typebots": [
    {
      "id": "<string>",
      "name": "<string>",
      "events": [
        {}
      ],
      "groups": [
        {}
      ],
      "variables": [
        {}
      ]
    }
  ]
}

Parameters

typebotId
string

typebotId: The ID of the bot created.

Response Description

Below you will see the description of the function update a toolzz bot.

typebots
object[]
required

Toolzz Bots information.