Loading src/main/java/org/etsi/osl/tmf/gsm674/api/GeographicSiteManagementApi.java +2 −2 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ public interface GeographicSiteManagementApi { return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED); } @Operation(summary = "Deletes a 'GeographicSite' by Id", operationId = "deleteGeographicSite", description = "", tags={ "GeographicSite", }) @Operation(summary = "Deletes a GeographicSite by Id", operationId = "deleteGeographicSite", description = "", tags={ "GeographicSite", }) @ApiResponses(value = { @ApiResponse(responseCode = "204", description = "Deleted" ), @ApiResponse(responseCode = "400", description = "Bad Request" ), Loading Loading
src/main/java/org/etsi/osl/tmf/gsm674/api/GeographicSiteManagementApi.java +2 −2 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ public interface GeographicSiteManagementApi { return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED); } @Operation(summary = "Deletes a 'GeographicSite' by Id", operationId = "deleteGeographicSite", description = "", tags={ "GeographicSite", }) @Operation(summary = "Deletes a GeographicSite by Id", operationId = "deleteGeographicSite", description = "", tags={ "GeographicSite", }) @ApiResponses(value = { @ApiResponse(responseCode = "204", description = "Deleted" ), @ApiResponse(responseCode = "400", description = "Bad Request" ), Loading