diff --git a/samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/api/FakeApi.java b/samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/api/FakeApi.java
index 0061b47d30c..5cae0c6dff7 100644
--- a/samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/api/FakeApi.java
+++ b/samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/api/FakeApi.java
@@ -77,7 +77,8 @@ public class FakeApi {
* @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 | | - |
@@ -138,7 +139,8 @@ public class FakeApi {
* @return Object
* @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 | | - |
@@ -154,7 +156,8 @@ public class FakeApi {
* @return ApiResponse<Object>
* @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 | | - |
@@ -172,7 +175,8 @@ public class FakeApi {
* @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 | | - |
diff --git a/samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/api/PetApi.java b/samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/api/PetApi.java
index fe38654e070..cd1f819b542 100644
--- a/samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/api/PetApi.java
+++ b/samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/src/main/java/org/openapitools/client/api/PetApi.java
@@ -78,7 +78,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 | - |
@@ -149,7 +150,8 @@ public class PetApi {
* @return Object
* @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 | - |
@@ -168,7 +170,8 @@ public class PetApi {
* @return ApiResponse<Object>
* @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 | - |
@@ -189,7 +192,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 | - |