-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: 애플 로그인 회원 삭제 API 문서화 #955
Conversation
Test Results 64 files ±0 64 suites ±0 13s ⏱️ ±0s Results for commit 8400bf0. ± Comparison against base commit 848b444. This pull request removes 6 and adds 6 tests. Note that renamed tests count towards both.
|
📝 Test Coverage Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐹! 간단한 질문만 남겼어요
@@ -24,4 +24,11 @@ public ResponseEntity<Void> delete(@AuthMember Member member) { | |||
return ResponseEntity.status(HttpStatus.NO_CONTENT) | |||
.build(); | |||
} | |||
|
|||
@Override | |||
@DeleteMapping("/v2/members") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[질문]
v1이 아닌 v2인 이유가 궁금해요🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
기존에 존재하는 api를 v1이라고 생각해서 v2라고 지었어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
큰 리뷰사안이 없어 approve & merge 합니다!
🚩 연관 이슈
close #951
📝 작업 내용
DELETE /v2/members
response code: 204
🏞️ 스크린샷 (선택)
🗣️ 리뷰 요구사항 (선택)