Skip to content

Commit

Permalink
Merge pull request #211 from swm-standard/seyeon/swm-174
Browse files Browse the repository at this point in the history
Fix: swagger 숨길 파라미터 설정
  • Loading branch information
adorableco authored Sep 10, 2024
2 parents fa8ee6d + b9dd766 commit f21525b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class WorkbookController(
@PostMapping("/shared-workbook")
fun receiveSharedWorkbook(
@Valid @RequestBody receiveSharedWorkbookRequest: ReceiveSharedWorkbookRequest,
@MemberId memberId: UUID,
@Parameter(hidden = true) @MemberId memberId: UUID,
): BaseResponse<ReceiveSharedWorkbookResponse> {
val response = workbookService.receiveSharedWorkbook(receiveSharedWorkbookRequest, memberId)

Expand Down

0 comments on commit f21525b

Please sign in to comment.