-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: admin member api 문서화 #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 너무 감사합니다!
@NotBlank @Schema(description = "이름") String name, | ||
@NotBlank | ||
@Pattern(regexp = PHONE, message = "전화번호는 " + PHONE + " 형식이어야 합니다.") | ||
@Schema(description = "전화번호", pattern = PHONE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋은 의견인 것 같습니다.
해당 내용은 향후 다른 issue에서 처리하도록 하겠습니다!
감사합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아닌거 같아서 지웠는데 벌써 보셨네요 ㅠㅠ
@NotBlank @Schema(description = "이름") String name, | ||
@NotBlank | ||
@Pattern(regexp = PHONE, message = "전화번호는 " + PHONE + " 형식이어야 합니다.") | ||
@Schema(description = "전화번호", pattern = PHONE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋은 의견인 것 같습니다.
해당 내용은 향후 다른 issue에서 처리하도록 하겠습니다!
감사합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
🌱 관련 이슈
📌 작업 내용 및 특이사항
📝 참고사항
📚 기타