# UpdateChatbotRequest

Type: object

Chatbot draft fields to update.

## Properties

- `name` (string, optional)
- `teamIds` (array<string>, optional) - Replaces the full set of team assignments when provided. Omit to
leave assignments unchanged. Pass an empty array to clear all
assignments (making this the tenant-wide fallback bot).
- `draft` (ChatbotWorkflowDefinition, optional)

