From fe4697ec036cc99980407ffa550062b80d0a7640 Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Tue, 15 Oct 2024 16:28:10 -0500
Subject: [PATCH] Update 2 files

- /EI-IICS-Team/12Twenty/PATCH_students.json
- /EI-IICS-Team/12Twenty/POST_studentsV7.json
---
 EI-IICS-Team/12Twenty/PATCH_students.json  | 5 ++++-
 EI-IICS-Team/12Twenty/POST_studentsV7.json | 7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/EI-IICS-Team/12Twenty/PATCH_students.json b/EI-IICS-Team/12Twenty/PATCH_students.json
index 9d41378..a9808a5 100644
--- a/EI-IICS-Team/12Twenty/PATCH_students.json
+++ b/EI-IICS-Team/12Twenty/PATCH_students.json
@@ -800,7 +800,10 @@
     },
     "PATCH_students##CustomAttributeValues" : {
       "properties" : {
-        "custom_attribute_804" : {
+        "Applied to Graduate" : {
+          "type" : "string"
+        },
+        "Campus Id" : {
           "type" : "string"
         }
       }
diff --git a/EI-IICS-Team/12Twenty/POST_studentsV7.json b/EI-IICS-Team/12Twenty/POST_studentsV7.json
index a7f62d5..0a85124 100644
--- a/EI-IICS-Team/12Twenty/POST_studentsV7.json
+++ b/EI-IICS-Team/12Twenty/POST_studentsV7.json
@@ -270,9 +270,12 @@
         }
       }
     },
-    "POST_students##CustomAttributeValues" : {
+    "PATCH_students##CustomAttributeValues" : {
       "properties" : {
-        "custom_attribute_804" : {
+        "Applied to Graduate" : {
+          "type" : "string"
+        },
+        "Campus Id" : {
           "type" : "string"
         }
       }
-- 
GitLab