Skip to content
Discussion options

You must be logged in to vote

Hello @vmaerten

You can use x-hideTryItPanel at operation level to remove the "Test it" button.

Example from our documentation:

openapi: '3.0'
info: ...
tags: [...]
paths:
  /example:
    get:
      summary: Example summary
      description: Example description
      operationId: examplePath
      responses: [...]
      parameters: [...]
      x-hideTryItPanel: true

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vmaerten
Comment options

Answer selected by vmaerten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants