Skip to content

Commit

Permalink
[Refactor] 탈퇴 명세서 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio committed Jun 20, 2024
1 parent c88f5e3 commit 79bad3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public ResponseEntity<ResponseMemberDTO> updateUserPw(@AuthenticationPrincipal C
}

@DeleteMapping("")
@Operation(summary = "회원 탈퇴", description = "비밀번호 이용")
@Operation(summary = "회원 탈퇴")
@ApiResponse(responseCode = "200", description = "회원 탈퇴 성공", content = @Content(schema = @Schema(implementation = ResponseDTO.class)))
@ApiResponse(responseCode = "404", description = "회원 비밀번호 불일치", content = @Content(schema = @Schema(implementation = ErrorDTO.class)))
public ResponseEntity<ResponseDTO> deleteMember(@AuthenticationPrincipal CustomUserDetails user) {
Expand Down

0 comments on commit 79bad3d

Please sign in to comment.