You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*FakeApi* | [**testClientModel**](docs/Api/FakeApi.md#testclientmodel) | **PATCH** /fake | To test \"client\" model
89
89
*FakeApi* | [**testEndpointParameters**](docs/Api/FakeApi.md#testendpointparameters) | **POST** /fake | Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
90
90
*FakeApi* | [**testEnumParameters**](docs/Api/FakeApi.md#testenumparameters) | **GET** /fake | To test enum parameters
[**testClientModel**](FakeApi.md#testClientModel) | **PATCH** /fake | To test \"client\" model
12
13
[**testEndpointParameters**](FakeApi.md#testEndpointParameters) | **POST** /fake | Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
13
14
[**testEnumParameters**](FakeApi.md#testEnumParameters) | **GET** /fake | To test enum parameters
@@ -211,6 +212,54 @@ No authorization required
211
212
212
213
[[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)
213
214
215
+
# **testBodyWithQueryParams**
216
+
> testBodyWithQueryParams($body, $query)
217
+
218
+
219
+
220
+
### Example
221
+
```php
222
+
<?php
223
+
require_once(__DIR__ . '/vendor/autoload.php');
224
+
225
+
$apiInstance = new Swagger\Client\Api\FakeApi(
226
+
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
227
+
// This is optional, `GuzzleHttp\Client` will be used as default.
228
+
new GuzzleHttp\Client()
229
+
);
230
+
$body = new \Swagger\Client\Model\User(); // \Swagger\Client\Model\User |
[[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)
0 commit comments