From 8de8358e951d37403abbece33b0a13cad49897c9 Mon Sep 17 00:00:00 2001 From: San Kim Date: Wed, 9 Oct 2024 17:51:22 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20=ED=86=A0=ED=81=B0=20=ED=97=A4?= =?UTF-8?q?=EB=8D=94=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 501bb07..87583f5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -142,6 +142,8 @@ paths: operationId: getMyUserInfo security: - BearerAuth: [ ] + parameters: + - $ref: '#/components/parameters/AuthorizationHeader' responses: '200': description: 조회 성공 @@ -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