Skip to content

Commit

Permalink
chore: 우수 스터디원 필드 스웨거 설명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kckc0608 committed Oct 9, 2024
1 parent d998be5 commit 6d41063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public record StudentMyCompleteStudyResponse(
@Schema(description = "멘토 이름") String mentorName,
@Schema(description = "총 주차수") Long totalWeek,
@Schema(description = "수료 여부") StudyHistoryStatus studyHistoryStatus,
@Schema(description = "우수 스터디원 여부") List<AchievementType> achievements) {
@Schema(description = "우수 스터디원 선정 내역") List<AchievementType> achievements) {

public static StudentMyCompleteStudyResponse of(StudyHistory studyHistory, List<AchievementType> achievements) {
return new StudentMyCompleteStudyResponse(
Expand Down

0 comments on commit 6d41063

Please sign in to comment.