-
Notifications
You must be signed in to change notification settings - Fork 0
[POST](수진) 마이페이지 사진 업로드
Suzie edited this page Dec 16, 2020
·
1 revision
METHOD | PATH | EXPLANATION |
---|---|---|
POST | /profile | 마이페이지 사진 업로드 |
Content-Type: multipart/form-data;
key | type | 설명 |
---|---|---|
image | file(JPG, JPEG, PNG) | 프로필 사진 |
작성 성공
{
"status": 200,
"success": true,
"data": "https://sopt-27-suzie.s3.ap-northeast-2.amazonaws.com/image/origin/1608076867408.JPEG"
}
게시글 작성 실패
{
"status": 400,
"success": false,
"message": "게시글 작성 실패."
}
INTERNAL SERVER ERROR
{
"status": 500,
"message": "서버 내부 에러"
}