From ced4b0d3a5d0e15ab761a0fffefa707c7210484c Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Wed, 28 Aug 2024 14:33:59 -0500
Subject: [PATCH] Update 2 files

- /EI-IICS-Team/12Twenty/POST_studentsV5.json
- /EI-IICS-Team/12Twenty/POST_studentsV6.json
---
 .../{POST_studentsV5.json => POST_studentsV6.json}   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
 rename EI-IICS-Team/12Twenty/{POST_studentsV5.json => POST_studentsV6.json} (99%)

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 3b0c381..3280b10 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" : {
-- 
GitLab