Skip to content

Commit

Permalink
hotfix : swagger 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lreowy committed Jul 18, 2024
1 parent adc9cc9 commit 221fc49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ ApiResponseDto<List<SubmitterListGetResponse>> getSubmitterList(
)
ApiResponseDto approveSubmitter(
@PathVariable("submitterId") final Long submitterId,
@Parameter(schema = @Schema(implementation = String.class), in = ParameterIn.PATH)
@UserId final Long userId
);
}

0 comments on commit 221fc49

Please sign in to comment.