> ## Documentation Index
> Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a Toolzz Bot

> Endpoint to update a created bot.

### Parameters

<ParamField path="typebotId" type="string">
  typebotId: The ID of the bot created.
</ParamField>

## Response Description

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

<ResponseField name="typebots" type="object[]" required>
  Toolzz Bots information.

  <Expandable title="typebot properties">
    <ResponseField name="id" type="string" required>
      The unique identifier of the bot.
    </ResponseField>

    <ResponseField name="name" type="string" required>
      The name of the bot.
    </ResponseField>

    <ResponseField name="events" type="object[]">
      The events occurred on bot flow.
    </ResponseField>

    <ResponseField name="groups" type="object[]">
      The groups of a bot.
    </ResponseField>

    <ResponseField name="variables" type="object[]">
      The groups of a bot.
    </ResponseField>
  </Expandable>
</ResponseField>
