Update a channel
PATCH {{baseUrl}}/chat/channels/:channelId
Updates the name and settings of a specific channel owned or administrated by you. Zoom chat channels allow users to communicate via chat in private or public channels.
Scope:
chat_channel:write
Rate Limit Label
:
Medium
Note: This API only supports user-managed OAuth app .
Request Body
{"name"=>"<string>", "channel_settings"=>{"add_member_permissions"=>1, "new_members_can_see_previous_messages_files"=>"<boolean>", "posting_permissions"=>3, "mention_all_permissions"=>1}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``