ソースを参照

Display `name` security scheme property for apiKey type

bubble
Kyle Shockey 6年前
コミット
f382e8d72d
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      src/core/components/auth/api-key-auth.jsx

+ 3
- 0
src/core/components/auth/api-key-auth.jsx ファイルの表示

@@ -60,6 +60,9 @@ export default class ApiKeyAuth extends React.Component {
<Row>
<Markdown source={ schema.get("description") } />
</Row>
<Row>
<p>Name: <code>{ schema.get("name") }</code></p>
</Row>
<Row>
<p>In: <code>{ schema.get("in") }</code></p>
</Row>


読み込み中…
キャンセル
保存