v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
IM Channels

Update IM channel settings

patch/api/workspaces/{id}/im/channels/{channelId}

Path parameters

idstring required

Workspace id

channelIdstring required

Channel id

Request body

require_mentionboolean nullable
routing_modestring nullable

Example request

{
  "routing_mode": "codex"
}

Response

OK

statusstring required

Example response

{
  "status": "updated"
}