-
Notifications
You must be signed in to change notification settings - Fork 1
✔ 토론방 채팅 불러오기
Gyunny edited this page Sep 3, 2020
·
6 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /message/:roomIdx | 토론방 채팅 불러오기 |
{
"Content-Type": "application/json"
}
{
"status": 200,
"success": true,
"message": "방 개설 가능합니다"
}
- 토큰 누락
{
"status": 400,
"success": false,
"message": "토큰이 없습니다."
}
- 제한
{
"status": 400,
"success": false,
"message": "방을 만들 수 없습니다"
}