Skip to content
Last updated

hideReplay

The hideReplay option controls whether the Try it buttons appear on API requests. For example, you can hide the button in your public API docs and keep it visible on your internal site.

The hideReplay setting is not available in Redoc Community Edition.

Options

OptionTypeDescription
hideReplaybooleanHide the Replay component that lets users send requests to an API from the docs. Default: false.

Examples

The following example hides the Replay component:

redocly.yaml
openapi:
  hideReplay: true

Resources