Skip to content
Snippets Groups Projects
Commit ced4b0d3 authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Update 2 files

- /EI-IICS-Team/12Twenty/POST_studentsV5.json
- /EI-IICS-Team/12Twenty/POST_studentsV6.json
parent 0a7f57ae
No related branches found
No related tags found
No related merge requests found
......@@ -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" : {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment