-
Notifications
You must be signed in to change notification settings - Fork 7
그룹에 채널 생성
Najeong-Kim edited this page Nov 4, 2021
·
1 revision
Method | URL |
---|---|
POST | /api/group/:groupId/channel/create |
{
"channelType": "meeting",
"channelName": "회의실"
}
{
"name": "회의실",
"group": {
"id": 1,
"createdAt": "2021-11-04T02:52:53.590Z",
"updatedAt": "2021-11-04T02:52:53.590Z",
"name": "hello",
"code": "MzczNTg3",
"thumbnail": null
},
"id": 4,
"createdAt": "2021-11-04T04:10:06.033Z",
"updatedAt": "2021-11-04T04:10:06.033Z"
}