채널 숨기기 / 보이기
Hide Channel
POST
https://api.talkplus.io/v1.4/api/channels/:channelId/hide
현재 참여 중인 채널 목록에 안 나오도록 채널을 숨길 수 있습니다.
Path Parameters
Name | Type | Description |
---|---|---|
channelId* | string |
Headers
Name | Type | Description |
---|---|---|
content-type | string | application/json |
app-id* | string | App ID |
api-key* | string | App API key |
Request Body
Name | Type | Description |
---|---|---|
userId* | string | 채널 숨기기 대상 사용자 |
Show Channel
POST
https://api.talkplus.io/v1.4/api/channels/:channelId/show
현재 참여중인 채널 목록에 다시 나오도록 채널을 숨김 해제 할 수 있습니다.
Path Parameters
Name | Type | Description |
---|---|---|
channelId* | string |
Headers
Name | Type | Description |
---|---|---|
content-type | string | application/json |
app-id* | string | App ID |
api-key* | string | App API key |
Request Body
Name | Type | Description |
---|---|---|
userId* | string | 채널 숨기기 해제 대상 사용자 |
Last updated