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

# Update Agent Bot (Platform)

> Actualiza un agent bot. Requiere platformAppApiKey.

Cuerpo según OpenAPI. <ParamField path="id" type="integer" required>ID del agent bot.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X PATCH 'https://app.yampi.ai/platform/api/v1/agent_bots/1' \
    -H 'api_access_token: TU_PLATFORM_TOKEN' -H 'Content-Type: application/json' -d '{}'
  ```
</RequestExample>
