From 9eb16da8d2fc2548b51d9ae7c333f63c25760d12 Mon Sep 17 00:00:00 2001 From: Dhruv Chandak Date: Fri, 12 Jun 2026 13:13:49 +0530 Subject: [PATCH] [SCAL-255369] Clarify default behavior of create-user welcome email --- api-spec/openapiSpecv3-2_0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 04368f73..ab7365b8 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -34129,7 +34129,7 @@ "type": "object" }, "trigger_welcome_email": { - "description": "Flag to indicate whether welcome email should be sent to user. This parameter is applied only on clusters on which IAM is disabled.", + "description": "Flag to indicate whether a welcome email should be sent to the user. This parameter applies only on clusters where IAM is disabled. If not specified, it defaults to `true`; however, a welcome email is sent only when welcome email notifications are enabled on the cluster and the user has a valid email address.", "type": "boolean", "nullable": true },