HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
[팀 08] 사이코
[팀 08] 사이코
/
📶
API 설계
/
📃
회원 정보 수정
📃

회원 정보 수정

Method
PATCH
URL Patterns
api/v1/users
인증 필요 여부
O
회원 정보 수정!
둘중 하나만 변경 되었다면 변경되지 않은 값은 현재값으로 보내주시면 됩니다!
 

요청

Patch api/v1/users token JWT { "username" :"String" "profileImage":"String" }

응답

 
200 OK

📜Update History

profileImageUrl → profileImage 22 - 08 - 06