Skip to content

Commit

Permalink
#142 [chore] 스웨거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh committed Jan 16, 2024
1 parent 2c0bf96 commit 45e9c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public record PostPutRequest(

@NotNull(message = "글감 id가 입력되지 않았습니다.")
@Schema(description = "글감 Id", example = "1")
@Schema(description = "글감 Id", example = "NQ==")
String topicId,

@NotBlank(message = "제목을 입력해주세요.")
Expand Down

0 comments on commit 45e9c2c

Please sign in to comment.