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
[Java RESTEasy client] updating test to use the Java RESTEasy echo api client (#17367) (#17470)
* updating test to use the Java RESTEasy echo api client (#17367)
* regenerated samples
* set source and target to 1.8 to fix workflow failure, adapted parser
*BodyApi* | [**TestBinaryGif**](docs/BodyApi.md#testbinarygif) | **POST** /binary/gif | Test binary (gif) response body
122
122
*BodyApi* | [**TestBodyApplicationOctetstreamBinary**](docs/BodyApi.md#testbodyapplicationoctetstreambinary) | **POST** /body/application/octetstream/binary | Test body parameter(s)
123
123
*BodyApi* | [**TestBodyMultipartFormdataArrayOfBinary**](docs/BodyApi.md#testbodymultipartformdataarrayofbinary) | **POST** /body/application/octetstream/array_of_binary | Test array of binary in multipart mime
124
+
*BodyApi* | [**TestBodyMultipartFormdataSingleBinary**](docs/BodyApi.md#testbodymultipartformdatasinglebinary) | **POST** /body/application/octetstream/single_binary | Test single binary in multipart mime
124
125
*BodyApi* | [**TestEchoBodyAllOfPet**](docs/BodyApi.md#testechobodyallofpet) | **POST** /echo/body/allOf/Pet | Test body parameter(s)
125
126
*BodyApi* | [**TestEchoBodyFreeFormObjectResponseString**](docs/BodyApi.md#testechobodyfreeformobjectresponsestring) | **POST** /echo/body/FreeFormObject/response_string | Test free form object
126
127
*BodyApi* | [**TestEchoBodyPet**](docs/BodyApi.md#testechobodypet) | **POST** /echo/body/Pet | Test body parameter(s)
Copy file name to clipboardExpand all lines: samples/client/echo_api/csharp-restsharp/docs/BodyApi.md
+92Lines changed: 92 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ All URIs are relative to *http://localhost:3000*
7
7
|[**TestBinaryGif**](BodyApi.md#testbinarygif)|**POST** /binary/gif | Test binary (gif) response body |
8
8
|[**TestBodyApplicationOctetstreamBinary**](BodyApi.md#testbodyapplicationoctetstreambinary)|**POST** /body/application/octetstream/binary | Test body parameter(s) |
9
9
|[**TestBodyMultipartFormdataArrayOfBinary**](BodyApi.md#testbodymultipartformdataarrayofbinary)|**POST** /body/application/octetstream/array_of_binary | Test array of binary in multipart mime |
10
+
|[**TestBodyMultipartFormdataSingleBinary**](BodyApi.md#testbodymultipartformdatasinglebinary)|**POST** /body/application/octetstream/single_binary | Test single binary in multipart mime |
10
11
|[**TestEchoBodyAllOfPet**](BodyApi.md#testechobodyallofpet)|**POST** /echo/body/allOf/Pet | Test body parameter(s) |
11
12
|[**TestEchoBodyFreeFormObjectResponseString**](BodyApi.md#testechobodyfreeformobjectresponsestring)|**POST** /echo/body/FreeFormObject/response_string | Test free form object |
12
13
|[**TestEchoBodyPet**](BodyApi.md#testechobodypet)|**POST** /echo/body/Pet | Test body parameter(s) |
@@ -274,6 +275,97 @@ No authorization required
274
275
-**Accept**: text/plain
275
276
276
277
278
+
### HTTP response details
279
+
| Status code | Description | Response headers |
280
+
|-------------|-------------|------------------|
281
+
|**200**| Successful operation | - |
282
+
283
+
[[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