# ai_bot_v1_bots_bot_config_slack_update_create Create modify and update bot information for a specific tenant. Endpoint: POST /api/ai-bot/v1/bots/{org}/bot/{id}/config/slack/update/ 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): - `bot` (integer, required) - `client_id` (string, required) - `client_secret` (string, required) - `app_token` (string, required) - `verification_token` (string, required) ## Response 201 fields (application/json): - `id` (integer, required) - `bot` (integer, required) - `client_id` (string, required) - `client_secret` (string, required) - `app_token` (string, required) - `verification_token` (string, required)