forked from loafle/openapi-generator-original
Replaced deprecated 'summary' attribute with recommended 'caption' element (#19961)
This commit is contained in:
@@ -67,7 +67,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -101,7 +102,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -232,7 +234,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -252,7 +255,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
|
|||||||
@@ -67,7 +67,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -101,7 +102,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -232,7 +234,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -252,7 +255,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
|
|||||||
@@ -98,7 +98,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -398,7 +401,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -458,7 +462,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -546,7 +553,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -572,7 +580,8 @@ public class {{classname}} {
|
|||||||
* @return API{{operationId}}Request
|
* @return API{{operationId}}Request
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
|
|||||||
@@ -61,7 +61,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -95,7 +96,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -200,7 +202,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
@@ -220,7 +223,8 @@ public class {{classname}} {
|
|||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
{{#responses}}
|
{{#responses}}
|
||||||
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
<tr><td> {{code}} </td><td> {{message}} </td><td> {{#headers}} * {{baseName}} - {{description}} <br> {{/headers}}{{^headers.0}} - {{/headers.0}} </td></tr>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -152,7 +153,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -170,7 +172,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -190,7 +193,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -211,7 +215,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -283,7 +288,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -300,7 +306,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -319,7 +326,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -337,7 +345,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -410,7 +419,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -428,7 +438,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -448,7 +459,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -468,7 +480,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -544,7 +557,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -564,7 +578,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -586,7 +601,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -608,7 +624,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -679,7 +696,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -698,7 +716,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -719,7 +738,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -740,7 +760,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -815,7 +836,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -837,7 +859,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -861,7 +884,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -887,7 +911,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -964,7 +989,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -982,7 +1008,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1002,7 +1029,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1022,7 +1050,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1101,7 +1130,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1120,7 +1150,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1141,7 +1172,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -146,7 +147,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -163,7 +165,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -182,7 +185,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -200,7 +204,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -261,7 +266,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -277,7 +283,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -295,7 +302,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -314,7 +322,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -385,7 +394,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -404,7 +414,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -425,7 +436,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -446,7 +458,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -516,7 +529,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -534,7 +548,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -554,7 +569,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -146,7 +147,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -162,7 +164,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -180,7 +183,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -198,7 +202,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -264,7 +269,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -280,7 +286,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -298,7 +305,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -316,7 +324,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -382,7 +391,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -398,7 +408,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -416,7 +427,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -434,7 +446,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -501,7 +514,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -518,7 +532,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -537,7 +552,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -556,7 +572,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -627,7 +644,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -646,7 +664,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -667,7 +686,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -689,7 +709,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -772,7 +793,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -791,7 +813,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -812,7 +835,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -831,7 +855,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -905,7 +931,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -922,7 +949,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -941,7 +969,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1015,7 +1044,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1033,7 +1063,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1053,7 +1084,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -77,7 +77,8 @@ public class AuthApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -138,7 +139,8 @@ public class AuthApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -154,7 +156,8 @@ public class AuthApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -172,7 +175,8 @@ public class AuthApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -190,7 +194,8 @@ public class AuthApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -251,7 +256,8 @@ public class AuthApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -267,7 +273,8 @@ public class AuthApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -285,7 +292,8 @@ public class AuthApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -142,7 +143,8 @@ public class BodyApi {
|
|||||||
* @return File
|
* @return File
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -158,7 +160,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<File>
|
* @return ApiResponse<File>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -176,7 +179,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -195,7 +199,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -258,7 +263,8 @@ public class BodyApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -275,7 +281,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -294,7 +301,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -313,7 +321,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -385,7 +394,8 @@ public class BodyApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -402,7 +412,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -421,7 +432,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -440,7 +452,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -507,7 +520,8 @@ public class BodyApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -524,7 +538,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -543,7 +558,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -562,7 +578,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -625,7 +642,8 @@ public class BodyApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -642,7 +660,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -661,7 +680,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -680,7 +700,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -743,7 +764,8 @@ public class BodyApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -760,7 +782,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -779,7 +802,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -798,7 +822,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -861,7 +886,8 @@ public class BodyApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -878,7 +904,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -897,7 +924,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -916,7 +944,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -979,7 +1008,8 @@ public class BodyApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -996,7 +1026,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1015,7 +1046,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1034,7 +1066,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1097,7 +1130,8 @@ public class BodyApi {
|
|||||||
* @return StringEnumRef
|
* @return StringEnumRef
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1114,7 +1148,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<StringEnumRef>
|
* @return ApiResponse<StringEnumRef>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1133,7 +1168,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1152,7 +1188,8 @@ public class BodyApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1215,7 +1252,8 @@ public class BodyApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1232,7 +1270,8 @@ public class BodyApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1251,7 +1290,8 @@ public class BodyApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class FormApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -158,7 +159,8 @@ public class FormApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -177,7 +179,8 @@ public class FormApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -198,7 +201,8 @@ public class FormApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -217,7 +221,8 @@ public class FormApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -289,7 +294,8 @@ public class FormApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -306,7 +312,8 @@ public class FormApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -325,7 +332,8 @@ public class FormApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -349,7 +357,8 @@ public class FormApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -441,7 +450,8 @@ public class FormApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -463,7 +473,8 @@ public class FormApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -487,7 +498,8 @@ public class FormApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -83,7 +83,8 @@ public class HeaderApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -174,7 +175,8 @@ public class HeaderApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -195,7 +197,8 @@ public class HeaderApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -218,7 +221,8 @@ public class HeaderApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -82,7 +82,8 @@ public class PathApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -171,7 +172,8 @@ public class PathApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -191,7 +193,8 @@ public class PathApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -213,7 +216,8 @@ public class PathApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -86,7 +86,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -157,7 +158,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -175,7 +177,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -195,7 +198,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -216,7 +220,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -292,7 +297,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -311,7 +317,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -332,7 +339,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -353,7 +361,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -429,7 +438,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -448,7 +458,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -469,7 +480,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -488,7 +500,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -554,7 +567,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -571,7 +585,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -590,7 +605,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -609,7 +625,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -675,7 +692,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -692,7 +710,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -711,7 +730,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -730,7 +750,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -796,7 +817,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -813,7 +835,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -832,7 +855,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -851,7 +875,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -917,7 +942,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -934,7 +960,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -953,7 +980,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -972,7 +1000,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1038,7 +1067,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1055,7 +1085,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1074,7 +1105,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1093,7 +1125,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1159,7 +1192,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1176,7 +1210,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1195,7 +1230,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1214,7 +1250,8 @@ public class QueryApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1280,7 +1317,8 @@ public class QueryApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1297,7 +1335,8 @@ public class QueryApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1316,7 +1355,8 @@ public class QueryApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ public class DefaultApi {
|
|||||||
* @return Example
|
* @return Example
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -67,7 +68,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<Example>
|
* @return ApiResponse<Example>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ public class DefaultApi {
|
|||||||
* @return Example
|
* @return Example
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -67,7 +68,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<Example>
|
* @return ApiResponse<Example>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class DefaultApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -141,7 +142,8 @@ public class DefaultApi {
|
|||||||
* @return MyExampleGet200Response
|
* @return MyExampleGet200Response
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -157,7 +159,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<MyExampleGet200Response>
|
* @return ApiResponse<MyExampleGet200Response>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -175,7 +178,8 @@ public class DefaultApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class DefaultApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -140,7 +141,8 @@ public class DefaultApi {
|
|||||||
* @param myExamplePostRequest (optional)
|
* @param myExamplePostRequest (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -156,7 +158,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -174,7 +177,8 @@ public class DefaultApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -191,7 +191,8 @@ public class PingApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -205,7 +206,8 @@ public class PingApi {
|
|||||||
* @return SomeObj
|
* @return SomeObj
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -219,7 +221,8 @@ public class PingApi {
|
|||||||
* @return ApiResponse<SomeObj>
|
* @return ApiResponse<SomeObj>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -234,7 +237,8 @@ public class PingApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -250,7 +254,8 @@ public class PingApi {
|
|||||||
* @param petId ID of pet that needs to be updated (required)
|
* @param petId ID of pet that needs to be updated (required)
|
||||||
* @return APIgetPingRequest
|
* @return APIgetPingRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -265,7 +270,8 @@ public class PingApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -328,7 +334,8 @@ public class PingApi {
|
|||||||
* @return SomeObj
|
* @return SomeObj
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -345,7 +352,8 @@ public class PingApi {
|
|||||||
* @return ApiResponse<SomeObj>
|
* @return ApiResponse<SomeObj>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -364,7 +372,8 @@ public class PingApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -72,7 +73,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -60,7 +60,8 @@ public class FakeApi {
|
|||||||
* @param xmlItem XmlItem Body (required)
|
* @param xmlItem XmlItem Body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -76,7 +77,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -100,7 +102,8 @@ public class FakeApi {
|
|||||||
* @return Boolean
|
* @return Boolean
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -116,7 +119,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Boolean>
|
* @return ApiResponse<Boolean>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -136,7 +140,8 @@ public class FakeApi {
|
|||||||
* @return OuterComposite
|
* @return OuterComposite
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -152,7 +157,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<OuterComposite>
|
* @return ApiResponse<OuterComposite>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -172,7 +178,8 @@ public class FakeApi {
|
|||||||
* @return BigDecimal
|
* @return BigDecimal
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -188,7 +195,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<BigDecimal>
|
* @return ApiResponse<BigDecimal>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -208,7 +216,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -224,7 +233,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -243,7 +253,8 @@ public class FakeApi {
|
|||||||
* @param body (required)
|
* @param body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -259,7 +270,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -283,7 +295,8 @@ public class FakeApi {
|
|||||||
* @param body (required)
|
* @param body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -300,7 +313,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -332,7 +346,8 @@ public class FakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -348,7 +363,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -385,7 +401,8 @@ public class FakeApi {
|
|||||||
* @param paramCallback None (optional)
|
* @param paramCallback None (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -415,7 +432,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -493,7 +511,8 @@ public class FakeApi {
|
|||||||
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -517,7 +536,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -667,7 +687,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
|
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -683,7 +704,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -711,7 +733,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param param request body (required)
|
* @param param request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -727,7 +750,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -751,7 +775,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param param2 field2 (required)
|
* @param param2 field2 (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -768,7 +793,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -803,7 +829,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param context (required)
|
* @param context (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -823,7 +850,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ public class PetApi {
|
|||||||
* @param body Pet object that needs to be added to the store (required)
|
* @param body Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -72,7 +73,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -98,7 +100,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -116,7 +119,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -152,7 +156,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -169,7 +174,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -201,7 +207,8 @@ public class PetApi {
|
|||||||
* @return Set<Pet>
|
* @return Set<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -220,7 +227,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Set<Pet>>
|
* @return ApiResponse<Set<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -254,7 +262,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -272,7 +281,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -303,7 +313,8 @@ public class PetApi {
|
|||||||
* @param body Pet object that needs to be added to the store (required)
|
* @param body Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -322,7 +333,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -351,7 +363,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @param status Updated status of the pet (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -369,7 +382,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -409,7 +423,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -427,7 +442,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -468,7 +484,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -486,7 +503,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @param orderId ID of the order that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -69,7 +70,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -97,7 +99,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -112,7 +115,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -133,7 +137,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -151,7 +156,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -182,7 +188,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -199,7 +206,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class UserApi {
|
|||||||
* @param body Created user object (required)
|
* @param body Created user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -92,7 +94,8 @@ public class UserApi {
|
|||||||
* @param body List of user object (required)
|
* @param body List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -108,7 +111,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -131,7 +135,8 @@ public class UserApi {
|
|||||||
* @param body List of user object (required)
|
* @param body List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -147,7 +152,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -170,7 +176,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @param username The name that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -187,7 +194,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -216,7 +224,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -234,7 +243,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -266,7 +276,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -284,7 +295,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -317,7 +329,8 @@ public class UserApi {
|
|||||||
*
|
*
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -332,7 +345,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -351,7 +365,8 @@ public class UserApi {
|
|||||||
* @param body Updated user object (required)
|
* @param body Updated user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -369,7 +384,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -72,7 +73,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -60,7 +60,8 @@ public class FakeApi {
|
|||||||
* @param xmlItem XmlItem Body (required)
|
* @param xmlItem XmlItem Body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -76,7 +77,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -100,7 +102,8 @@ public class FakeApi {
|
|||||||
* @return Boolean
|
* @return Boolean
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -116,7 +119,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Boolean>
|
* @return ApiResponse<Boolean>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -136,7 +140,8 @@ public class FakeApi {
|
|||||||
* @return OuterComposite
|
* @return OuterComposite
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -152,7 +157,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<OuterComposite>
|
* @return ApiResponse<OuterComposite>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -172,7 +178,8 @@ public class FakeApi {
|
|||||||
* @return BigDecimal
|
* @return BigDecimal
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -188,7 +195,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<BigDecimal>
|
* @return ApiResponse<BigDecimal>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -208,7 +216,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -224,7 +233,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -243,7 +253,8 @@ public class FakeApi {
|
|||||||
* @param body (required)
|
* @param body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -259,7 +270,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -283,7 +295,8 @@ public class FakeApi {
|
|||||||
* @param body (required)
|
* @param body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -300,7 +313,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -332,7 +346,8 @@ public class FakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -348,7 +363,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -385,7 +401,8 @@ public class FakeApi {
|
|||||||
* @param paramCallback None (optional)
|
* @param paramCallback None (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -415,7 +432,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -493,7 +511,8 @@ public class FakeApi {
|
|||||||
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -517,7 +536,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -667,7 +687,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
|
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -683,7 +704,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -711,7 +733,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param param request body (required)
|
* @param param request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -727,7 +750,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -751,7 +775,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param param2 field2 (required)
|
* @param param2 field2 (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -768,7 +793,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -803,7 +829,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param context (required)
|
* @param context (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -823,7 +850,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ public class PetApi {
|
|||||||
* @param body Pet object that needs to be added to the store (required)
|
* @param body Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -72,7 +73,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -98,7 +100,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -116,7 +119,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -152,7 +156,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -169,7 +174,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -201,7 +207,8 @@ public class PetApi {
|
|||||||
* @return Set<Pet>
|
* @return Set<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -220,7 +227,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Set<Pet>>
|
* @return ApiResponse<Set<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -254,7 +262,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -272,7 +281,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -303,7 +313,8 @@ public class PetApi {
|
|||||||
* @param body Pet object that needs to be added to the store (required)
|
* @param body Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -322,7 +333,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -351,7 +363,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @param status Updated status of the pet (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -369,7 +382,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -409,7 +423,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -427,7 +442,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -468,7 +484,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -486,7 +503,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @param orderId ID of the order that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -69,7 +70,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -97,7 +99,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -112,7 +115,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -133,7 +137,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -151,7 +156,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -182,7 +188,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -199,7 +206,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class UserApi {
|
|||||||
* @param body Created user object (required)
|
* @param body Created user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -92,7 +94,8 @@ public class UserApi {
|
|||||||
* @param body List of user object (required)
|
* @param body List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -108,7 +111,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -131,7 +135,8 @@ public class UserApi {
|
|||||||
* @param body List of user object (required)
|
* @param body List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -147,7 +152,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -170,7 +176,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @param username The name that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -187,7 +194,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -216,7 +224,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -234,7 +243,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -266,7 +276,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -284,7 +295,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -317,7 +329,8 @@ public class UserApi {
|
|||||||
*
|
*
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -332,7 +345,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -351,7 +365,8 @@ public class UserApi {
|
|||||||
* @param body Updated user object (required)
|
* @param body Updated user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -369,7 +384,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ public class DefaultApi {
|
|||||||
* @param postRequest (optional)
|
* @param postRequest (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -68,7 +69,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -56,7 +56,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -72,7 +73,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ public class DefaultApi {
|
|||||||
* @return FooGetDefaultResponse
|
* @return FooGetDefaultResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -70,7 +71,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<FooGetDefaultResponse>
|
* @return ApiResponse<FooGetDefaultResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -65,7 +65,8 @@ public class FakeApi {
|
|||||||
* @return HealthCheckResult
|
* @return HealthCheckResult
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -80,7 +81,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<HealthCheckResult>
|
* @return ApiResponse<HealthCheckResult>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -100,7 +102,8 @@ public class FakeApi {
|
|||||||
* @return Boolean
|
* @return Boolean
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -116,7 +119,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Boolean>
|
* @return ApiResponse<Boolean>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -136,7 +140,8 @@ public class FakeApi {
|
|||||||
* @return OuterComposite
|
* @return OuterComposite
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -152,7 +157,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<OuterComposite>
|
* @return ApiResponse<OuterComposite>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -172,7 +178,8 @@ public class FakeApi {
|
|||||||
* @return BigDecimal
|
* @return BigDecimal
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -188,7 +195,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<BigDecimal>
|
* @return ApiResponse<BigDecimal>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -208,7 +216,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -224,7 +233,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -243,7 +253,8 @@ public class FakeApi {
|
|||||||
* @return List<OuterEnum>
|
* @return List<OuterEnum>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -258,7 +269,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<List<OuterEnum>>
|
* @return ApiResponse<List<OuterEnum>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -277,7 +289,8 @@ public class FakeApi {
|
|||||||
* @param requestBody (optional)
|
* @param requestBody (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> ok </td><td> - </td></tr>
|
<tr><td> 200 </td><td> ok </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -293,7 +306,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> ok </td><td> - </td></tr>
|
<tr><td> 200 </td><td> ok </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -311,7 +325,8 @@ public class FakeApi {
|
|||||||
* @param requestBody request body (required)
|
* @param requestBody request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -327,7 +342,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -350,7 +366,8 @@ public class FakeApi {
|
|||||||
* @param fileSchemaTestClass (required)
|
* @param fileSchemaTestClass (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -366,7 +383,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -390,7 +408,8 @@ public class FakeApi {
|
|||||||
* @param user (required)
|
* @param user (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -407,7 +426,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -439,7 +459,8 @@ public class FakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -455,7 +476,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -492,7 +514,8 @@ public class FakeApi {
|
|||||||
* @param paramCallback None (optional)
|
* @param paramCallback None (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -522,7 +545,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -600,7 +624,8 @@ public class FakeApi {
|
|||||||
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -624,7 +649,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -775,7 +801,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
|
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -791,7 +818,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -819,7 +847,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param requestBody request body (required)
|
* @param requestBody request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -835,7 +864,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -858,7 +888,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param testInlineFreeformAdditionalPropertiesRequest request body (required)
|
* @param testInlineFreeformAdditionalPropertiesRequest request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -874,7 +905,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -898,7 +930,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param param2 field2 (required)
|
* @param param2 field2 (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -915,7 +948,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -950,7 +984,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param context (required)
|
* @param context (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -970,7 +1005,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1014,7 +1050,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param requestBody request body (required)
|
* @param requestBody request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1030,7 +1067,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -56,7 +56,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -72,7 +73,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -57,7 +57,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -73,7 +74,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -98,7 +100,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -115,7 +118,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -150,7 +154,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -167,7 +172,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -199,7 +205,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -218,7 +225,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -252,7 +260,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -270,7 +279,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -301,7 +311,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -319,7 +330,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -347,7 +359,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @param status Updated status of the pet (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -365,7 +378,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -405,7 +419,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -423,7 +438,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -464,7 +480,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -482,7 +499,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @param orderId ID of the order that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -72,7 +73,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -100,7 +102,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -115,7 +118,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -136,7 +140,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -154,7 +159,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -185,7 +191,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -202,7 +209,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -56,7 +56,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -72,7 +73,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -95,7 +97,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @param user List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -111,7 +114,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -134,7 +138,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @param user List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -150,7 +155,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -173,7 +179,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @param username The name that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -190,7 +197,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -219,7 +227,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -237,7 +246,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -269,7 +279,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -287,7 +298,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -320,7 +332,8 @@ public class UserApi {
|
|||||||
*
|
*
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -335,7 +348,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -354,7 +368,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -372,7 +387,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -142,7 +143,8 @@ public class FakeApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -158,7 +160,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -176,7 +179,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -194,7 +198,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -255,7 +260,8 @@ public class FakeApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -271,7 +277,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -289,7 +296,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -307,7 +315,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -368,7 +377,8 @@ public class FakeApi {
|
|||||||
* @return List<Object>
|
* @return List<Object>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -384,7 +394,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<List<Object>>
|
* @return ApiResponse<List<Object>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -402,7 +413,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -420,7 +432,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
||||||
@@ -482,7 +495,8 @@ public class FakeApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
||||||
@@ -499,7 +513,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
||||||
@@ -518,7 +533,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
||||||
@@ -537,7 +553,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
||||||
@@ -599,7 +616,8 @@ public class FakeApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
||||||
@@ -616,7 +634,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
||||||
@@ -635,7 +654,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 201 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
<tr><td> 422 </td><td> Validation Error </td><td> - </td></tr>
|
||||||
@@ -655,7 +675,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -724,7 +745,8 @@ public class FakeApi {
|
|||||||
* @param queryEnum query enum test (required)
|
* @param queryEnum query enum test (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -740,7 +762,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -758,7 +781,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -776,7 +800,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -848,7 +873,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -865,7 +891,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -884,7 +911,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -903,7 +931,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -973,7 +1002,8 @@ public class FakeApi {
|
|||||||
* @param refToAnyof to test ref to parameter (anyof) (required)
|
* @param refToAnyof to test ref to parameter (anyof) (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -989,7 +1019,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1007,7 +1038,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1025,7 +1057,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1095,7 +1128,8 @@ public class FakeApi {
|
|||||||
* @param refToOneof to test ref to parameter (oneof) (required)
|
* @param refToOneof to test ref to parameter (oneof) (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1111,7 +1145,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1129,7 +1164,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1146,7 +1182,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1207,7 +1244,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1223,7 +1261,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1241,7 +1280,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1259,7 +1299,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1320,7 +1361,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1336,7 +1378,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1354,7 +1397,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1372,7 +1416,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1433,7 +1478,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1449,7 +1495,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1467,7 +1514,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> required to pass validation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -152,7 +153,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -170,7 +172,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -190,7 +193,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -211,7 +215,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -283,7 +288,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -300,7 +306,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -319,7 +326,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -337,7 +345,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -410,7 +419,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -428,7 +438,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -448,7 +459,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -468,7 +480,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -544,7 +557,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -564,7 +578,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -586,7 +601,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -608,7 +624,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -679,7 +696,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -698,7 +716,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -719,7 +738,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -740,7 +760,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -815,7 +836,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -837,7 +859,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -861,7 +884,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -887,7 +911,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -964,7 +989,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -982,7 +1008,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1002,7 +1029,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1022,7 +1050,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1101,7 +1130,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1120,7 +1150,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1141,7 +1172,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -146,7 +147,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -163,7 +165,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -182,7 +185,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -200,7 +204,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -261,7 +266,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -277,7 +283,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -295,7 +302,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -314,7 +322,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -385,7 +394,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -404,7 +414,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -425,7 +436,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -446,7 +458,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -516,7 +529,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -534,7 +548,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -554,7 +569,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -146,7 +147,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -162,7 +164,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -180,7 +183,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -198,7 +202,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -264,7 +269,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -280,7 +286,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -298,7 +305,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -316,7 +324,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -382,7 +391,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -398,7 +408,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -416,7 +427,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -434,7 +446,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -501,7 +514,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -518,7 +532,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -537,7 +552,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -556,7 +572,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -627,7 +644,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -646,7 +664,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -667,7 +686,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -689,7 +709,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -772,7 +793,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -791,7 +813,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -812,7 +835,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -831,7 +855,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -905,7 +931,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -922,7 +949,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -941,7 +969,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1015,7 +1044,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1033,7 +1063,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1053,7 +1084,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -152,7 +153,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -170,7 +172,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -190,7 +193,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -211,7 +215,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -283,7 +288,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -300,7 +306,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -319,7 +326,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -337,7 +345,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -410,7 +419,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -428,7 +438,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -448,7 +459,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -468,7 +480,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -544,7 +557,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -564,7 +578,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -586,7 +601,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -608,7 +624,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -679,7 +696,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -698,7 +716,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -719,7 +738,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -740,7 +760,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -815,7 +836,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -837,7 +859,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -861,7 +884,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -887,7 +911,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -964,7 +989,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -982,7 +1008,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1002,7 +1029,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1022,7 +1050,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1101,7 +1130,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1120,7 +1150,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1141,7 +1172,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -146,7 +147,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -163,7 +165,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -182,7 +185,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -200,7 +204,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -261,7 +266,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -277,7 +283,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -295,7 +302,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -314,7 +322,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -385,7 +394,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -404,7 +414,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -425,7 +436,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -446,7 +458,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -516,7 +529,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -534,7 +548,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -554,7 +569,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -146,7 +147,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -162,7 +164,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -180,7 +183,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -198,7 +202,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -264,7 +269,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -280,7 +286,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -298,7 +305,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -316,7 +324,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -382,7 +391,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -398,7 +408,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -416,7 +427,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -434,7 +446,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -501,7 +514,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -518,7 +532,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -537,7 +552,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -556,7 +572,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -627,7 +644,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -646,7 +664,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -667,7 +686,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -689,7 +709,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -772,7 +793,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -791,7 +813,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -812,7 +835,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -831,7 +855,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -905,7 +931,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -922,7 +949,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -941,7 +969,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1015,7 +1044,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1033,7 +1063,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1053,7 +1084,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -84,7 +84,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -167,7 +168,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -185,7 +187,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -205,7 +208,8 @@ public class AnotherFakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -90,7 +90,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -169,7 +170,8 @@ public class FakeApi {
|
|||||||
* @param xmlItem XmlItem Body (required)
|
* @param xmlItem XmlItem Body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -185,7 +187,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -203,7 +206,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -221,7 +225,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -291,7 +296,8 @@ public class FakeApi {
|
|||||||
* @return Boolean
|
* @return Boolean
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -308,7 +314,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Boolean>
|
* @return ApiResponse<Boolean>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -327,7 +334,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -346,7 +354,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -416,7 +425,8 @@ public class FakeApi {
|
|||||||
* @return OuterComposite
|
* @return OuterComposite
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -433,7 +443,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<OuterComposite>
|
* @return ApiResponse<OuterComposite>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -452,7 +463,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -471,7 +483,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -541,7 +554,8 @@ public class FakeApi {
|
|||||||
* @return BigDecimal
|
* @return BigDecimal
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -558,7 +572,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<BigDecimal>
|
* @return ApiResponse<BigDecimal>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -577,7 +592,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -596,7 +612,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -666,7 +683,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -683,7 +701,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -702,7 +721,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -721,7 +741,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -795,7 +816,8 @@ public class FakeApi {
|
|||||||
* @param body (required)
|
* @param body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -811,7 +833,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -829,7 +852,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -848,7 +872,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -929,7 +954,8 @@ public class FakeApi {
|
|||||||
* @param body (required)
|
* @param body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -946,7 +972,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -965,7 +992,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -983,7 +1011,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1059,7 +1088,8 @@ public class FakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1076,7 +1106,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1095,7 +1126,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1127,7 +1159,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1286,7 +1319,8 @@ public class FakeApi {
|
|||||||
* @param paramCallback None (optional)
|
* @param paramCallback None (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1316,7 +1350,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1348,7 +1383,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1374,7 +1410,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -1465,7 +1502,8 @@ public class FakeApi {
|
|||||||
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -1489,7 +1527,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -1515,7 +1554,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -1668,7 +1708,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1681,7 +1722,8 @@ public class FakeApi {
|
|||||||
* Execute testGroupParameters request
|
* Execute testGroupParameters request
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1695,7 +1737,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1710,7 +1753,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1728,7 +1772,8 @@ public class FakeApi {
|
|||||||
* @param requiredInt64Group Required Integer in group parameters (required)
|
* @param requiredInt64Group Required Integer in group parameters (required)
|
||||||
* @return APItestGroupParametersRequest
|
* @return APItestGroupParametersRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1743,7 +1788,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1817,7 +1863,8 @@ public class FakeApi {
|
|||||||
* @param param request body (required)
|
* @param param request body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1833,7 +1880,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1851,7 +1899,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1870,7 +1919,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1958,7 +2008,8 @@ public class FakeApi {
|
|||||||
* @param param2 field2 (required)
|
* @param param2 field2 (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1975,7 +2026,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1994,7 +2046,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2016,7 +2069,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2118,7 +2172,8 @@ public class FakeApi {
|
|||||||
* @param context (required)
|
* @param context (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2138,7 +2193,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2160,7 +2216,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -82,7 +82,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -158,7 +159,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -175,7 +177,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -194,7 +197,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -85,7 +85,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -161,7 +162,8 @@ public class PetApi {
|
|||||||
* @param body Pet object that needs to be added to the store (required)
|
* @param body Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -178,7 +180,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -197,7 +200,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -217,7 +221,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -294,7 +299,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -312,7 +318,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -332,7 +339,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -351,7 +359,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -429,7 +438,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -447,7 +457,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -467,7 +478,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -487,7 +499,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -568,7 +581,8 @@ public class PetApi {
|
|||||||
* @return Set<Pet>
|
* @return Set<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -588,7 +602,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Set<Pet>>
|
* @return ApiResponse<Set<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -610,7 +625,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -632,7 +648,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -711,7 +728,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -730,7 +748,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -751,7 +770,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -772,7 +792,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -850,7 +871,8 @@ public class PetApi {
|
|||||||
* @param body Pet object that needs to be added to the store (required)
|
* @param body Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -869,7 +891,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -890,7 +913,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -913,7 +937,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -998,7 +1023,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1016,7 +1042,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1036,7 +1063,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1056,7 +1084,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1143,7 +1172,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1162,7 +1192,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1183,7 +1214,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1204,7 +1236,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1296,7 +1329,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1315,7 +1349,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1336,7 +1371,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -82,7 +82,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -157,7 +158,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -174,7 +176,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -193,7 +196,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -211,7 +215,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -280,7 +285,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -296,7 +302,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -314,7 +321,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -333,7 +341,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -412,7 +421,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -431,7 +441,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -452,7 +463,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -473,7 +485,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -550,7 +563,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -568,7 +582,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -588,7 +603,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -83,7 +83,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -156,7 +157,8 @@ public class UserApi {
|
|||||||
* @param body Created user object (required)
|
* @param body Created user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -172,7 +174,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -190,7 +193,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -208,7 +212,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -281,7 +286,8 @@ public class UserApi {
|
|||||||
* @param body List of user object (required)
|
* @param body List of user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -297,7 +303,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -315,7 +322,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -333,7 +341,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -406,7 +415,8 @@ public class UserApi {
|
|||||||
* @param body List of user object (required)
|
* @param body List of user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -422,7 +432,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -440,7 +451,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -458,7 +470,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -533,7 +546,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -550,7 +564,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -569,7 +584,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -588,7 +604,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -667,7 +684,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -686,7 +704,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -707,7 +726,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -729,7 +749,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -814,7 +835,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -833,7 +855,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -854,7 +877,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -873,7 +897,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -940,7 +965,8 @@ public class UserApi {
|
|||||||
*
|
*
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -955,7 +981,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -972,7 +999,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -991,7 +1019,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1072,7 +1101,8 @@ public class UserApi {
|
|||||||
* @param body Updated user object (required)
|
* @param body Updated user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1090,7 +1120,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1110,7 +1141,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -160,7 +160,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -175,7 +176,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -191,7 +193,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -207,7 +210,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -224,7 +228,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @return APIaddPetRequest
|
* @return APIaddPetRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -330,7 +335,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -343,7 +349,8 @@ public class PetApi {
|
|||||||
* Execute deletePet request
|
* Execute deletePet request
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -357,7 +364,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -372,7 +380,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -388,7 +397,8 @@ public class PetApi {
|
|||||||
* @param petId Pet id to delete (required)
|
* @param petId Pet id to delete (required)
|
||||||
* @return APIdeletePetRequest
|
* @return APIdeletePetRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -484,7 +494,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -499,7 +510,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -515,7 +527,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -531,7 +544,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -548,7 +562,8 @@ public class PetApi {
|
|||||||
* @param status Status values that need to be considered for filter (required)
|
* @param status Status values that need to be considered for filter (required)
|
||||||
* @return APIfindPetsByStatusRequest
|
* @return APIfindPetsByStatusRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -646,7 +661,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -663,7 +679,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -681,7 +698,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -699,7 +717,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -718,7 +737,8 @@ public class PetApi {
|
|||||||
* @param tags Tags to filter by (required)
|
* @param tags Tags to filter by (required)
|
||||||
* @return APIfindPetsByTagsRequest
|
* @return APIfindPetsByTagsRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -814,7 +834,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -830,7 +851,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -847,7 +869,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -864,7 +887,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -882,7 +906,8 @@ public class PetApi {
|
|||||||
* @param petId ID of pet to return (required)
|
* @param petId ID of pet to return (required)
|
||||||
* @return APIgetPetByIdRequest
|
* @return APIgetPetByIdRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -978,7 +1003,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -995,7 +1021,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1013,7 +1040,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1031,7 +1059,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1050,7 +1079,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @return APIupdatePetRequest
|
* @return APIupdatePetRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1070,7 +1100,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1147,7 +1178,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1165,7 +1197,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1185,7 +1218,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1311,7 +1345,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1325,7 +1360,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1340,7 +1376,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1355,7 +1392,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1371,7 +1409,8 @@ public class PetApi {
|
|||||||
* @param petId ID of pet to update (required)
|
* @param petId ID of pet to update (required)
|
||||||
* @return APIuploadFileRequest
|
* @return APIuploadFileRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -148,7 +149,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -164,7 +166,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -182,7 +185,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -201,7 +205,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -273,7 +278,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -290,7 +296,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -309,7 +316,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -327,7 +335,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -400,7 +409,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -418,7 +428,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -438,7 +449,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -458,7 +470,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -534,7 +547,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -554,7 +568,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -576,7 +591,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -598,7 +614,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -669,7 +686,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -688,7 +706,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -709,7 +728,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -730,7 +750,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -799,7 +820,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -817,7 +839,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -837,7 +860,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -859,7 +883,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -936,7 +961,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -954,7 +980,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -974,7 +1001,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -994,7 +1022,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1073,7 +1102,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1092,7 +1122,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1113,7 +1144,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -146,7 +147,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -163,7 +165,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -182,7 +185,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -200,7 +204,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -261,7 +266,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -277,7 +283,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -295,7 +302,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -314,7 +322,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -385,7 +394,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -404,7 +414,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -425,7 +436,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -446,7 +458,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -516,7 +529,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -534,7 +548,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -554,7 +569,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -146,7 +147,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -162,7 +164,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -180,7 +183,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -198,7 +202,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -264,7 +269,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -280,7 +286,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -298,7 +305,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -316,7 +324,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -382,7 +391,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -398,7 +408,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -416,7 +427,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -434,7 +446,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -501,7 +514,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -518,7 +532,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -537,7 +552,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -556,7 +572,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -627,7 +644,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -646,7 +664,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -667,7 +686,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -689,7 +709,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -772,7 +793,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -791,7 +813,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -812,7 +835,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `auth_cookie` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -831,7 +855,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -905,7 +931,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -922,7 +949,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -941,7 +969,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1015,7 +1044,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1033,7 +1063,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1053,7 +1084,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -160,7 +161,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -178,7 +180,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -198,7 +201,8 @@ public class AnotherFakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -87,7 +87,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -158,7 +159,8 @@ public class FakeApi {
|
|||||||
* @param xmlItem XmlItem Body (required)
|
* @param xmlItem XmlItem Body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -174,7 +176,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -192,7 +195,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -210,7 +214,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -272,7 +277,8 @@ public class FakeApi {
|
|||||||
* @return Boolean
|
* @return Boolean
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -289,7 +295,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Boolean>
|
* @return ApiResponse<Boolean>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -308,7 +315,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -327,7 +335,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -389,7 +398,8 @@ public class FakeApi {
|
|||||||
* @return OuterComposite
|
* @return OuterComposite
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -406,7 +416,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<OuterComposite>
|
* @return ApiResponse<OuterComposite>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -425,7 +436,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -444,7 +456,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -506,7 +519,8 @@ public class FakeApi {
|
|||||||
* @return BigDecimal
|
* @return BigDecimal
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -523,7 +537,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<BigDecimal>
|
* @return ApiResponse<BigDecimal>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -542,7 +557,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -561,7 +577,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -623,7 +640,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -640,7 +658,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -659,7 +678,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -678,7 +698,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -744,7 +765,8 @@ public class FakeApi {
|
|||||||
* @param body (required)
|
* @param body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -760,7 +782,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -778,7 +801,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -797,7 +821,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -873,7 +898,8 @@ public class FakeApi {
|
|||||||
* @param body (required)
|
* @param body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -890,7 +916,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -909,7 +936,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -927,7 +955,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -995,7 +1024,8 @@ public class FakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1012,7 +1042,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1031,7 +1062,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1063,7 +1095,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1214,7 +1247,8 @@ public class FakeApi {
|
|||||||
* @param paramCallback None (optional)
|
* @param paramCallback None (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1244,7 +1278,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1276,7 +1311,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1302,7 +1338,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -1405,7 +1442,8 @@ public class FakeApi {
|
|||||||
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -1429,7 +1467,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -1455,7 +1494,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -1620,7 +1660,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1633,7 +1674,8 @@ public class FakeApi {
|
|||||||
* Execute testGroupParameters request
|
* Execute testGroupParameters request
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1647,7 +1689,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1662,7 +1705,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1680,7 +1724,8 @@ public class FakeApi {
|
|||||||
* @param requiredInt64Group Required Integer in group parameters (required)
|
* @param requiredInt64Group Required Integer in group parameters (required)
|
||||||
* @return APItestGroupParametersRequest
|
* @return APItestGroupParametersRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1695,7 +1740,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1761,7 +1807,8 @@ public class FakeApi {
|
|||||||
* @param param request body (required)
|
* @param param request body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1777,7 +1824,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1795,7 +1843,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1814,7 +1863,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1894,7 +1944,8 @@ public class FakeApi {
|
|||||||
* @param param2 field2 (required)
|
* @param param2 field2 (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1911,7 +1962,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1930,7 +1982,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1952,7 +2005,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2061,7 +2115,8 @@ public class FakeApi {
|
|||||||
* @param context (required)
|
* @param context (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2081,7 +2136,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2103,7 +2159,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -147,7 +148,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -164,7 +166,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -183,7 +186,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -82,7 +82,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -150,7 +151,8 @@ public class PetApi {
|
|||||||
* @param body Pet object that needs to be added to the store (required)
|
* @param body Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -167,7 +169,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -186,7 +189,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -206,7 +210,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -279,7 +284,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -297,7 +303,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -317,7 +324,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
@@ -336,7 +344,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -409,7 +418,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -427,7 +437,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -447,7 +458,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -467,7 +479,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -543,7 +556,8 @@ public class PetApi {
|
|||||||
* @return Set<Pet>
|
* @return Set<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -563,7 +577,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Set<Pet>>
|
* @return ApiResponse<Set<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -585,7 +600,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -607,7 +623,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -678,7 +695,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -697,7 +715,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -718,7 +737,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -739,7 +759,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -809,7 +830,8 @@ public class PetApi {
|
|||||||
* @param body Pet object that needs to be added to the store (required)
|
* @param body Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -828,7 +850,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -849,7 +872,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -872,7 +896,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -949,7 +974,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -967,7 +993,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -987,7 +1014,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1007,7 +1035,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1086,7 +1115,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1105,7 +1135,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1126,7 +1157,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1147,7 +1179,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1231,7 +1264,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1250,7 +1284,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1271,7 +1306,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -146,7 +147,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -163,7 +165,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -182,7 +185,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -200,7 +204,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -261,7 +266,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -277,7 +283,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -295,7 +302,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -314,7 +322,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -385,7 +394,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -404,7 +414,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -425,7 +436,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -446,7 +458,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -515,7 +528,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -533,7 +547,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -553,7 +568,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -145,7 +146,8 @@ public class UserApi {
|
|||||||
* @param body Created user object (required)
|
* @param body Created user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -161,7 +163,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -179,7 +182,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -197,7 +201,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -262,7 +267,8 @@ public class UserApi {
|
|||||||
* @param body List of user object (required)
|
* @param body List of user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -278,7 +284,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -296,7 +303,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -314,7 +322,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -379,7 +388,8 @@ public class UserApi {
|
|||||||
* @param body List of user object (required)
|
* @param body List of user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -395,7 +405,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -413,7 +424,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -431,7 +443,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -498,7 +511,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -515,7 +529,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -534,7 +549,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -553,7 +569,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -624,7 +641,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -643,7 +661,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -664,7 +683,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -686,7 +706,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -769,7 +790,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -788,7 +810,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -809,7 +832,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -828,7 +852,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -887,7 +912,8 @@ public class UserApi {
|
|||||||
*
|
*
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -902,7 +928,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -919,7 +946,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -938,7 +966,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1011,7 +1040,8 @@ public class UserApi {
|
|||||||
* @param body Updated user object (required)
|
* @param body Updated user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1029,7 +1059,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1049,7 +1080,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -84,7 +84,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -155,7 +156,8 @@ public class CommonApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -173,7 +175,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -193,7 +196,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -213,7 +217,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -279,7 +284,8 @@ public class CommonApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -295,7 +301,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -313,7 +320,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -331,7 +339,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -397,7 +406,8 @@ public class CommonApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -413,7 +423,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -431,7 +442,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -449,7 +461,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -515,7 +528,8 @@ public class CommonApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -531,7 +545,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -549,7 +564,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -567,7 +583,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -634,7 +651,8 @@ public class CommonApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -651,7 +669,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -670,7 +689,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -690,7 +710,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -762,7 +783,8 @@ public class CommonApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -779,7 +801,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -798,7 +821,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -816,7 +840,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -883,7 +908,8 @@ public class CommonApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -900,7 +926,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -919,7 +946,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -938,7 +966,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -1011,7 +1040,8 @@ public class CommonApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -1029,7 +1059,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -1049,7 +1080,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -1069,7 +1101,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -1145,7 +1178,8 @@ public class CommonApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -1165,7 +1199,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -1187,7 +1222,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -1208,7 +1244,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1269,7 +1306,8 @@ public class CommonApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1285,7 +1323,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1303,7 +1342,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1322,7 +1362,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1393,7 +1434,8 @@ public class CommonApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1412,7 +1454,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1433,7 +1476,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1454,7 +1498,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1525,7 +1570,8 @@ public class CommonApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1544,7 +1590,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1565,7 +1612,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -1586,7 +1634,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -1657,7 +1706,8 @@ public class CommonApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -1676,7 +1726,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -1697,7 +1748,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -1719,7 +1771,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -1802,7 +1855,8 @@ public class CommonApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -1821,7 +1875,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -1842,7 +1897,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -1861,7 +1917,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1920,7 +1977,8 @@ public class CommonApi {
|
|||||||
*
|
*
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1935,7 +1993,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1952,7 +2011,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1970,7 +2030,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -2040,7 +2101,8 @@ public class CommonApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -2058,7 +2120,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -2078,7 +2141,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -2098,7 +2162,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -2173,7 +2238,8 @@ public class CommonApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -2195,7 +2261,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -2219,7 +2286,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -2245,7 +2313,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2322,7 +2391,8 @@ public class CommonApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2340,7 +2410,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2360,7 +2431,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2379,7 +2451,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -2453,7 +2526,8 @@ public class CommonApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -2471,7 +2545,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -2491,7 +2566,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -2512,7 +2588,8 @@ public class CommonApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2591,7 +2668,8 @@ public class CommonApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2610,7 +2688,8 @@ public class CommonApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2631,7 +2710,8 @@ public class CommonApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -152,7 +153,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -170,7 +172,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -190,7 +193,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -211,7 +215,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -283,7 +288,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -300,7 +306,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -319,7 +326,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -337,7 +345,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -410,7 +419,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -428,7 +438,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -448,7 +459,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -468,7 +480,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -544,7 +557,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -564,7 +578,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -586,7 +601,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -608,7 +624,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -679,7 +696,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -698,7 +716,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -719,7 +738,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -740,7 +760,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -815,7 +836,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -837,7 +859,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -861,7 +884,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -887,7 +911,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -964,7 +989,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -982,7 +1008,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1002,7 +1029,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1022,7 +1050,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1101,7 +1130,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1120,7 +1150,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1141,7 +1172,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -146,7 +147,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -163,7 +165,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -182,7 +185,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -200,7 +204,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -261,7 +266,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -277,7 +283,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -295,7 +302,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -314,7 +322,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -385,7 +394,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -404,7 +414,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -425,7 +436,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -446,7 +458,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -516,7 +529,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -534,7 +548,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -554,7 +569,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -146,7 +147,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -162,7 +164,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -180,7 +183,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -198,7 +202,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -264,7 +269,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -280,7 +286,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -298,7 +305,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -316,7 +324,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -382,7 +391,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -398,7 +408,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -416,7 +427,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -434,7 +446,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -501,7 +514,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -518,7 +532,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -537,7 +552,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -556,7 +572,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -627,7 +644,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -646,7 +664,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -667,7 +686,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -689,7 +709,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -772,7 +793,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -791,7 +813,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -812,7 +835,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -831,7 +855,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -905,7 +931,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -922,7 +949,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -941,7 +969,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1015,7 +1044,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1033,7 +1063,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1053,7 +1084,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -148,7 +149,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -165,7 +167,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -184,7 +187,8 @@ public class AnotherFakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -203,7 +207,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -273,7 +278,8 @@ public class AnotherFakeApi {
|
|||||||
* @param array array integer (required)
|
* @param array array integer (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -289,7 +295,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -307,7 +314,8 @@ public class AnotherFakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -325,7 +333,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -395,7 +404,8 @@ public class AnotherFakeApi {
|
|||||||
* @param stringNumber string number (required)
|
* @param stringNumber string number (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -411,7 +421,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -429,7 +440,8 @@ public class AnotherFakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -447,7 +459,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -513,7 +526,8 @@ public class AnotherFakeApi {
|
|||||||
* @param acceptLanguage (optional)
|
* @param acceptLanguage (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -529,7 +543,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -547,7 +562,8 @@ public class AnotherFakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
<tr><td> 200 </td><td> </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class DefaultApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -141,7 +142,8 @@ public class DefaultApi {
|
|||||||
* @return FakeAnyOfWIthSameErasureGet200Response
|
* @return FakeAnyOfWIthSameErasureGet200Response
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -157,7 +159,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<FakeAnyOfWIthSameErasureGet200Response>
|
* @return ApiResponse<FakeAnyOfWIthSameErasureGet200Response>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -175,7 +178,8 @@ public class DefaultApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -195,7 +199,8 @@ public class DefaultApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -264,7 +269,8 @@ public class DefaultApi {
|
|||||||
* @param freeForm (optional)
|
* @param freeForm (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -281,7 +287,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -300,7 +307,8 @@ public class DefaultApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -317,7 +325,8 @@ public class DefaultApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -378,7 +387,8 @@ public class DefaultApi {
|
|||||||
* @return FakeOneOfWIthSameErasureGet200Response
|
* @return FakeOneOfWIthSameErasureGet200Response
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -394,7 +404,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<FakeOneOfWIthSameErasureGet200Response>
|
* @return ApiResponse<FakeOneOfWIthSameErasureGet200Response>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -412,7 +423,8 @@ public class DefaultApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -430,7 +442,8 @@ public class DefaultApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -491,7 +504,8 @@ public class DefaultApi {
|
|||||||
* @return FooGetDefaultResponse
|
* @return FooGetDefaultResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -507,7 +521,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<FooGetDefaultResponse>
|
* @return ApiResponse<FooGetDefaultResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -525,7 +540,8 @@ public class DefaultApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -91,7 +91,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -152,7 +153,8 @@ public class FakeApi {
|
|||||||
* @return FreeFormObjectTestClass
|
* @return FreeFormObjectTestClass
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -168,7 +170,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<FreeFormObjectTestClass>
|
* @return ApiResponse<FreeFormObjectTestClass>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -186,7 +189,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -205,7 +209,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -268,7 +273,8 @@ public class FakeApi {
|
|||||||
* @return Boolean
|
* @return Boolean
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -285,7 +291,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Boolean>
|
* @return ApiResponse<Boolean>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -304,7 +311,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -323,7 +331,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -386,7 +395,8 @@ public class FakeApi {
|
|||||||
* @return OuterComposite
|
* @return OuterComposite
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -403,7 +413,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<OuterComposite>
|
* @return ApiResponse<OuterComposite>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -422,7 +433,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -441,7 +453,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -504,7 +517,8 @@ public class FakeApi {
|
|||||||
* @return BigDecimal
|
* @return BigDecimal
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -521,7 +535,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<BigDecimal>
|
* @return ApiResponse<BigDecimal>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -540,7 +555,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -559,7 +575,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -622,7 +639,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -639,7 +657,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -658,7 +677,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -677,7 +697,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -743,7 +764,8 @@ public class FakeApi {
|
|||||||
* @param petId to test oneOf in parameter $ref (required)
|
* @param petId to test oneOf in parameter $ref (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -759,7 +781,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -777,7 +800,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -797,7 +821,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -876,7 +901,8 @@ public class FakeApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -895,7 +921,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -916,7 +943,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -934,7 +962,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -995,7 +1024,8 @@ public class FakeApi {
|
|||||||
* @return List<OuterEnum>
|
* @return List<OuterEnum>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1011,7 +1041,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<List<OuterEnum>>
|
* @return ApiResponse<List<OuterEnum>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1029,7 +1060,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1047,7 +1079,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1108,7 +1141,8 @@ public class FakeApi {
|
|||||||
* @return HealthCheckResult
|
* @return HealthCheckResult
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1124,7 +1158,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<HealthCheckResult>
|
* @return ApiResponse<HealthCheckResult>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1142,7 +1177,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1163,7 +1199,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1254,7 +1291,8 @@ public class FakeApi {
|
|||||||
* @param typeWithUnderscore type_ (required)
|
* @param typeWithUnderscore type_ (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1272,7 +1310,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1292,7 +1331,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
<tr><td> 200 </td><td> OK </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1310,7 +1350,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1376,7 +1417,8 @@ public class FakeApi {
|
|||||||
* @param requestBody request body (required)
|
* @param requestBody request body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1392,7 +1434,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1410,7 +1453,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1428,7 +1472,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1494,7 +1539,8 @@ public class FakeApi {
|
|||||||
* @param fileSchemaTestClass (required)
|
* @param fileSchemaTestClass (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1510,7 +1556,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1528,7 +1575,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1547,7 +1595,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1623,7 +1672,8 @@ public class FakeApi {
|
|||||||
* @param user (required)
|
* @param user (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1640,7 +1690,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1659,7 +1710,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1677,7 +1729,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1745,7 +1798,8 @@ public class FakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1762,7 +1816,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1781,7 +1836,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1813,7 +1869,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1964,7 +2021,8 @@ public class FakeApi {
|
|||||||
* @param paramCallback None (optional)
|
* @param paramCallback None (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1994,7 +2052,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -2026,7 +2085,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -2052,7 +2112,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -2155,7 +2216,8 @@ public class FakeApi {
|
|||||||
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -2179,7 +2241,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -2205,7 +2268,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -2370,7 +2434,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2383,7 +2448,8 @@ public class FakeApi {
|
|||||||
* Execute testGroupParameters request
|
* Execute testGroupParameters request
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2397,7 +2463,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2412,7 +2479,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2430,7 +2498,8 @@ public class FakeApi {
|
|||||||
* @param requiredInt64Group Required Integer in group parameters (required)
|
* @param requiredInt64Group Required Integer in group parameters (required)
|
||||||
* @return APItestGroupParametersRequest
|
* @return APItestGroupParametersRequest
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2445,7 +2514,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2511,7 +2581,8 @@ public class FakeApi {
|
|||||||
* @param requestBody request body (required)
|
* @param requestBody request body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2527,7 +2598,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2545,7 +2617,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2563,7 +2636,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2629,7 +2703,8 @@ public class FakeApi {
|
|||||||
* @param testInlineFreeformAdditionalPropertiesRequest request body (required)
|
* @param testInlineFreeformAdditionalPropertiesRequest request body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2645,7 +2720,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2663,7 +2739,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2682,7 +2759,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2762,7 +2840,8 @@ public class FakeApi {
|
|||||||
* @param param2 field2 (required)
|
* @param param2 field2 (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2779,7 +2858,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2798,7 +2878,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2820,7 +2901,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2929,7 +3011,8 @@ public class FakeApi {
|
|||||||
* @param context (required)
|
* @param context (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2949,7 +3032,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2971,7 +3055,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -2989,7 +3074,8 @@ public class FakeApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -3055,7 +3141,8 @@ public class FakeApi {
|
|||||||
* @param requestBody request body (required)
|
* @param requestBody request body (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -3071,7 +3158,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -3089,7 +3177,8 @@ public class FakeApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -147,7 +148,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -164,7 +166,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -183,7 +186,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -148,7 +149,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -164,7 +166,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -182,7 +185,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -201,7 +205,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -273,7 +278,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -290,7 +296,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -309,7 +316,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -327,7 +335,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -400,7 +409,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -418,7 +428,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -438,7 +449,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -458,7 +470,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -534,7 +547,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -554,7 +568,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -576,7 +591,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -598,7 +614,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -669,7 +686,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -688,7 +706,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -709,7 +728,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -730,7 +750,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -799,7 +820,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -817,7 +839,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -837,7 +860,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -859,7 +883,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -936,7 +961,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -954,7 +980,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -974,7 +1001,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -995,7 +1023,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1080,7 +1109,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1100,7 +1130,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1122,7 +1153,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1143,7 +1175,8 @@ public class PetApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1227,7 +1260,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1246,7 +1280,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1267,7 +1302,8 @@ public class PetApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -146,7 +147,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -163,7 +165,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -182,7 +185,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -200,7 +204,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -261,7 +266,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -277,7 +283,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -295,7 +302,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -314,7 +322,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -385,7 +394,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -404,7 +414,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -425,7 +436,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -446,7 +458,8 @@ public class StoreApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -516,7 +529,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -534,7 +548,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -554,7 +569,8 @@ public class StoreApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -146,7 +147,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -162,7 +164,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -180,7 +183,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -198,7 +202,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -264,7 +269,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -280,7 +286,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -298,7 +305,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -316,7 +324,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -382,7 +391,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -398,7 +408,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -416,7 +427,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -434,7 +446,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -501,7 +514,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -518,7 +532,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -537,7 +552,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -556,7 +572,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -627,7 +644,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -646,7 +664,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -667,7 +686,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -689,7 +709,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -772,7 +793,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -791,7 +813,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -812,7 +835,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -831,7 +855,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -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
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -905,7 +931,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -922,7 +949,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -941,7 +969,8 @@ public class UserApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1015,7 +1044,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1033,7 +1063,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -1053,7 +1084,8 @@ public class UserApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -78,7 +78,8 @@ public class ValuesApi {
|
|||||||
* @return Call to execute
|
* @return Call to execute
|
||||||
* @throws ApiException If fail to serialize the request body object
|
* @throws ApiException If fail to serialize the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Value </td><td> - </td></tr>
|
||||||
@@ -140,7 +141,8 @@ public class ValuesApi {
|
|||||||
* @return Variable
|
* @return Variable
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Value </td><td> - </td></tr>
|
||||||
@@ -157,7 +159,8 @@ public class ValuesApi {
|
|||||||
* @return ApiResponse<Variable>
|
* @return ApiResponse<Variable>
|
||||||
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Value </td><td> - </td></tr>
|
||||||
@@ -176,7 +179,8 @@ public class ValuesApi {
|
|||||||
* @return The request call
|
* @return The request call
|
||||||
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Value </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -51,7 +51,8 @@ public class UsageApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -66,7 +67,8 @@ public class UsageApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -86,7 +88,8 @@ public class UsageApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -101,7 +104,8 @@ public class UsageApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -121,7 +125,8 @@ public class UsageApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -136,7 +141,8 @@ public class UsageApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -156,7 +162,8 @@ public class UsageApi {
|
|||||||
* @return Object
|
* @return Object
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -171,7 +178,8 @@ public class UsageApi {
|
|||||||
* @return ApiResponse<Object>
|
* @return ApiResponse<Object>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class DefaultApi {
|
|||||||
* @return MySchemaNameCharacters
|
* @return MySchemaNameCharacters
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> the response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> the response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<MySchemaNameCharacters>
|
* @return ApiResponse<MySchemaNameCharacters>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> the response </td><td> - </td></tr>
|
<tr><td> 200 </td><td> the response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -72,7 +73,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -99,7 +101,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -116,7 +119,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -151,7 +155,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -168,7 +173,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -200,7 +206,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -219,7 +226,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -253,7 +261,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -271,7 +280,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -303,7 +313,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -324,7 +335,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -356,7 +368,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @param status Updated status of the pet (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -374,7 +387,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -414,7 +428,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -432,7 +447,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @param orderId ID of the order that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -69,7 +70,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -97,7 +99,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -112,7 +115,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -133,7 +137,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -151,7 +156,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -182,7 +188,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -199,7 +206,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -93,7 +95,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @param user List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -109,7 +112,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -133,7 +137,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @param user List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -149,7 +154,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -173,7 +179,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @param username The name that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -190,7 +197,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -220,7 +228,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -238,7 +247,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -270,7 +280,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -288,7 +299,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -321,7 +333,8 @@ public class UserApi {
|
|||||||
*
|
*
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -336,7 +349,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -356,7 +370,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -374,7 +389,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -72,7 +73,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
@@ -99,7 +101,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -116,7 +119,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -151,7 +155,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -168,7 +173,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -200,7 +206,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -219,7 +226,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -253,7 +261,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -271,7 +280,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -303,7 +313,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -324,7 +335,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -356,7 +368,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @param status Updated status of the pet (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -374,7 +387,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -414,7 +428,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -432,7 +447,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @param orderId ID of the order that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -69,7 +70,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -97,7 +99,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -112,7 +115,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -133,7 +137,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -151,7 +156,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -182,7 +188,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -199,7 +206,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -93,7 +95,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @param user List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -109,7 +112,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -133,7 +137,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @param user List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -149,7 +154,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -173,7 +179,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @param username The name that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -190,7 +197,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -220,7 +228,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -238,7 +247,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -270,7 +280,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -288,7 +299,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -321,7 +333,8 @@ public class UserApi {
|
|||||||
*
|
*
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -336,7 +349,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -356,7 +370,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -374,7 +389,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class AnotherFakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class AnotherFakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ public class DefaultApi {
|
|||||||
* @return FooGetDefaultResponse
|
* @return FooGetDefaultResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -67,7 +68,8 @@ public class DefaultApi {
|
|||||||
* @return ApiResponse<FooGetDefaultResponse>
|
* @return ApiResponse<FooGetDefaultResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
<tr><td> 0 </td><td> response </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -62,7 +62,8 @@ public class FakeApi {
|
|||||||
* @return HealthCheckResult
|
* @return HealthCheckResult
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -77,7 +78,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<HealthCheckResult>
|
* @return ApiResponse<HealthCheckResult>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
<tr><td> 200 </td><td> The instance started successfully </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -97,7 +99,8 @@ public class FakeApi {
|
|||||||
* @return Boolean
|
* @return Boolean
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -113,7 +116,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Boolean>
|
* @return ApiResponse<Boolean>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output boolean </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -133,7 +137,8 @@ public class FakeApi {
|
|||||||
* @return OuterComposite
|
* @return OuterComposite
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -149,7 +154,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<OuterComposite>
|
* @return ApiResponse<OuterComposite>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output composite </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -169,7 +175,8 @@ public class FakeApi {
|
|||||||
* @return BigDecimal
|
* @return BigDecimal
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -185,7 +192,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<BigDecimal>
|
* @return ApiResponse<BigDecimal>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output number </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -205,7 +213,8 @@ public class FakeApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -221,7 +230,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Output string </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -240,7 +250,8 @@ public class FakeApi {
|
|||||||
* @return List<OuterEnum>
|
* @return List<OuterEnum>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -255,7 +266,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<List<OuterEnum>>
|
* @return ApiResponse<List<OuterEnum>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Got named array of enums </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -274,7 +286,8 @@ public class FakeApi {
|
|||||||
* @param requestBody (optional)
|
* @param requestBody (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> ok </td><td> - </td></tr>
|
<tr><td> 200 </td><td> ok </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -290,7 +303,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> ok </td><td> - </td></tr>
|
<tr><td> 200 </td><td> ok </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -308,7 +322,8 @@ public class FakeApi {
|
|||||||
* @param requestBody request body (required)
|
* @param requestBody request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -324,7 +339,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -347,7 +363,8 @@ public class FakeApi {
|
|||||||
* @param fileSchemaTestClass (required)
|
* @param fileSchemaTestClass (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -363,7 +380,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -387,7 +405,8 @@ public class FakeApi {
|
|||||||
* @param user (required)
|
* @param user (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -404,7 +423,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -436,7 +456,8 @@ public class FakeApi {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -452,7 +473,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -489,7 +511,8 @@ public class FakeApi {
|
|||||||
* @param paramCallback None (optional)
|
* @param paramCallback None (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -519,7 +542,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -597,7 +621,8 @@ public class FakeApi {
|
|||||||
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
* @param enumFormString Form parameter enum test (string) (optional, default to -efg)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -621,7 +646,8 @@ public class FakeApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid request </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Not found </td><td> - </td></tr>
|
||||||
@@ -772,7 +798,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
|
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -788,7 +815,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Something wrong </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -816,7 +844,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param requestBody request body (required)
|
* @param requestBody request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -832,7 +861,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -855,7 +885,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param testInlineFreeformAdditionalPropertiesRequest request body (required)
|
* @param testInlineFreeformAdditionalPropertiesRequest request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -871,7 +902,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -895,7 +927,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param param2 field2 (required)
|
* @param param2 field2 (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -912,7 +945,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -947,7 +981,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param context (required)
|
* @param context (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -967,7 +1002,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
<tr><td> 200 </td><td> Success </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1011,7 +1047,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @param requestBody request body (required)
|
* @param requestBody request body (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1027,7 +1064,8 @@ private ApiResponse<Void> testGroupParametersWithHttpInfo(Integer requiredString
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return Client
|
* @return Client
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class FakeClassnameTags123Api {
|
|||||||
* @return ApiResponse<Client>
|
* @return ApiResponse<Client>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -54,7 +54,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -70,7 +71,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -95,7 +97,8 @@ public class PetApi {
|
|||||||
* @param apiKey (optional)
|
* @param apiKey (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -112,7 +115,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid pet value </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -147,7 +151,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -164,7 +169,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid status value </td><td> - </td></tr>
|
||||||
@@ -196,7 +202,8 @@ public class PetApi {
|
|||||||
* @return List<Pet>
|
* @return List<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -215,7 +222,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<List<Pet>>
|
* @return ApiResponse<List<Pet>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid tag value </td><td> - </td></tr>
|
||||||
@@ -249,7 +257,8 @@ public class PetApi {
|
|||||||
* @return Pet
|
* @return Pet
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -267,7 +276,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Pet>
|
* @return ApiResponse<Pet>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -298,7 +308,8 @@ public class PetApi {
|
|||||||
* @param pet Pet object that needs to be added to the store (required)
|
* @param pet Pet object that needs to be added to the store (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -316,7 +327,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Pet not found </td><td> - </td></tr>
|
||||||
@@ -344,7 +356,8 @@ public class PetApi {
|
|||||||
* @param status Updated status of the pet (optional)
|
* @param status Updated status of the pet (optional)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -362,7 +375,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
<tr><td> 405 </td><td> Invalid input </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -402,7 +416,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -420,7 +435,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -461,7 +477,8 @@ public class PetApi {
|
|||||||
* @return ModelApiResponse
|
* @return ModelApiResponse
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -479,7 +496,8 @@ public class PetApi {
|
|||||||
* @return ApiResponse<ModelApiResponse>
|
* @return ApiResponse<ModelApiResponse>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ public class StoreApi {
|
|||||||
* @param orderId ID of the order that needs to be deleted (required)
|
* @param orderId ID of the order that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -69,7 +70,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> Order not found </td><td> - </td></tr>
|
||||||
@@ -97,7 +99,8 @@ public class StoreApi {
|
|||||||
* @return Map<String, Integer>
|
* @return Map<String, Integer>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -112,7 +115,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Map<String, Integer>>
|
* @return ApiResponse<Map<String, Integer>>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -133,7 +137,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -151,7 +156,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid ID supplied </td><td> - </td></tr>
|
||||||
@@ -182,7 +188,8 @@ public class StoreApi {
|
|||||||
* @return Order
|
* @return Order
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
@@ -199,7 +206,8 @@ public class StoreApi {
|
|||||||
* @return ApiResponse<Order>
|
* @return ApiResponse<Order>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid Order </td><td> - </td></tr>
|
||||||
|
|||||||
@@ -53,7 +53,8 @@ public class UserApi {
|
|||||||
* @param user Created user object (required)
|
* @param user Created user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -69,7 +70,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -92,7 +94,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @param user List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -108,7 +111,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -131,7 +135,8 @@ public class UserApi {
|
|||||||
* @param user List of user object (required)
|
* @param user List of user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -147,7 +152,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -170,7 +176,8 @@ public class UserApi {
|
|||||||
* @param username The name that needs to be deleted (required)
|
* @param username The name that needs to be deleted (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -187,7 +194,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -216,7 +224,8 @@ public class UserApi {
|
|||||||
* @return User
|
* @return User
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -234,7 +243,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<User>
|
* @return ApiResponse<User>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> - </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username supplied </td><td> - </td></tr>
|
||||||
@@ -266,7 +276,8 @@ public class UserApi {
|
|||||||
* @return String
|
* @return String
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -284,7 +295,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<String>
|
* @return ApiResponse<String>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
<tr><td> 200 </td><td> successful operation </td><td> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid username/password supplied </td><td> - </td></tr>
|
||||||
@@ -317,7 +329,8 @@ public class UserApi {
|
|||||||
*
|
*
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -332,7 +345,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
<tr><td> 0 </td><td> successful operation </td><td> - </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -351,7 +365,8 @@ public class UserApi {
|
|||||||
* @param user Updated user object (required)
|
* @param user Updated user object (required)
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
@@ -369,7 +384,8 @@ public class UserApi {
|
|||||||
* @return ApiResponse<Void>
|
* @return ApiResponse<Void>
|
||||||
* @throws ApiException if fails to make API call
|
* @throws ApiException if fails to make API call
|
||||||
* @http.response.details
|
* @http.response.details
|
||||||
<table summary="Response Details" border="1">
|
<table border="1">
|
||||||
|
<caption>Response Details</caption>
|
||||||
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
|
||||||
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
<tr><td> 400 </td><td> Invalid user supplied </td><td> - </td></tr>
|
||||||
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
<tr><td> 404 </td><td> User not found </td><td> - </td></tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user