Skip to content

Commit 32fdd7c

Browse files
committed
update samples
1 parent 5377377 commit 32fdd7c

File tree

2 files changed

+15
-15
lines changed
  • samples/client/petstore/java/okhttp-gson-3.1

2 files changed

+15
-15
lines changed

samples/client/petstore/java/okhttp-gson-3.1/docs/FakeApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ No authorization required
417417
### HTTP response details
418418
| Status code | Description | Response headers |
419419
|-------------|-------------|------------------|
420-
| **200** | | - |
420+
| **200** | required to pass validation | - |
421421

422422
<a id="refToRefParameterAnyof"></a>
423423
# **refToRefParameterAnyof**
@@ -651,7 +651,7 @@ No authorization required
651651
### HTTP response details
652652
| Status code | Description | Response headers |
653653
|-------------|-------------|------------------|
654-
| **200** | | - |
654+
| **200** | required to pass validation | - |
655655

656656
<a id="responseRefToRef"></a>
657657
# **responseRefToRef**
@@ -707,5 +707,5 @@ No authorization required
707707
### HTTP response details
708708
| Status code | Description | Response headers |
709709
|-------------|-------------|------------------|
710-
| **200** | | - |
710+
| **200** | required to pass validation | - |
711711

samples/client/petstore/java/okhttp-gson-3.1/src/main/java/org/openapitools/client/api/FakeApi.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ public okhttp3.Call op3Async(List<CodesEnum> queryEnum, final ApiCallback<Void>
778778
* @http.response.details
779779
<table summary="Response Details" border="1">
780780
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
781-
<tr><td> 200 </td><td> </td><td> - </td></tr>
781+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
782782
</table>
783783
*/
784784
public okhttp3.Call refToRefParameterCall(UUID refToUuid, final ApiCallback _callback) throws ApiException {
@@ -849,7 +849,7 @@ private okhttp3.Call refToRefParameterValidateBeforeCall(UUID refToUuid, final A
849849
* @http.response.details
850850
<table summary="Response Details" border="1">
851851
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
852-
<tr><td> 200 </td><td> </td><td> - </td></tr>
852+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
853853
</table>
854854
*/
855855
public String refToRefParameter(UUID refToUuid) throws ApiException {
@@ -866,7 +866,7 @@ public String refToRefParameter(UUID refToUuid) throws ApiException {
866866
* @http.response.details
867867
<table summary="Response Details" border="1">
868868
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
869-
<tr><td> 200 </td><td> </td><td> - </td></tr>
869+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
870870
</table>
871871
*/
872872
public ApiResponse<String> refToRefParameterWithHttpInfo(UUID refToUuid) throws ApiException {
@@ -885,7 +885,7 @@ public ApiResponse<String> refToRefParameterWithHttpInfo(UUID refToUuid) throws
885885
* @http.response.details
886886
<table summary="Response Details" border="1">
887887
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
888-
<tr><td> 200 </td><td> </td><td> - </td></tr>
888+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
889889
</table>
890890
*/
891891
public okhttp3.Call refToRefParameterAsync(UUID refToUuid, final ApiCallback<String> _callback) throws ApiException {
@@ -1258,7 +1258,7 @@ public okhttp3.Call responseNoRefAsync(final ApiCallback<String> _callback) thro
12581258
* @http.response.details
12591259
<table summary="Response Details" border="1">
12601260
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1261-
<tr><td> 200 </td><td> </td><td> - </td></tr>
1261+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
12621262
</table>
12631263
*/
12641264
public okhttp3.Call responseRefToNoRefCall(final ApiCallback _callback) throws ApiException {
@@ -1319,7 +1319,7 @@ private okhttp3.Call responseRefToNoRefValidateBeforeCall(final ApiCallback _cal
13191319
* @http.response.details
13201320
<table summary="Response Details" border="1">
13211321
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1322-
<tr><td> 200 </td><td> </td><td> - </td></tr>
1322+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
13231323
</table>
13241324
*/
13251325
public String responseRefToNoRef() throws ApiException {
@@ -1335,7 +1335,7 @@ public String responseRefToNoRef() throws ApiException {
13351335
* @http.response.details
13361336
<table summary="Response Details" border="1">
13371337
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1338-
<tr><td> 200 </td><td> </td><td> - </td></tr>
1338+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
13391339
</table>
13401340
*/
13411341
public ApiResponse<String> responseRefToNoRefWithHttpInfo() throws ApiException {
@@ -1353,7 +1353,7 @@ public ApiResponse<String> responseRefToNoRefWithHttpInfo() throws ApiException
13531353
* @http.response.details
13541354
<table summary="Response Details" border="1">
13551355
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1356-
<tr><td> 200 </td><td> </td><td> - </td></tr>
1356+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
13571357
</table>
13581358
*/
13591359
public okhttp3.Call responseRefToNoRefAsync(final ApiCallback<String> _callback) throws ApiException {
@@ -1371,7 +1371,7 @@ public okhttp3.Call responseRefToNoRefAsync(final ApiCallback<String> _callback)
13711371
* @http.response.details
13721372
<table summary="Response Details" border="1">
13731373
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1374-
<tr><td> 200 </td><td> </td><td> - </td></tr>
1374+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
13751375
</table>
13761376
*/
13771377
public okhttp3.Call responseRefToRefCall(final ApiCallback _callback) throws ApiException {
@@ -1432,7 +1432,7 @@ private okhttp3.Call responseRefToRefValidateBeforeCall(final ApiCallback _callb
14321432
* @http.response.details
14331433
<table summary="Response Details" border="1">
14341434
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1435-
<tr><td> 200 </td><td> </td><td> - </td></tr>
1435+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
14361436
</table>
14371437
*/
14381438
public String responseRefToRef() throws ApiException {
@@ -1448,7 +1448,7 @@ public String responseRefToRef() throws ApiException {
14481448
* @http.response.details
14491449
<table summary="Response Details" border="1">
14501450
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1451-
<tr><td> 200 </td><td> </td><td> - </td></tr>
1451+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
14521452
</table>
14531453
*/
14541454
public ApiResponse<String> responseRefToRefWithHttpInfo() throws ApiException {
@@ -1466,7 +1466,7 @@ public ApiResponse<String> responseRefToRefWithHttpInfo() throws ApiException {
14661466
* @http.response.details
14671467
<table summary="Response Details" border="1">
14681468
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
1469-
<tr><td> 200 </td><td> </td><td> - </td></tr>
1469+
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
14701470
</table>
14711471
*/
14721472
public okhttp3.Call responseRefToRefAsync(final ApiCallback<String> _callback) throws ApiException {

0 commit comments

Comments
 (0)