patch
https://httpbin.org/anything/x-explorer-enabled
When x-explorer-enabled is present on an operation and set to false, the reference guide will be non-interactive and though your users will still be able to fill out a form and receive an auto-generated code sample to use, they will not be able to make requests to your API with our "Try It" button.
In this case we have statically defined an x-api-key header with the value of static-value.
If this is present alongside
x-readme.explorer-enabledthen thex-readme.explorer-enabledextension will take precedence over this extension.
https://docs.readme.com/docs/openapi-extensions#disable-the-api-explorer
