-
Notifications
You must be signed in to change notification settings - Fork 0
프로필 사진 수정
suzzang edited this page Jul 11, 2019
·
3 revisions
최수정
Method | URL | Description |
---|---|---|
POST | /user/profile | 프로필 사진 수정하기 |
-
요청 헤더
Content-Type : multipart/form-data authorization
-
요청 바디
{ img : "유저 프로필 이미지" }
-
응답 성공
// status : 200 { "message": "Success", "data": [] }
-
응답 실패
// status : 401 { "message": "jwt must be provided" }
// status : 401 { "message": "jwt expired" }