# Update channel **POST /v2/Services/{ServiceSid}/Channels/{Sid}** TODO: Resource-level docs ## Servers ## Parameters ### Headers - **X-Twilio-Webhook-Enabled** (string) The X-Twilio-Webhook-Enabled HTTP request header ### Path parameters - **Sid** (string) - **ServiceSid** (string) ### Body: (object) - **Attributes** (string) - **CreatedBy** (string) - **DateCreated** (string(date-time)) - **DateUpdated** (string(date-time)) - **FriendlyName** (string) - **UniqueName** (string) ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) - **attributes** (string | null) - **created_by** (string | null) - **date_created** (string(date-time) | null) - **date_updated** (string(date-time) | null) - **friendly_name** (string | null) - **links** (object(uri-map) | null) - **members_count** (integer | null) - **messages_count** (integer | null) - **service_sid** (string | null) - **sid** (string | null) - **type** (string | null) - **unique_name** (string | null) - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)