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

Update file GET_suporgs.json

parent d800c41a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
"basePath" : "/hr",
"schemes" : [ "https" ],
"paths" : {
"/supervisoryOrganizations" : {
"/supervisoryOrganizations/{supervisoryOrganizationId}" : {
"get" : {
"tags" : [ "GET_suporgs" ],
"summary" : null,
......@@ -28,7 +28,7 @@
"type" : "string"
}, {
"name" : "supervisoryOrganizationId",
"in" : "query",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
......
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