-
Notifications
You must be signed in to change notification settings - Fork 1
프로필 수정
SuyeonChoi edited this page Jan 14, 2022
·
12 revisions
PUT
/api/membership/profile/{profileId}
Method | Parameter | Description |
---|---|---|
Content-Type | application/json | |
token | {token} | access token값 |
Parameter | Type | Description | Required |
---|---|---|---|
profileId | Long | 수정할 프로필 id | Y |
Field | Type | Description | Required |
---|---|---|---|
imageId | Long | 프로필 사진 id | N |
backgroundId | Long | 프로필 배경 사진 id | N |
sticker | JSON Array | 프로필에 사용된 스티커 리스트 | N |
description | String | 프로필 상태 메세지 | N |
isDefault | boolean | 기본 프로필 여부 | Y |
Method | Parameter | Description |
---|---|---|
statusCode | {statusCode} | http 상태 코드 값 |
Field | Type | Description |
---|---|---|
code | Integer | 응답 코드 |
message | String | 응답 메세지 |
id | Long | 프로필 id |
{
"status": 200,
"messsage": "프로필 수정 성공"
"id": 1
}
Code | Error Messsage |
---|---|
400 | Bad Request |
401 | Unauthorized |
404 | File Not Found |
500 | Server Error |
{
"status": 404,
"message": "File Not Found"
}
-
게이트웨이(API Gateway)
-
인증(Authentication)
-
디바이스(Device)
-
채팅방(Chatroom)
-
채팅(Chat)
-
프레젠스(Presence)
-
멤버십(Membership) - 친구
-
멤버십(Membership) - 프로필
-
멤버십(Membership) - 오픈 프로필
-
멤버십(Membership) - 피드
-
파일(File)