Tmf 674 feature
2 unresolved threads
2 unresolved threads
Compare changes
Files
5@@ -41,7 +41,7 @@ public interface GeographicSiteManagementApi {
@@ -59,7 +59,7 @@ public interface GeographicSiteManagementApi {
@@ -109,7 +109,7 @@ public interface GeographicSiteManagementApi {
default ResponseEntity<GeographicSite> patchGeographicalSite(@Parameter(description = "Identifier of the Geographic site",required=true) @PathVariable("id") String id,@Parameter(description = "The Service Level Specification to be updated" ,required=true ) @Valid @RequestBody GeographicSite geographicSite) {
default ResponseEntity<GeographicSite> patchGeographicalSite(Principal principal,@Parameter(description = "Identifier of the Geographic site",required=true) @PathVariable("id") String id,@Parameter(description = "The Service Level Specification to be updated" ,required=true ) @Valid @RequestBody GeographicSite geographicSite) {
@@ -127,7 +127,7 @@ public interface GeographicSiteManagementApi {