-
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
[BE] 이슈 제목 수정 API 구현 #29
Labels
BE
백엔드 이슈
Comments
MuseopKim
added a commit
that referenced
this issue
Jun 15, 2020
- ModifyIssueTitleRequestDto - userId - issueTitle
MuseopKim
added a commit
that referenced
this issue
Jun 15, 2020
- ResponseMessage.SUCCESSFULLY_MODIFIED
MuseopKim
added a commit
that referenced
this issue
Jun 15, 2020
- issueDao에 이슈의 제목을 수정하는 쿼리 추가 - 성공시 메시지를 리턴하도록 설정
MuseopKim
added a commit
that referenced
this issue
Jun 15, 2020
- BaseException extends RuntimeException
MuseopKim
added a commit
that referenced
this issue
Jun 15, 2020
- ApiResponse.UNAUTHORIZED() - 에러 메시지 상수화
MuseopKim
added a commit
that referenced
this issue
Jun 15, 2020
- 요청한 유저의 id와 DB에 저장된 유저의 id가 같지 않을 경우 에러 반환
hanurii
added a commit
that referenced
this issue
Jun 24, 2020
hanurii
added a commit
that referenced
this issue
Jun 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
이슈 제목 수정 기능 구현
The text was updated successfully, but these errors were encountered: