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.
"User" 구조체 내부 단수 Role -> 복수 Roles 를 가질 수 있도록 개편되었습니다. "User" 구조체를 사용하는 FrontEnd, CLI 모두 해당 부분에 대한 반영이 필요합니다.
@Siyeop 시엽님, 해당 변경으로 인해 FrontEnd쪽에서 빠르게 반영해야하는 이슈가 있는지 한번 확인 부탁드립니다.
대표적으로 영향 받는 API는 Login과 User Read API(Get List) 들이 있습니다.
Login 기존 응답 형식
Login 변경된 응답 형식
List User 기존 응답 형식
List User 변경된 응답 형식