Skip to content

Commit

Permalink
docs: Swagger docs 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce committed Feb 14, 2024
1 parent 001ddab commit 23f7d4c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class ProductReviewController(
return ResponseEntity.ok(response)
}

@Operation(summary = "상품 후기 추천 토글 API", description = "상품 후기의 추천 여부를 토글합니다")
@ApiResponse(responseCode = "204", description = "상품 후기 추천 토글 성공")
@PostMapping("/product-reviews/recommendation")
fun updateRecommendation(
@Auth loginMember: LoginMember,
Expand Down

0 comments on commit 23f7d4c

Please sign in to comment.