エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Oauth2 password flow · Issue #807 · swagger-api/swagger-ui
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Oauth2 password flow · Issue #807 · swagger-api/swagger-ui
swagger: '2.0' info: title: BakPak API description: BakPak server API version: '1.0.0' host: loca... swagger: '2.0' info: title: BakPak API description: BakPak server API version: '1.0.0' host: localhost:5000 basePath: /api/v1 schemes: - http - https consumes: - application/json produces: - application/json securityDefinitions: basicPassword: type: oauth2 flow: password tokenUrl: http://localhost:5000/api/v1/token scopes: s1: Scope 1 s2: Scope 2 paths: /token: get: tags: - auth summary: Get an au