Last updated

x-hideTryItPanel

Usage

Use x-hideTryItPanel to disable the Try it panel for the specific operation.

Field NameTypeDescription
x-hideTryItPanelbooleanHides the Try it panel for the operation on which it was set to true.

Examples

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