Configuring the “Test it” button
Hiding the “Test it” button
openapi: '3.0'
info: ...
tags: [...]
paths:
/example:
get:
summary: Example summary
description: Example description
operationId: examplePath
responses: [...]
parameters: [...]
x-hideTryItPanel: trueEnable authentication in the testing window
Declare your auth scheme
Apply schemes globally or per operation
Control the endpoint URL with servers
serversLast updated
Was this helpful?