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

Update file PATCH_students.json

parent 84bc78c5
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"basePath" : "/Api/V2", "basePath" : "/Api/V2",
"schemes" : [ "https" ], "schemes" : [ "https" ],
"paths" : { "paths" : {
"/students" : { "/students/{id}" : {
"patch" : { "patch" : {
"tags" : [ "PATCH_students" ], "tags" : [ "PATCH_students" ],
"summary" : null, "summary" : null,
...@@ -40,6 +40,12 @@ ...@@ -40,6 +40,12 @@
"description" : null, "description" : null,
"required" : false, "required" : false,
"type" : "string" "type" : "string"
}, {
"name" : "id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ], } ],
"responses" : { "responses" : {
"200" : { "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