기본 비밀번호 example 적용
This commit is contained in:
@@ -14,7 +14,7 @@ public class SignInRequest {
|
|||||||
@Schema(description = "사용자 ID", example = "1234567")
|
@Schema(description = "사용자 ID", example = "1234567")
|
||||||
private String username;
|
private String username;
|
||||||
|
|
||||||
@Schema(description = "비밀번호", example = "Admin2!@#")
|
@Schema(description = "비밀번호", example = "qwe123!@#")
|
||||||
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
|
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
|
||||||
private String password;
|
private String password;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user