diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/jersey2/api.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/jersey2/api.mustache
index 0fc1a57032f..62edfeb8ee1 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/jersey2/api.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/jersey2/api.mustache
@@ -67,7 +67,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -101,7 +102,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -232,7 +234,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -252,7 +255,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/api.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/api.mustache
index 3beebe5cb9c..be8861553dd 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/api.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/api.mustache
@@ -67,7 +67,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -101,7 +102,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -232,7 +234,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -252,7 +255,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api.mustache
index 48392afa407..2dd79633eed 100644
--- a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api.mustache
+++ b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api.mustache
@@ -98,7 +98,8 @@ public class {{classname}} {
* @throws ApiException If fail to serialize the request body object
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -290,7 +291,8 @@ public class {{classname}} {
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -330,7 +332,8 @@ public class {{classname}} {
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -398,7 +401,8 @@ public class {{classname}} {
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -458,7 +462,8 @@ public class {{classname}} {
* @throws ApiException If fail to serialize the request body object
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -482,7 +487,8 @@ public class {{classname}} {
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -514,7 +520,8 @@ public class {{classname}} {
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -546,7 +553,8 @@ public class {{classname}} {
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -572,7 +580,8 @@ public class {{classname}} {
* @return API{{operationId}}Request
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
diff --git a/modules/openapi-generator/src/test/resources/2_0/templates/Java/libraries/jersey2/api.mustache b/modules/openapi-generator/src/test/resources/2_0/templates/Java/libraries/jersey2/api.mustache
index 8554cff7627..329206d99da 100644
--- a/modules/openapi-generator/src/test/resources/2_0/templates/Java/libraries/jersey2/api.mustache
+++ b/modules/openapi-generator/src/test/resources/2_0/templates/Java/libraries/jersey2/api.mustache
@@ -61,7 +61,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -95,7 +96,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -200,7 +202,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
@@ -220,7 +223,8 @@ public class {{classname}} {
* @throws ApiException if fails to make API call
{{#responses.0}}
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
{{#responses}}
{{code}} | {{message}} | {{#headers}} * {{baseName}} - {{description}} {{/headers}}{{^headers.0}} - {{/headers.0}} |
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/PetApi.java
index cb11874cf81..5766da3819b 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/PetApi.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/PetApi.java
@@ -81,7 +81,8 @@ public class PetApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
405 | Invalid input | - |
@@ -152,7 +153,8 @@ public class PetApi {
* @return Pet
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
405 | Invalid input | - |
@@ -170,7 +172,8 @@ public class PetApi {
* @return ApiResponse<Pet>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
405 | Invalid input | - |
@@ -190,7 +193,8 @@ public class PetApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
405 | Invalid input | - |
@@ -211,7 +215,8 @@ public class PetApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid pet value | - |
@@ -283,7 +288,8 @@ public class PetApi {
* @param apiKey (optional)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid pet value | - |
@@ -300,7 +306,8 @@ public class PetApi {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid pet value | - |
@@ -319,7 +326,8 @@ public class PetApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid pet value | - |
@@ -337,7 +345,8 @@ public class PetApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid status value | - |
@@ -410,7 +419,8 @@ public class PetApi {
* @return List<Pet>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid status value | - |
@@ -428,7 +438,8 @@ public class PetApi {
* @return ApiResponse<List<Pet>>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid status value | - |
@@ -448,7 +459,8 @@ public class PetApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid status value | - |
@@ -468,7 +480,8 @@ public class PetApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid tag value | - |
@@ -544,7 +557,8 @@ public class PetApi {
* @return List<Pet>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid tag value | - |
@@ -564,7 +578,8 @@ public class PetApi {
* @return ApiResponse<List<Pet>>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid tag value | - |
@@ -586,7 +601,8 @@ public class PetApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid tag value | - |
@@ -608,7 +624,8 @@ public class PetApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -679,7 +696,8 @@ public class PetApi {
* @return Pet
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -698,7 +716,8 @@ public class PetApi {
* @return ApiResponse<Pet>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -719,7 +738,8 @@ public class PetApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -740,7 +760,8 @@ public class PetApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -815,7 +836,8 @@ public class PetApi {
* @return Pet
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -837,7 +859,8 @@ public class PetApi {
* @return ApiResponse<Pet>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -861,7 +884,8 @@ public class PetApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -887,7 +911,8 @@ public class PetApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
405 | Invalid input | - |
@@ -964,7 +989,8 @@ public class PetApi {
* @param status Updated status of the pet (optional)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
405 | Invalid input | - |
@@ -982,7 +1008,8 @@ public class PetApi {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
405 | Invalid input | - |
@@ -1002,7 +1029,8 @@ public class PetApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
405 | Invalid input | - |
@@ -1022,7 +1050,8 @@ public class PetApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
@@ -1101,7 +1130,8 @@ public class PetApi {
* @return ModelApiResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
@@ -1120,7 +1150,8 @@ public class PetApi {
* @return ApiResponse<ModelApiResponse>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
@@ -1141,7 +1172,8 @@ public class PetApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/StoreApi.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/StoreApi.java
index df8db739366..1572d13a748 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/StoreApi.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/StoreApi.java
@@ -79,7 +79,8 @@ public class StoreApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid ID supplied | - |
404 | Order not found | - |
@@ -146,7 +147,8 @@ public class StoreApi {
* @param orderId ID of the order that needs to be deleted (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid ID supplied | - |
404 | Order not found | - |
@@ -163,7 +165,8 @@ public class StoreApi {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid ID supplied | - |
404 | Order not found | - |
@@ -182,7 +185,8 @@ public class StoreApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid ID supplied | - |
404 | Order not found | - |
@@ -200,7 +204,8 @@ public class StoreApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
@@ -261,7 +266,8 @@ public class StoreApi {
* @return Map<String, Integer>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
@@ -277,7 +283,8 @@ public class StoreApi {
* @return ApiResponse<Map<String, Integer>>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
@@ -295,7 +302,8 @@ public class StoreApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
@@ -314,7 +322,8 @@ public class StoreApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -385,7 +394,8 @@ public class StoreApi {
* @return Order
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -404,7 +414,8 @@ public class StoreApi {
* @return ApiResponse<Order>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -425,7 +436,8 @@ public class StoreApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid ID supplied | - |
@@ -446,7 +458,8 @@ public class StoreApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid Order | - |
@@ -516,7 +529,8 @@ public class StoreApi {
* @return Order
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid Order | - |
@@ -534,7 +548,8 @@ public class StoreApi {
* @return ApiResponse<Order>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid Order | - |
@@ -554,7 +569,8 @@ public class StoreApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid Order | - |
diff --git a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/UserApi.java b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/UserApi.java
index 7b8cb5c3dcb..684295ba1bb 100644
--- a/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/UserApi.java
+++ b/samples/client/echo_api/java/okhttp-gson-user-defined-templates/src/main/java/org/openapitools/client/api/UserApi.java
@@ -80,7 +80,8 @@ public class UserApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -146,7 +147,8 @@ public class UserApi {
* @param user Created user object (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -162,7 +164,8 @@ public class UserApi {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -180,7 +183,8 @@ public class UserApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -198,7 +202,8 @@ public class UserApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -264,7 +269,8 @@ public class UserApi {
* @param user List of user object (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -280,7 +286,8 @@ public class UserApi {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -298,7 +305,8 @@ public class UserApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -316,7 +324,8 @@ public class UserApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -382,7 +391,8 @@ public class UserApi {
* @param user List of user object (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -398,7 +408,8 @@ public class UserApi {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -416,7 +427,8 @@ public class UserApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -434,7 +446,8 @@ public class UserApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid username supplied | - |
404 | User not found | - |
@@ -501,7 +514,8 @@ public class UserApi {
* @param username The name that needs to be deleted (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid username supplied | - |
404 | User not found | - |
@@ -518,7 +532,8 @@ public class UserApi {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid username supplied | - |
404 | User not found | - |
@@ -537,7 +552,8 @@ public class UserApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid username supplied | - |
404 | User not found | - |
@@ -556,7 +572,8 @@ public class UserApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid username supplied | - |
@@ -627,7 +644,8 @@ public class UserApi {
* @return User
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid username supplied | - |
@@ -646,7 +664,8 @@ public class UserApi {
* @return ApiResponse<User>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid username supplied | - |
@@ -667,7 +686,8 @@ public class UserApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | - |
400 | Invalid username supplied | - |
@@ -689,7 +709,8 @@ public class UserApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. * X-Rate-Limit - calls per hour allowed by the user * X-Expires-After - date in UTC when token expires |
400 | Invalid username/password supplied | - |
@@ -772,7 +793,8 @@ public class UserApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. * X-Rate-Limit - calls per hour allowed by the user * X-Expires-After - date in UTC when token expires |
400 | Invalid username/password supplied | - |
@@ -791,7 +813,8 @@ public class UserApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. * X-Rate-Limit - calls per hour allowed by the user * X-Expires-After - date in UTC when token expires |
400 | Invalid username/password supplied | - |
@@ -812,7 +835,8 @@ public class UserApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | successful operation | * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. * X-Rate-Limit - calls per hour allowed by the user * X-Expires-After - date in UTC when token expires |
400 | Invalid username/password supplied | - |
@@ -831,7 +855,8 @@ public class UserApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -890,7 +915,8 @@ public class UserApi {
*
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -905,7 +931,8 @@ public class UserApi {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -922,7 +949,8 @@ public class UserApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
0 | successful operation | - |
@@ -941,7 +969,8 @@ public class UserApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid user supplied | - |
404 | User not found | - |
@@ -1015,7 +1044,8 @@ public class UserApi {
* @param user Updated user object (required)
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid user supplied | - |
404 | User not found | - |
@@ -1033,7 +1063,8 @@ public class UserApi {
* @return ApiResponse<Void>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid user supplied | - |
404 | User not found | - |
@@ -1053,7 +1084,8 @@ public class UserApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
400 | Invalid user supplied | - |
404 | User not found | - |
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/AuthApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/AuthApi.java
index f0e208cbc61..6b1de16b6e6 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/AuthApi.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/AuthApi.java
@@ -77,7 +77,8 @@ public class AuthApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -138,7 +139,8 @@ public class AuthApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -154,7 +156,8 @@ public class AuthApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -172,7 +175,8 @@ public class AuthApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -190,7 +194,8 @@ public class AuthApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -251,7 +256,8 @@ public class AuthApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -267,7 +273,8 @@ public class AuthApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -285,7 +292,8 @@ public class AuthApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/BodyApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/BodyApi.java
index 19a2c37c467..db1dd7068a8 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/BodyApi.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/BodyApi.java
@@ -81,7 +81,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -142,7 +143,8 @@ public class BodyApi {
* @return File
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -158,7 +160,8 @@ public class BodyApi {
* @return ApiResponse<File>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -176,7 +179,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -195,7 +199,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -258,7 +263,8 @@ public class BodyApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -275,7 +281,8 @@ public class BodyApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -294,7 +301,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -313,7 +321,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -385,7 +394,8 @@ public class BodyApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -402,7 +412,8 @@ public class BodyApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -421,7 +432,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -440,7 +452,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -507,7 +520,8 @@ public class BodyApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -524,7 +538,8 @@ public class BodyApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -543,7 +558,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -562,7 +578,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -625,7 +642,8 @@ public class BodyApi {
* @return Pet
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -642,7 +660,8 @@ public class BodyApi {
* @return ApiResponse<Pet>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -661,7 +680,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -680,7 +700,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -743,7 +764,8 @@ public class BodyApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -760,7 +782,8 @@ public class BodyApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -779,7 +802,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -798,7 +822,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -861,7 +886,8 @@ public class BodyApi {
* @return Pet
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -878,7 +904,8 @@ public class BodyApi {
* @return ApiResponse<Pet>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -897,7 +924,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -916,7 +944,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -979,7 +1008,8 @@ public class BodyApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -996,7 +1026,8 @@ public class BodyApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -1015,7 +1046,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -1034,7 +1066,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -1097,7 +1130,8 @@ public class BodyApi {
* @return StringEnumRef
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -1114,7 +1148,8 @@ public class BodyApi {
* @return ApiResponse<StringEnumRef>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -1133,7 +1168,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -1152,7 +1188,8 @@ public class BodyApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -1215,7 +1252,8 @@ public class BodyApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -1232,7 +1270,8 @@ public class BodyApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -1251,7 +1290,8 @@ public class BodyApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/FormApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/FormApi.java
index 92a270914dd..1dd1f55b39c 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/FormApi.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/FormApi.java
@@ -81,7 +81,8 @@ public class FormApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -158,7 +159,8 @@ public class FormApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -177,7 +179,8 @@ public class FormApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -198,7 +201,8 @@ public class FormApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -217,7 +221,8 @@ public class FormApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -289,7 +294,8 @@ public class FormApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -306,7 +312,8 @@ public class FormApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -325,7 +332,8 @@ public class FormApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -349,7 +357,8 @@ public class FormApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -441,7 +450,8 @@ public class FormApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -463,7 +473,8 @@ public class FormApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -487,7 +498,8 @@ public class FormApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/HeaderApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/HeaderApi.java
index 0c23515d321..f8b1cbce441 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/HeaderApi.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/HeaderApi.java
@@ -83,7 +83,8 @@ public class HeaderApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -174,7 +175,8 @@ public class HeaderApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -195,7 +197,8 @@ public class HeaderApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -218,7 +221,8 @@ public class HeaderApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/PathApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/PathApi.java
index f9392cccfa4..cca3d0e9f34 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/PathApi.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/PathApi.java
@@ -82,7 +82,8 @@ public class PathApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -171,7 +172,8 @@ public class PathApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -191,7 +193,8 @@ public class PathApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -213,7 +216,8 @@ public class PathApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
diff --git a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/QueryApi.java b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/QueryApi.java
index 368b2b7d209..43b317e4f8f 100644
--- a/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/QueryApi.java
+++ b/samples/client/echo_api/java/okhttp-gson/src/main/java/org/openapitools/client/api/QueryApi.java
@@ -86,7 +86,8 @@ public class QueryApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -157,7 +158,8 @@ public class QueryApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -175,7 +177,8 @@ public class QueryApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -195,7 +198,8 @@ public class QueryApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -216,7 +220,8 @@ public class QueryApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -292,7 +297,8 @@ public class QueryApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -311,7 +317,8 @@ public class QueryApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -332,7 +339,8 @@ public class QueryApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -353,7 +361,8 @@ public class QueryApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -429,7 +438,8 @@ public class QueryApi {
* @return String
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -448,7 +458,8 @@ public class QueryApi {
* @return ApiResponse<String>
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -469,7 +480,8 @@ public class QueryApi {
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
* @http.response.details
-
+
+ Response Details
Status Code | Description | Response Headers |
200 | Successful operation | - |
@@ -488,7 +500,8 @@ public class QueryApi {
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
* @http.response.details
-
+
+ Response Details
|