Skip to content

Commit

Permalink
Merge pull request #186 from mash-up-kr/add/#184-place-category
Browse files Browse the repository at this point in the history
hotfix: ScheduleType 요청값 삭제
  • Loading branch information
thguss authored Aug 29, 2024
2 parents 24975d6 + 5f1e995 commit f92c318
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import com.piikii.application.domain.generic.ThumbnailLinks
import com.piikii.application.domain.generic.UuidTypeId
import com.piikii.application.domain.place.Origin
import com.piikii.application.domain.place.Place
import com.piikii.application.domain.schedule.ScheduleType
import io.swagger.v3.oas.annotations.media.Schema
import jakarta.validation.constraints.Max
import jakarta.validation.constraints.Min
Expand Down Expand Up @@ -92,9 +91,6 @@ data class ModifyPlaceRequest(
@field:NotNull(message = "일정 ID는 필수입니다.")
@field:Schema(description = "일정 ID", example = "1")
val scheduleId: Long,
@field:NotNull(message = "일정 타입은 필수입니다.")
@field:Schema(description = "일정 타입", example = "DISH")
val scheduleType: ScheduleType,
@field:NotBlank(message = "장소 이름은 필수이며 빈 문자열이 허용되지 않습니다.")
@field:Size(max = 255, message = "장소 이름은 255자를 초과할 수 없습니다.")
@field:Schema(description = "장소 이름", example = "보배네 맛집")
Expand Down

0 comments on commit f92c318

Please sign in to comment.