Skip to content

Commit

Permalink
docs: 명세 설명 수정(#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-An committed May 8, 2024
1 parent 4270e83 commit e4a6f37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class UserValidateUsedNicknameResponse {

@Schema(
type = "boolean",
description = "닉네임 중복 여부",
description = "닉네임 사용 여부",
example = "false")
@JsonProperty("isUsedNickname")
private boolean usedNickname;
Expand Down

0 comments on commit e4a6f37

Please sign in to comment.