채널 Freeze / Unfreeze

Freeze Channel

POST https://api.talkplus.io/v1.4/api/channels/:channelId/freeze

채널을 프리징 합니다 (메시지 발송 기능 정지)

Path Parameters

NameTypeDescription

channelId*

string

Headers

NameTypeDescription

api-key*

string

App API key

app-id*

string

App ID

{}

Unfreeze Channel

POST https://api.talkplus.io/v1.4/api/channels/:channelId/unfreeze

채널의 프리징 상태를 해제합니다 (메시지 발송 가능)

Path Parameters

NameTypeDescription

channelId*

string

Headers

NameTypeDescription

api-key*

string

App API key

app-id*

string

App ID

{}

Last updated