-
Notifications
You must be signed in to change notification settings - Fork 1
오픈 채팅방 프로필 변경
SuyeonChoi edited this page Feb 4, 2022
·
1 revision
PUT
/api/chatroom/profile
Method | Parameter | Description |
---|---|---|
Content-Type | application/json | |
token | {token} | access token값 |
Field | Type | Description | Required |
---|---|---|---|
userChatroomId | Long | 유저의 채팅방 ID | Y |
openProfileId | Long | 변경하고자하는 유저의 오픈 프로필 ID | Y |
Method | Parameter | Description |
---|---|---|
statusCode | {statusCode} |
Field | Type | Description |
---|---|---|
status | Integer | 응답 코드 |
message | String | 응답 메세지 |
{
"status": 200,
"messsage": "오픈 채팅방 프로필 변경 성공"
}
Code | Error Messsage |
---|---|
400 | Bad Request |
401 | Unauthorized |
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)