Skip to content

Commit

Permalink
add @hidden to V3 Entity controller as all endpoints are registered v…
Browse files Browse the repository at this point in the history
…ia OpenAPIV3Generator
  • Loading branch information
kevin1chun committed Jul 22, 2024
1 parent 1d2c7e7 commit 95ecfd3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import io.datahubproject.openapi.v3.models.GenericAspectV3;
import io.datahubproject.openapi.v3.models.GenericEntityScrollResultV3;
import io.datahubproject.openapi.v3.models.GenericEntityV3;
import io.swagger.v3.oas.annotations.Hidden;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.tags.Tag;
import jakarta.servlet.http.HttpServletRequest;
Expand Down Expand Up @@ -67,6 +68,7 @@
@RequiredArgsConstructor
@RequestMapping("/v3/entity")
@Slf4j
@Hidden
public class EntityController
extends GenericEntitiesController<
GenericAspectV3, GenericEntityV3, GenericEntityScrollResultV3> {
Expand Down

0 comments on commit 95ecfd3

Please sign in to comment.