---
title: "Update a specific Channel."
method: POST
path: "/v3/Services/{ServiceSid}/Channels/{Sid}"
tags: ["ChatV3Channel"]
---

# Update a specific Channel.

`POST /v3/Services/{ServiceSid}/Channels/{Sid}`

Update a specific Channel.

## Path parameters

- `ServiceSid` string, required
- `Sid` string, required

## Headers

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

## Response `200`

OK

- ChatV3Channel
  - `sid` string, nullable — The unique string that we created to identify the Channel resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel resource.
  - `service_sid` string, nullable — The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Channel resource is associated with.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `unique_name` string, 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.
  - `attributes` string, 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_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `created_by` string, nullable — The `identity` of the User that created the channel. If the Channel was created by using the API, the value is `system`.
  - `members_count` integer — The number of Members in the Channel.
  - `messages_count` integer — The number of Messages that have been passed in the Channel.
  - `messaging_service_sid` string, nullable — The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this channel belongs to.
  - `url` string, uri, nullable — The absolute URL of the Channel resource.

---

[API](https://skmtc.net/twilio/apis/twilio-chat.md) · [All operations](https://skmtc.net/twilio/apis/twilio-chat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-chat/revisions/799643689814/schema)
