diff --git a/EI-IICS-Team/12Twenty/PATCH_students.json b/EI-IICS-Team/12Twenty/PATCH_students.json
index ceac0d07d85f9807b7038aedcd97142d24e1d7dd..9d4137807bcb3741d913bc5bd6c9f88f07e5bec6 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" : {