채널 Freeze / Unfreeze
Freeze Channel
POST
https://api.talkplus.io/v1.4/api/channels/:channelId/freeze
채널을 프리징 합니다 (메시지 발송 기능 정지)
Path Parameters
Name
Type
Description
channelId*
string
Headers
Name
Type
Description
app-id*
string
App ID
api-key*
string
App API key
Unfreeze Channel
POST
https://api.talkplus.io/v1.4/api/channels/:channelId/unfreeze
채널의 프리징 상태를 해제합니다 (메시지 발송 가능)
Path Parameters
Name
Type
Description
channelId*
string
Headers
Name
Type
Description
app-id*
string
App ID
api-key*
string
App API key
Last updated