diff --git a/main/src/main/java/org/sopt/makers/crew/main/meeting/v2/dto/response/MeetingV2GetMeetingByIdResponseDto.java b/main/src/main/java/org/sopt/makers/crew/main/meeting/v2/dto/response/MeetingV2GetMeetingByIdResponseDto.java index a9b385f0..0e97c3ab 100644 --- a/main/src/main/java/org/sopt/makers/crew/main/meeting/v2/dto/response/MeetingV2GetMeetingByIdResponseDto.java +++ b/main/src/main/java/org/sopt/makers/crew/main/meeting/v2/dto/response/MeetingV2GetMeetingByIdResponseDto.java @@ -59,11 +59,11 @@ public class MeetingV2GetMeetingByIdResponseDto { @NotNull private final String processDesc; - @Schema(description = "모임 활동 시작 시간", example = "2024-08-13T15:30:00") + @Schema(description = "모임 활동 시작 시간", example = "2024-08-13T15:30:00", name = "mStartDate") @NotNull private final LocalDateTime mStartDate; - @Schema(description = "모임 활동 종료 시간", example = "2024-10-13T23:59:59") + @Schema(description = "모임 활동 종료 시간", example = "2024-10-13T23:59:59", name = "mEndDate") @NotNull private final LocalDateTime mEndDate;