Skip to content

Commit

Permalink
chore: ci-cd 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed Jun 24, 2024
1 parent 1df261b commit ff9d977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public interface AnniversaryApi {
@ApiResponse(responseCode = "401", description = "인증 실패")
@ApiResponse(responseCode = "404", description = "사용자를 찾을 수 없음")
@PostMapping("/member/{id}/anniversary")
ResponseEntity<Anniversary> addAnniversary(@PathVariable Long id, @RequestBody AnniversaryRequestDTO request);
ResponseEntity<Anniversary> addAnniversary(@Parameter(name = "id", description = "멤버아이디")@PathVariable Long id, @RequestBody AnniversaryRequestDTO request);

@Operation(
summary = "기념일 수정",
Expand Down

0 comments on commit ff9d977

Please sign in to comment.