Skip to content

Commit

Permalink
docs: hidden=true 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Jul 2, 2024
1 parent 18e39e4 commit d473e56
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
import kr.co.conceptbe.member.application.dto.MemberIdeaResponse;
import kr.co.conceptbe.member.application.dto.UpdateMemberProfileRequest;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestParam;

Expand Down Expand Up @@ -54,7 +52,7 @@ ResponseEntity<Void> updateMemberProfile(

@Operation(summary = "회원 프로필 이미지 삭제")
ResponseEntity<Void> deleteMemberProfileImage(
@Auth AuthCredentials authCredentials,
@Parameter(hidden = true) @Auth AuthCredentials authCredentials,
@PathVariable Long id
);

Expand Down

0 comments on commit d473e56

Please sign in to comment.