HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
[팀 09] 오프와 에프
[팀 09] 오프와 에프
/
📝
API 명세서
/
📢
요청/응답 값
📢

요청/응답 값

FE 연결
FE 연결
HTTP verbs
PUT
Path
/api/v1/users/profile
기능
회원 프로필 이미지 수정
담당자
Kevin
도메인
완료
완료

PUT /api/v1/users


요청 값(헤더)


"Authorization": String! "content-type": multipart/form-data; ex) "Authorization":"234980234908sdkjhsjfhsda"
 

요청 값(multipart/form-data)


{ "image": MultipartFile? } ex) { "image": Multipart File }
 

응답 값(200)


{ "profileImage": String? }
 

응답 값(401)


//인증되지 않음
 

응답 값(500)


//s3 업로드 오류