-
Notifications
You must be signed in to change notification settings - Fork 1
✔ 토론방 방장 제한
Gyunny edited this page Sep 3, 2020
·
5 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /room/limitLeader | 토론방 만들기 제한(1번 가능) |
{
"Content-Type": "application/json",
"token" : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZHgiOjEsImlhdCI6MTU5ODAwNTI2OCwiZXhwIjoxNTk4MDA4ODY4LCJpc3MiOiJvdXItc29wdCJ9.x-s0VNnP9c_qecaUE8-WvWMsVERhf9DU0w8gRbJt1ew"
}
- token: 엑세스토큰
{
"status": 200,
"success": true,
"message": "방 개설 가능합니다"
}
- 토큰 누락
{
"status": 400,
"success": false,
"message": "토큰이 없습니다."
}
- 제한
{
"status": 400,
"success": false,
"message": "방을 만들 수 없습니다"
}