diff --git a/EI-IICS-Team/12Twenty/POST_studentsV5.json b/EI-IICS-Team/12Twenty/POST_studentsV6.json
similarity index 99%
rename from EI-IICS-Team/12Twenty/POST_studentsV5.json
rename to EI-IICS-Team/12Twenty/POST_studentsV6.json
index 3b0c381affee2f5706ef4cce599b2697add6ce45..3280b1012776cdd1989bfd36f4feac215b5f5668 100644
--- a/EI-IICS-Team/12Twenty/POST_studentsV5.json
+++ b/EI-IICS-Team/12Twenty/POST_studentsV6.json
@@ -21,12 +21,6 @@
         "produces" : [ "application/json" ],
         "consumes" : [ "application/json" ],
         "parameters" : [ {
-          "name" : "access-token",
-          "in" : "query",
-          "description" : null,
-          "required" : false,
-          "type" : "string"
-        }, {
           "name" : "body",
           "in" : "body",
           "description" : null,
@@ -34,6 +28,12 @@
           "schema" : {
             "$ref" : "#/definitions/POST_students_Request##body"
           }
+        }, {
+          "name" : "x-api-key",
+          "in" : "header",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
         } ],
         "responses" : {
           "200" : {