# OpenAPI\Client\HeaderApi All URIs are relative to http://localhost:3000, except if the operation defines another base path. | Method | HTTP request | Description | | ------------- | ------------- | ------------- | | [**testHeaderIntegerBooleanString()**](HeaderApi.md#testHeaderIntegerBooleanString) | **GET** /header/integer/boolean/string | Test header parameter(s) | ## `testHeaderIntegerBooleanString()` ```php testHeaderIntegerBooleanString($integer_header, $boolean_header, $string_header): string ``` Test header parameter(s) Test header parameter(s) ### Example ```php testHeaderIntegerBooleanString($integer_header, $boolean_header, $string_header); print_r($result); } catch (Exception $e) { echo 'Exception when calling HeaderApi->testHeaderIntegerBooleanString: ', $e->getMessage(), PHP_EOL; } ``` ### Parameters | Name | Type | Description | Notes | | ------------- | ------------- | ------------- | ------------- | | **integer_header** | **int**| | [optional] | | **boolean_header** | **bool**| | [optional] | | **string_header** | **string**| | [optional] | ### Return type **string** ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: `text/plain` [[Back to top]](#) [[Back to API list]](../../README.md#endpoints) [[Back to Model list]](../../README.md#models) [[Back to README]](../../README.md)