RapiDoc
RapiDoc copied to clipboard
Is there an option to hide internal endpoints?
Is there currently an option to hide endpoints marked as internal using x-internal?
no there is none at the moment
Planning to support it in the future?
Guess there's a ticket being discussed for an official spec but does not look like there will be anything out of it.
We've made a separate apidoc (/apidoc vs /apidoc/internal) to handle our internal endpoints. Managed to do this with custom decorators and hooks, to filter the schema.
Perhaps this can guide you to a "fix"