AWS Security ChangesHomeSearch

AWS connect documentation change

Service: connect · 2025-06-25 · Documentation low

File: connect/latest/adminguide/add-chat-to-website.md

Summary

Added relatedContactId parameter and corrected customerId casing in chat integration documentation

Security assessment

Parameter documentation update without security context or vulnerability references

Diff

diff --git a/connect/latest/adminguide/add-chat-to-website.md b/connect/latest/adminguide/add-chat-to-website.md
index 29bcae98b..4917a50c4 100644
--- a//connect/latest/adminguide/add-chat-to-website.md
+++ b//connect/latest/adminguide/add-chat-to-website.md
@@ -226 +226,3 @@ Replace `widgetId` with your own widgetId. To find your widgetId, see the exampl
-    * **CustomerId (optional)** : This can be either an Amazon Connect Customer Profiles ID or a custom identifier from an external system, such as a CRM. 
+    * **relatedContactId (optional)** : String with valid contact id. The relatedContactId must follow limitations set by the [StartChatContact](https://docs.aws.amazon.com/connect/latest/APIReference/API_StartChatContact.html) API.
+
+    * **customerId (optional)** : This can be either an Amazon Connect Customer Profiles ID or a custom identifier from an external system, such as a CRM. 
@@ -246,0 +249 @@ The following code snippet shows an example of how to generate a JWT in Python:
+    'relatedContactId':'your-relatedContactId',