DEP-300 refactor : 사용자 정보를 수정하는 api endpoints 통합 #78
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.
💁♂️ PR 내용
/api/v1/members/name
/api/v1/members/consents
/api/v1/members/resources
위 endpoint들을 하나의 endpoint로 통합하였습니다.
🙏 작업
[AS-IS]
이름, 알림여부 설정, resource 수정 api가 각각 하나씩 3개의 api로 분리되어 있었음
[TO-BE]
PATCH
/api/v1/members/me
라는 하나의 api로 관리되어지도록 수정🤖 테스트 체크리스트