Skip to content

Commit

Permalink
๐Ÿฉน ํ† ํฐ ํ—ค๋” ์ปดํฌ๋„ŒํŠธ ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfogSW committed Oct 9, 2024
1 parent 6676694 commit 8de8358
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ paths:
operationId: getMyUserInfo
security:
- BearerAuth: [ ]
parameters:
- $ref: '#/components/parameters/AuthorizationHeader'
responses:
'200':
description: ์กฐํšŒ ์„ฑ๊ณต
Expand Down Expand Up @@ -269,6 +271,15 @@ components:
type: string
description: ๋ฒˆํ˜ธ ์ธ์ฆ ํ›„ ๋ฐœ๊ธ‰๋ฐ›์€ ํšŒ์›๊ฐ€์ž…์šฉ ํ† ํฐ

AuthorizationHeader:
in: header
name: Authorization
required: true
schema:
type: string
format: JWT
description: Bearer Access Token

AuthCodeIdPath:
in: path
name: authCodeId
Expand Down

0 comments on commit 8de8358

Please sign in to comment.