From d386cf886eb1966c95f051acee1bb901c08dcc2b Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Fri, 4 Oct 2024 10:56:30 -0500
Subject: [PATCH] Update file PATCH_students.json

---
 EI-IICS-Team/12Twenty/PATCH_students.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/EI-IICS-Team/12Twenty/PATCH_students.json b/EI-IICS-Team/12Twenty/PATCH_students.json
index ceac0d0..9d41378 100644
--- a/EI-IICS-Team/12Twenty/PATCH_students.json
+++ b/EI-IICS-Team/12Twenty/PATCH_students.json
@@ -12,7 +12,7 @@
   "basePath" : "/Api/V2",
   "schemes" : [ "https" ],
   "paths" : {
-    "/students" : {
+    "/students/{id}" : {
       "patch" : {
         "tags" : [ "PATCH_students" ],
         "summary" : null,
@@ -40,6 +40,12 @@
           "description" : null,
           "required" : false,
           "type" : "string"
+        }, {
+          "name" : "id",
+          "in" : "path",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
         } ],
         "responses" : {
           "200" : {
-- 
GitLab