# ai_bot_v1_bots_bot_config_webex_partial_update Create modify and update bot information for a specific tenant. Endpoint: PATCH /api/ai-bot/v1/bots/{org}/bot/{id}/config/webex/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this bot. - `org` (string, required) ## Request fields (application/json): - `webex_bot_id` (string) Bot id from webex - `bot_access_token` (string) - `bot_username` (string) ## Response 201 fields (application/json): - `id` (integer, required) - `bot` (integer, required) - `webex_bot_id` (string, required) Bot id from webex - `bot_access_token` (string, required) - `bot_username` (string, required)