-
Notifications
You must be signed in to change notification settings - Fork 1
프로필 수정
SuyeonChoi edited this page Feb 12, 2022
·
12 revisions
PUT
/api/membership/profile/{profileId}
Method | Parameter | Description |
---|---|---|
Content-Type | application/json | |
ACCESS-TOKEN | {token} | access token값 |
Parameter | Type | Description | Required |
---|---|---|---|
profileId | Long | 수정할 프로필 id | Y |
Field | Type | Description | Required |
---|---|---|---|
userId | String | 유저 id | Y |
imageUrl | String | 프로필 사진 url | N |
bgImageUrl | String | 프로필 배경 사진 url | N |
sticker | JSON Array | 프로필에 사용된 스티커 리스트. 없는 경우 [] 빈 배열. 프로필 생성 sticker 참고 |
Y |
description | String | 프로필 상태 메세지 | N |
isDefault | boolean | 기본 프로필 여부 | Y |
Method | Parameter | Description |
---|---|---|
statusCode | {statusCode} | http 상태 코드 값 |
Field | Type | Description |
---|---|---|
code | Integer | 응답 코드 |
message | String | 응답 메세지 |
{
"status": 200,
"messsage": "프로필 수정 성공"
}
Code | Error Messsage |
---|---|
400 | Bad Request |
401 | Unauthorized |
404 | File Not Found |
500 | Server Error |
{
"status": 400,
"message": "잘못된 요청입니다.",
"error": "BAD_REQUEST",
"code": "BAD_REQUEST",
"timestamp": "2022-01-18T19:30:16.3072905",
}
-
게이트웨이(API Gateway)
-
인증(Authentication)
-
디바이스(Device)
-
채팅방(Chatroom)
-
채팅(Chat)
-
프레젠스(Presence)
-
멤버십(Membership) - 친구
-
멤버십(Membership) - 프로필
-
멤버십(Membership) - 오픈 프로필
-
멤버십(Membership) - 피드
-
파일(File)