Skip to content

Commit

Permalink
๐Ÿ› Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfogSW committed Oct 2, 2024
1 parent e2d0573 commit 4e389e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@ paths:
$ref: '#/components/schemas/VerifyCodeRequest'
responses:
'200':
description: ์ธ์ฆ ์™„๋ฃŒ ๋ฐ ํ† ํฐ ๋ฐœ๊ธ‰
description: ๊ธฐ์กด ์‚ฌ์šฉ์ž ์ธ์ฆ ์‘๋‹ต
content:
application/json:
schema:
$ref: '#/components/schemas/VerifyCodeResponse'
'201':
description: ์‹ ๊ทœ ์‚ฌ์šฉ์ž ์ธ์ฆ ์‘๋‹ต
content:
application/json:
schema:
Expand Down

0 comments on commit 4e389e9

Please sign in to comment.