PATCH
/
api
/
messaging
/
central-channels
/
{channelId}
Update channel
curl --request PATCH \
  --url http://localhost:3000/api/messaging/central-channels/{channelId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "metadata": {}
}'
{
  "success": true
}

Path Parameters

channelId
string
required

Body

application/json

Response

200
application/json

Channel updated successfully

The response is of type object.