Hi,
I’m using the REST API add-on in a large application with many entities. The URL /rest/v2/docs/swaggerDetailed.yaml provides information about all entities in the application.
I would like to restrict the view of the data model so that only necessary information is provided in swaggerDetailed.yaml. How can I do this?
I’ve already tried to hide endpoints from Swagger. But it didn’t work: https://www.baeldung.com/spring-swagger-hiding-endpoints
Does anyone know a solution?