v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-051311.3 KB
ChatV3Channel

Update a specific Channel.

Update a specific Channel.

post/v3/Services/{ServiceSid}/Channels/{Sid}

Path parameters

ServiceSidstring required

The unique SID identifier of the Service.

Sidstring required

A 34 character string that uniquely identifies this Channel.

Headers

X-Twilio-Webhook-Enabled'true' | 'false'

The X-Twilio-Webhook-Enabled HTTP request header

Response

OK

sidstring nullable

The unique string that we created to identify the Channel resource.

account_sidstring nullable

The SID of the Account that created the Channel resource.

service_sidstring nullable

The SID of the Service the Channel resource is associated with.

friendly_namestring nullable

The string that you assigned to describe the resource.

unique_namestring nullable

An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's sid in the URL.

attributesstring nullable

The JSON string that stores application-specific data. If attributes have not been set, {} is returned.

type'public' | 'private'

The visibility of the channel. Can be: public or private.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

created_bystring nullable

The identity of the User that created the channel. If the Channel was created by using the API, the value is system.

members_countinteger

The number of Members in the Channel.

messages_countinteger

The number of Messages that have been passed in the Channel.

messaging_service_sidstring nullable

The unique ID of the Messaging Service this channel belongs to.

urlstring uri nullable

The absolute URL of the Channel resource.

All 1 operations