v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Chat

Update a Channel

This endpoint updates a single Channel.

patch/api/v3/workspaces/{workspace_id}/chat/channels/{channel_id}

Path parameters

workspace_idinteger required

The ID of the Workspace.

channel_idstring required

The ID of the specified Channel.

Request body

content_format'text/md' | 'text/plain'

The format of content field values (Default: text/md)

descriptionstring

The updated description of the Chat.

namestring

The updated name of the Chat.

topicstring

The updated topic of the Chat.

visibility'PUBLIC' | 'PRIVATE'

The updated visibility of the Chat.

Response