Skip to content

Commit

Permalink
♻️ SMS 인증 요청 API 분기 (기존유저, 신규 유저)
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfogSW committed Oct 2, 2024
1 parent a8966f1 commit dea0301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ paths:
description: 발급된 인증 코드 아이디(authCodeId)와 SMS 인증 코드로 인증을 완료합니다.
tags:
- auth
operationId: existingUserVerifyCode
operationId: newUserVerifyCode
parameters:
- $ref: '#/components/parameters/AuthCodeIdPath'
requestBody:
Expand Down

0 comments on commit dea0301

Please sign in to comment.