「Test it」ボタンの設定
「Test it」ボタンを非表示にする
openapi: '3.0'
info: ...
tags: [...]
paths:
/example:
get:
summary: Example summary
description: Example description
operationId: examplePath
responses: [...]
parameters: [...]
x-hideTryItPanel: trueテストウィンドウで認証を有効にする
認証スキームを宣言する
スキームをグローバルまたは操作ごとに適用する
エンドポイントの URL を servers
servers最終更新
役に立ちましたか?