x-hideTryItPanel

Usage

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

Field Name Type Description
x-hideTryItPanel boolean Hides the Try it panel for the operation on which it was set to true.

Examples

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