-
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
Feat: 부스 상품 수정 API #265
Feat: 부스 상품 수정 API #265
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.
확인했습니다!
코드 보다가 잠시 생각난건, 혹시 저희 상품명과 관련되어서는 중복 처리 안해도 될까요?! 사실 크게 상관 없어 보이긴 하는데 하게된다면 등록과 수정 과정에서 중복 처리 과정도 필요해 보일 듯합니다!
앗 해당 처리가 빠져있었네요! 감사합니다 !! 😭 반영하겠습니다 ! |
추가적으로 부스 상품 이미지를 수정하는 기능을 넣었습니다. Summary
추가 변경 사항
To Reviewers
|
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.
확인했습니다!! 브랜치 나눠서 하는 것도 좋은 방법인 것 같습니🙂
Summary
부스 상품을 수정하는 API를 개발했습니다.
API
PATCH
/booths/products/{product_id}Requestbody
오류가 발생하는 상황
Key Changes
Testing
성공
PATCH
/booths/products/13실패 1 (401) 다른 유저의 토큰을 헤더로 요청한 경우
PATCH
/booths/products/13실패 2 (409) 다른 부스의 카테고리 아이디를 요청한 경우
PATCH
/booths/products/13To Reviewers