Dear support,
a Jmix application provides some Rest endpoints with custom business logic. I want to provide an OpenAPI documentation in an automated way.
Defining the endpoint as mentioned in the documentation
https://docs.jmix.io/jmix/2.7/rest/api-docs.html#project-specific-open-api-documentation
provides the generic endpoints and would also consider endpoints by rest services but does not for springboot rest controller endpoints.
Is there a way to merge them?