Skip to content

Commit

Permalink
📝 [DOCS] 레큐북 생성 Schema 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop committed Jan 17, 2024
1 parent 80b0f32 commit a5fc66f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public record BookCreateRequestDto(
@Size(min = 1, max = 65, message = "레큐북 소개는 1자 이상 65자 이하여야합니다.")
String description,

@Schema(example = "0")
@Schema(example = "#F5F5F5")
@Pattern(regexp = "^(#[A-Za-z0-9]{3,6})$", message = "색상은 #으로 시작하는 3~6 사이의 색깔코드여야 합니다.")
String backgroundColor
) {
Expand Down

0 comments on commit a5fc66f

Please sign in to comment.