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