HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel

기능
개인 정보 수정
도메인
USER
응답 코드
200
HTTP method
PUT
담당자
진행상황
완료
완료
완료
Path
/users
메모

Request

Body = request, file { "userName": String, "password": String, // 변경 안할거면 null "url": String, "aboutMe": String, "accountPublic": Boolean }, "file": File (profilePhoto)
토큰 사용

Response

Number -> "userId"
 
< request 형식 (key 값) 참고 >
  • request, file
notion image