Update a ChannelAsk AIpatch https://api.clickup.com/api/v3/workspaces/{workspace_id}/chat/channels/{channel_id}This endpoint updates a single Channel.Path Paramsworkspace_idintegerrequiredThe ID of the Workspace.channel_idstringrequiredThe ID of the specified Channel.Body Paramscontent_formatstringenumDefaults to text/mdThe format of content field values (Default: text/md)text/mdtext/plainAllowed:text/mdtext/plaindescriptionstringThe updated description of the Chat.locationobjectThe updated location of the chat: space, folder, or listlocation objectnamestringThe updated name of the Chat.topicstringThe updated topic of the Chat.visibilitystringenumThe updated visibility of the Chat.PUBLICPRIVATEAllowed:PUBLICPRIVATEResponses 200 400Invalid update request for {channelId}. 404Returns when the requested {channelId} was not found when updating a Channel. defaultGeneric Error responseUpdated 6 months ago