Forum Discussion

joel836348's avatar
joel836348
New Contributor
29 days ago

Can you view published content in external mode?

I have a collection of OAS documents that by default are set to be internal `x-internal: true`. For the endpoints which can be exposed to the public, I have manually set the internal flag to be false.

post:
   x-internal: false

Is there a way of viewing the published documents in external mode to test these changes? As I don't want to push these changes to our `main` branch in order to find out.

No RepliesBe the first to reply