Partially Update a Channel

Partially updates the details of an existing channel within a chat using the provided patch data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique ID of the chat containing the channel

string
required

The unique ID of the channel to update

Body Params

Partial channel data to update the existing channel

string

Name of the channel

string

Optional ID of client datasource

boolean
Defaults to false

Allow users to send gifs to channel

boolean
Defaults to false

Allow users to share url links

boolean
Defaults to false

Messages need to be approved before shows in channel

string
enum

Apply filter in messages.

  • block: block messages if matches filter
  • none: do not apply filter in messages
  • false: do not apply filter in messages
  • true: block messages
  • replace: replace the words with ***
Allowed:
boolean
Defaults to false

Enable or disable show reactions button

boolean
Defaults to false

Enable or disable Question and Answer in channel

boolean
Defaults to true

Enable or disable the use of emojis in channel

Responses

400

Invalid patch data provided in the request body

401

Unauthorized due to missing or expired authentication token

404

The specified channel or chat was not found

502

Server error prevented channel update

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json