Skip to content

개인정보_수정

정수현 edited this page Dec 8, 2021 · 6 revisions

Request

Header

  • Content-Type: application/json
  • token: jwt.token.here

Body

필드 타입 설명
nickname String 닉네임
address String 주소
profileImageUrl String 프로필 이미지

Response

Header

  • Content-Type: application/json
  • token: jwt.token.here

Body

returns Member

예시

statusCode message
200 "Success"
400 "입력 값이 올바르지 않습니다."
500 "알 수 없는 서버 오류가 발생했습니다."
Clone this wiki locally