Skip to content

Commit

Permalink
#9 fix: clipboard수정-req title, introduction, kindofperson길이3000제한 추ㄱ
Browse files Browse the repository at this point in the history
  • Loading branch information
xhaktmchl committed Apr 6, 2023
1 parent f5acc35 commit 3f936de
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 class PatchClipBoardReq {
@ApiModelProperty(example = "질문이 있습니다.")
@ApiParam(value = "클립보드 제목", required = false)
@NotBlank
@Size(max = 3000)
@Size(max = 1000)
private String title;

@ApiModelProperty(example = "경복궁역 몇 번 출구인가요?")
Expand Down

0 comments on commit 3f936de

Please sign in to comment.