@@ -127,7 +127,7 @@ public interface GeographicSiteManagementApi {
@RequestMapping(value="/geographicSite/{id}",
produces={"application/json"},
method=RequestMethod.GET)
defaultResponseEntity<GeographicSite>retrieveGeographicSite(@Parameter(description="Identifier of the Geographic site",required=true)@PathVariable("id")Stringid){
defaultResponseEntity<GeographicSite>retrieveGeographicSite(Principalprincipal,@Parameter(description="Identifier of the Geographic site",required=true)@PathVariable("id")Stringid){