Openapi.json - Selecting Items only

I have a list of API end points which should not be part of openapi.json. Is it possible to do this ? Currently when I export it, irrespective of whether it is private or public, it gets into openapi.json.

Allow only certain endpoints to be part of openapi.json during export

Currently there is no visibility filtering during export. You can manually select specific interfaces/directories or use tags to control the export scope. Hope this helps.

Thanks for the info… This is good enough.