channelUpdate
Update a channel.
Triggers the following webhook events:
- CHANNEL_UPDATED (async): A channel was updated.
- CHANNEL_METADATA_UPDATED (async): Optionally triggered when public or private metadata is updated.
channelUpdate(
id: ID!
input: ChannelUpdateInput!
): ChannelUpdate
Arguments
channelUpdate.id
● ID!
non-null scalar miscellaneous
ID of a channel to update.
channelUpdate.input
● ChannelUpdateInput!
non-null input channels
Fields required to update a channel.
Type
ChannelUpdate
object channels
Update a channel.
Triggers the following webhook events:
- CHANNEL_UPDATED (async): A channel was updated.
- CHANNEL_METADATA_UPDATED (async): Optionally triggered when public or private metadata is updated.