Skip to content

Commit f89aefb

Browse files
authored
Add imageCode field to UserPatchNickRequest-
1 parent 630cc53 commit f89aefb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/gdg/linking/domain/user/dto/request/UserPatchNickRequest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ public class UserPatchNickRequest {
1313
@Schema(description = "변경할 닉네임", example = "김생산")
1414
private String nickName;
1515

16+
@Schema(description = "변경할 코드", example = "PAWN")
17+
private String imageCode
18+
1619
}
1720

0 commit comments

Comments
 (0)