github.com/twilio/twilio-go@v1.20.1/rest/chat/v3/docs/ServicesChannelsApi.md (about)

     1  # ServicesChannelsApi
     2  
     3  All URIs are relative to *https://chat.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**UpdateChannel**](ServicesChannelsApi.md#UpdateChannel) | **Post** /v3/Services/{ServiceSid}/Channels/{Sid} | 
     8  
     9  
    10  
    11  ## UpdateChannel
    12  
    13  > ChatV3Channel UpdateChannel(ctx, ServiceSidSidoptional)
    14  
    15  
    16  
    17  Update a specific Channel.
    18  
    19  ### Path Parameters
    20  
    21  
    22  Name | Type | Description
    23  ------------- | ------------- | -------------
    24  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    25  **ServiceSid** | **string** | The unique SID identifier of the Service.
    26  **Sid** | **string** | A 34 character string that uniquely identifies this Channel.
    27  
    28  ### Other Parameters
    29  
    30  Other parameters are passed through a pointer to a UpdateChannelParams struct
    31  
    32  
    33  Name | Type | Description
    34  ------------- | ------------- | -------------
    35  **XTwilioWebhookEnabled** | **string** | The X-Twilio-Webhook-Enabled HTTP request header
    36  **Type** | **string** | 
    37  **MessagingServiceSid** | **string** | The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this channel belongs to.
    38  
    39  ### Return type
    40  
    41  [**ChatV3Channel**](ChatV3Channel.md)
    42  
    43  ### Authorization
    44  
    45  [accountSid_authToken](../README.md#accountSid_authToken)
    46  
    47  ### HTTP request headers
    48  
    49  - **Content-Type**: application/x-www-form-urlencoded
    50  - **Accept**: application/json
    51  
    52  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    53  [[Back to Model list]](../README.md#documentation-for-models)
    54  [[Back to README]](../README.md)
    55