github.com/safedep/dry@v0.0.0-20241016050132-a15651f0548b/apiguard/tykgen/docs/BatchRequestsApi.md (about)

     1  # {{classname}}
     2  
     3  All URIs are relative to *http://localhost/*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**Batch**](BatchRequestsApi.md#Batch) | **Post** /{listen_path}/tyk/batch | Run batch request
     8  
     9  # **Batch**
    10  > ApiStatusMessage Batch(ctx, listenPath)
    11  Run batch request
    12  
    13  ### Required Parameters
    14  
    15  Name | Type | Description  | Notes
    16  ------------- | ------------- | ------------- | -------------
    17   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    18    **listenPath** | **string**| API listen path | 
    19  
    20  ### Return type
    21  
    22  [**ApiStatusMessage**](apiStatusMessage.md)
    23  
    24  ### Authorization
    25  
    26  [api_key](../README.md#api_key)
    27  
    28  ### HTTP request headers
    29  
    30   - **Content-Type**: Not defined
    31   - **Accept**: application/json
    32  
    33  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
    34