Bug/#118 119 120 팀조회권한 트랙조회검증 대회이름중복#121
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔥 연관된 이슈
close: #118
close: #119
close: #120
📜 작업 내용
ROLE_관리자권한 검증 추가contestId로 트랙 조회 요청 시 예외 처리 진contestName이 기존 값과 동일하면 중복 검증 제외💬 리뷰 요구사항
PATCH로 되어 있으나 모든 필드(contestName,categoryId)가@NotNull로 필수 전송이라 실질적으로는 PUT입니다.PUT으로 변경하는게 좋을까요 PATCH로 유지하는게 좋을까요?✨ 기타