/rest-doc/ show only the public part of the published apis

0
Is it possible for a Mendix application to make /rest-doc/ show only the public part of the published api's? Use case is an app where: several apis are supposed to get called by other applications from other companies, and thus it is helpful to have the swagger-definitions and trial pages. several apis are only supposed to get called by the company's own applications and are somewhat risky. No need to tell the world about these api-definitions. An option is to override the default /rest-doc/ handler with a custom Java action providing only the public api's? And if so, has anyone done this and would perhaps be so kind to share the Java-snippet?
asked
1 answers
0

You could maybe also use the firewall settings to configure access to certain parts of the rest-doc api. 

answered