github.com/twilio/twilio-go@v1.20.1/rest/flex/v1/docs/ConfigurationApi.md (about)

     1  # ConfigurationApi
     2  
     3  All URIs are relative to *https://flex-api.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**FetchConfiguration**](ConfigurationApi.md#FetchConfiguration) | **Get** /v1/Configuration | 
     8  [**UpdateConfiguration**](ConfigurationApi.md#UpdateConfiguration) | **Post** /v1/Configuration | 
     9  
    10  
    11  
    12  ## FetchConfiguration
    13  
    14  > FlexV1Configuration FetchConfiguration(ctx, optional)
    15  
    16  
    17  
    18  
    19  
    20  ### Path Parameters
    21  
    22  This endpoint does not need any path parameter.
    23  
    24  ### Other Parameters
    25  
    26  Other parameters are passed through a pointer to a FetchConfigurationParams struct
    27  
    28  
    29  Name | Type | Description
    30  ------------- | ------------- | -------------
    31  **UiVersion** | **string** | The Pinned UI version of the Configuration resource to fetch.
    32  
    33  ### Return type
    34  
    35  [**FlexV1Configuration**](FlexV1Configuration.md)
    36  
    37  ### Authorization
    38  
    39  [accountSid_authToken](../README.md#accountSid_authToken)
    40  
    41  ### HTTP request headers
    42  
    43  - **Content-Type**: Not defined
    44  - **Accept**: application/json
    45  
    46  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    47  [[Back to Model list]](../README.md#documentation-for-models)
    48  [[Back to README]](../README.md)
    49  
    50  
    51  ## UpdateConfiguration
    52  
    53  > FlexV1Configuration UpdateConfiguration(ctx, optional)
    54  
    55  
    56  
    57  
    58  
    59  ### Path Parameters
    60  
    61  This endpoint does not need any path parameter.
    62  
    63  ### Other Parameters
    64  
    65  Other parameters are passed through a pointer to a UpdateConfigurationParams struct
    66  
    67  
    68  Name | Type | Description
    69  ------------- | ------------- | -------------
    70  **Body** | **map[string]interface{}** | 
    71  
    72  ### Return type
    73  
    74  [**FlexV1Configuration**](FlexV1Configuration.md)
    75  
    76  ### Authorization
    77  
    78  [accountSid_authToken](../README.md#accountSid_authToken)
    79  
    80  ### HTTP request headers
    81  
    82  - **Content-Type**: application/json
    83  - **Accept**: application/json
    84  
    85  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    86  [[Back to Model list]](../README.md#documentation-for-models)
    87  [[Back to README]](../README.md)
    88