From 2ab7ea5b1a6907d786d323114a7056bb7c89a2e3 Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Mon, 17 Mar 2025 10:31:24 -0500
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Nuwan Rajika Kumarasiri <nuwan.kumarasiri@wisc.edu>
---
 docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md b/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md
index c22de90..8fc991d 100644
--- a/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md
+++ b/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md
@@ -11,7 +11,7 @@ Another thing to consider is that setting up an integration to [consume CAOS dat
 The steps for setting up a Process in CAI are as follows:
 
 1) Create a Service Connector.
-    - For CAOS, you will need to download the .wsdl file instead of refer to the URL, due to the URL only being accessible if your IP is whitelisted.
+    - For CAOS, you will need to download the .wsdl file instead of refer to the URL, due to the URL only being accessible if your IP is added to allow list.
 2) Create an App Connection and refer it to the Service Connector created in step 1.
 3) Create a Process and add a step within it that uses the App Connection that refers to the Service Connector.
 
-- 
GitLab