From d9767689e9352ba6ccabbffcdcc23f9209781e36 Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Mon, 24 Feb 2025 10:07:21 -0600
Subject: [PATCH] Update 2 files

- /docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md
- /docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md
---
 .../API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md    | 2 +-
 docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md
index 91da4b7..e4447b0 100644
--- a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md
+++ b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md
@@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we
     - Start Page:  1
     - End Page:  1000 
     - Page Increment Factor:  1
-    - End Of Response Expression:  "data": \[\]  (this is what will stop the pagination at the page AFTER the last page that contains data.  It is referencing an empty array to successfully search for.)
+    - End Of Response Expression:  "data": \\[\\]  (this is what will stop the pagination at the page AFTER the last page that contains data.  It is referencing an empty array to successfully search for.)
     - The rest of the settings remain at their default.
 
 ![Pagination](images/pagination.png)
diff --git a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md
index 37fe5ad..c023730 100644
--- a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md
+++ b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md
@@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we
     - Start Page:  1
     - End Page:  1000  
     - Page Increment Factor:  1
-    - End Of Response Expression:  "data": \[\]  (this is what will stop the pagination at the page AFTER the last page that contains data.  It is referencing an empty array to successfully search for.)
+    - End Of Response Expression:  "data": \\[\\]  (this is what will stop the pagination at the page AFTER the last page that contains data.  It is referencing an empty array to successfully search for.)
     - The rest of the settings remain at their default.
 
 ![Pagination](images/pagination.png)
-- 
GitLab