# ai_bot_v1_bots_bot_commands_update Create slash commands for a specific bot eg. /iblai-baseline Endpoint: PUT /api/ai-bot/v1/bots/{org}/bot-commands/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this bot command. - `org` (string, required) ## Request fields (application/json): - `command` (string, required) - `mentor` (integer, required) - `bot` (integer, required) ## Response 200 fields (application/json): - `id` (integer, required) - `command` (string, required) - `mentor` (integer, required) - `bot` (integer, required)