github.com/twilio/twilio-go@v1.20.1/rest/studio/v2/docs/FlowsValidateApi.md (about)

     1  # FlowsValidateApi
     2  
     3  All URIs are relative to *https://studio.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**UpdateFlowValidate**](FlowsValidateApi.md#UpdateFlowValidate) | **Post** /v2/Flows/Validate | 
     8  
     9  
    10  
    11  ## UpdateFlowValidate
    12  
    13  > StudioV2FlowValidate UpdateFlowValidate(ctx, optional)
    14  
    15  
    16  
    17  Validate flow JSON definition
    18  
    19  ### Path Parameters
    20  
    21  This endpoint does not need any path parameter.
    22  
    23  ### Other Parameters
    24  
    25  Other parameters are passed through a pointer to a UpdateFlowValidateParams struct
    26  
    27  
    28  Name | Type | Description
    29  ------------- | ------------- | -------------
    30  **FriendlyName** | **string** | The string that you assigned to describe the Flow.
    31  **Status** | **string** | 
    32  **Definition** | [**interface{}**](interface{}.md) | JSON representation of flow definition.
    33  **CommitMessage** | **string** | Description of change made in the revision.
    34  
    35  ### Return type
    36  
    37  [**StudioV2FlowValidate**](StudioV2FlowValidate.md)
    38  
    39  ### Authorization
    40  
    41  [accountSid_authToken](../README.md#accountSid_authToken)
    42  
    43  ### HTTP request headers
    44  
    45  - **Content-Type**: application/x-www-form-urlencoded
    46  - **Accept**: application/json
    47  
    48  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    49  [[Back to Model list]](../README.md#documentation-for-models)
    50  [[Back to README]](../README.md)
    51