-
Notifications
You must be signed in to change notification settings - Fork 2
개인정보_수정
정수현 edited this page Dec 8, 2021
·
6 revisions
- Content-Type: application/json
- token: jwt.token.here
필드 | 타입 | 설명 |
---|---|---|
nickname | String | 닉네임 |
address | String | 주소 |
profileImageUrl | String | 프로필 이미지 |
- Content-Type: application/json
- token: jwt.token.here
returns Member
statusCode | message |
---|---|
200 | "Success" |
400 | "입력 값이 올바르지 않습니다." |
500 | "알 수 없는 서버 오류가 발생했습니다." |