# ai_bot_v1_bots_bot_whatsapp_config_partial_update Create modify and update bot information for a specific tenant. Endpoint: PATCH /api/ai-bot/v1/bots/{org}/bot/{id}/whatsapp-config/ 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): - `phone_number_id` (string) - `application_secret` (string) - `webhook_verification_token` (string) - `access_token` (string) Access token to the bot. This can also be a temporary access token. ## Response 201 fields (application/json): - `id` (integer, required) - `bot` (integer, required) - `phone_number_id` (string, required) - `application_secret` (string, required) - `webhook_verification_token` (string, required) - `access_token` (string, required) Access token to the bot. This can also be a temporary access token.