[Java] Cleanup documentation (#15300)

* [Java] fix documentation of API authorization in README files

fix hierarchy level + add internal links + align wording across generators

* [Java] fix anchor links in documentation
This commit is contained in:
Tiffany Marrel 2023-05-10 08:14:44 +02:00 committed by GitHub
parent f9937e77d6
commit 8a6c708884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
99 changed files with 527 additions and 347 deletions

View File

@ -197,11 +197,14 @@ Class | Method | HTTP request | Description
{{#models}}{{#model}} - [{{classname}}]({{modelDocPath}}{{classname}}.md)
{{/model}}{{/models}}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}All endpoints do not require authorization.
{{/authMethods}}Authentication schemes defined for the API:
{{#authMethods}}### {{name}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}

View File

@ -158,11 +158,14 @@ Class | Method | HTTP request | Description
{{#models}}{{#model}} - [{{classname}}]({{modelDocPath}}{{classname}}.md)
{{/model}}{{/models}}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}All endpoints do not require authorization.
{{/authMethods}}Authentication schemes defined for the API:
{{#authMethods}}### {{name}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}

View File

@ -139,11 +139,14 @@ Class | Method | HTTP request | Description
{{#models}}{{#model}} - [{{classname}}]({{modelDocPath}}{{classname}}.md)
{{/model}}{{/models}}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}All endpoints do not require authorization.
{{/authMethods}}Authentication schemes defined for the API:
{{#authMethods}}### {{name}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}

View File

@ -266,7 +266,7 @@ public class Example {
{{/responses.0}}
{{#vendorExtensions.x-group-parameters}}{{#hasParams}}
<a name="API{{operationId}}Request"></a>
<a id="API{{operationId}}Request"></a>
## API{{operationId}}Request
### Properties
{{#allParams}}{{#-last}}

View File

@ -155,11 +155,14 @@ Class | Method | HTTP request | Description
{{#models}}{{#model}} - [{{classname}}]({{modelDocPath}}{{classname}}.md)
{{/model}}{{/models}}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}All endpoints do not require authorization.
{{/authMethods}}Authentication schemes defined for the API:
{{#authMethods}}### {{name}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}- **Type**: API key
- **API key parameter name**: {{keyParamName}}

View File

@ -10,7 +10,7 @@ All URIs are relative to *{{basePath}}*
{{#operations}}
{{#operation}}
<a name="{{operationId}}"></a>
<a id="{{operationId}}"></a>
# **{{operationId}}**{{^vendorExtensions.x-group-parameters}}
> {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}){{/vendorExtensions.x-group-parameters}}{{#vendorExtensions.x-group-parameters}}
> {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#requiredParams}}{{paramName}}{{^-last}}, {{/-last}}{{/requiredParams}}){{#optionalParams}}.{{paramName}}({{paramName}}){{/optionalParams}}.execute();{{/vendorExtensions.x-group-parameters}}

View File

@ -10,7 +10,7 @@ All URIs are relative to *{{basePath}}*
{{#operations}}
{{#operation}}
<a name="{{operationId}}"></a>
<a id="{{operationId}}"></a>
# **{{operationId}}**
> {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}})

View File

@ -38,7 +38,7 @@ More information can be found inside [Inversion of Control guide section](https:
{{#operations}}
{{#operation}}
<a name="{{operationId}}"></a>
<a id="{{operationId}}"></a>
# **{{operationId}}**
```java
{{#returnType}}Mono<{{{returnType}}}>{{/returnType}}{{^returnType}}Mono<Void>{{/returnType}} {{classname}}.{{nickname}}({{#allParams}}{{{paramName}}}{{#hasMore}}, {{/hasMore}}{{/allParams}})

View File

@ -1,6 +1,6 @@
# Authorization methods
{{#authMethods}}
<a name="name"></a>
<a id="name"></a>
# {{name}}
{{!
basic auth

View File

@ -15,7 +15,7 @@ Method | HTTP request | Description
{{#operations}}
{{#operation}}
<a name="{{operationId}}"></a>
<a id="{{operationId}}"></a>
# **{{operationId}}**
```java
{{#returnType}}Mono<{{{returnType}}}>{{/returnType}}{{^returnType}}Mono<Object>{{/returnType}} {{classname}}.{{nickname}}({{#allParams}}{{{paramName}}}{{#hasMore}}, {{/hasMore}}{{/allParams}})

View File

@ -140,10 +140,11 @@ Class | Method | HTTP request | Description
- [TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter](docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Authentication schemes defined for the API:
Endpoints do not require authorization.
## Recommendation

View File

@ -156,10 +156,11 @@ Class | Method | HTTP request | Description
- [TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter](docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Authentication schemes defined for the API:
Endpoints do not require authorization.
## Recommendation

View File

@ -147,10 +147,11 @@ Class | Method | HTTP request | Description
- [TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter](docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Authentication schemes defined for the API:
Endpoints do not require authorization.
## Recommendation

View File

@ -12,7 +12,7 @@ All URIs are relative to *http://localhost:3000*
| [**testEchoBodyTagResponseString**](BodyApi.md#testEchoBodyTagResponseString) | **POST** /echo/body/Tag/response_string | Test empty json (request body) |
<a name="testBinaryGif"></a>
<a id="testBinaryGif"></a>
# **testBinaryGif**
> File testBinaryGif()
@ -70,7 +70,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testBodyApplicationOctetstreamBinary"></a>
<a id="testBodyApplicationOctetstreamBinary"></a>
# **testBodyApplicationOctetstreamBinary**
> String testBodyApplicationOctetstreamBinary(body)
@ -132,7 +132,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testEchoBodyFreeFormObjectResponseString"></a>
<a id="testEchoBodyFreeFormObjectResponseString"></a>
# **testEchoBodyFreeFormObjectResponseString**
> String testEchoBodyFreeFormObjectResponseString(body)
@ -194,7 +194,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testEchoBodyPet"></a>
<a id="testEchoBodyPet"></a>
# **testEchoBodyPet**
> Pet testEchoBodyPet(pet)
@ -256,7 +256,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testEchoBodyPetResponseString"></a>
<a id="testEchoBodyPetResponseString"></a>
# **testEchoBodyPetResponseString**
> String testEchoBodyPetResponseString(pet)
@ -318,7 +318,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testEchoBodyTagResponseString"></a>
<a id="testEchoBodyTagResponseString"></a>
# **testEchoBodyTagResponseString**
> String testEchoBodyTagResponseString(tag)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://localhost:3000*
| [**testFormIntegerBooleanString**](FormApi.md#testFormIntegerBooleanString) | **POST** /form/integer/boolean/string | Test form parameter(s) |
<a name="testFormIntegerBooleanString"></a>
<a id="testFormIntegerBooleanString"></a>
# **testFormIntegerBooleanString**
> String testFormIntegerBooleanString(integerForm, booleanForm, stringForm)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://localhost:3000*
| [**testHeaderIntegerBooleanString**](HeaderApi.md#testHeaderIntegerBooleanString) | **GET** /header/integer/boolean/string | Test header parameter(s) |
<a name="testHeaderIntegerBooleanString"></a>
<a id="testHeaderIntegerBooleanString"></a>
# **testHeaderIntegerBooleanString**
> String testHeaderIntegerBooleanString(integerHeader, booleanHeader, stringHeader)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://localhost:3000*
| [**testsPathStringPathStringIntegerPathInteger**](PathApi.md#testsPathStringPathStringIntegerPathInteger) | **GET** /path/string/{path_string}/integer/{path_integer} | Test path parameter(s) |
<a name="testsPathStringPathStringIntegerPathInteger"></a>
<a id="testsPathStringPathStringIntegerPathInteger"></a>
# **testsPathStringPathStringIntegerPathInteger**
> String testsPathStringPathStringIntegerPathInteger(pathString, pathInteger)

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://localhost:3000*
| [**testQueryStyleFormExplodeTrueObjectAllOf**](QueryApi.md#testQueryStyleFormExplodeTrueObjectAllOf) | **GET** /query/style_form/explode_true/object/allOf | Test query parameter(s) |
<a name="testEnumRefString"></a>
<a id="testEnumRefString"></a>
# **testEnumRefString**
> String testEnumRefString(enumRefStringQuery)
@ -76,7 +76,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testQueryDatetimeDateString"></a>
<a id="testQueryDatetimeDateString"></a>
# **testQueryDatetimeDateString**
> String testQueryDatetimeDateString(datetimeQuery, dateQuery, stringQuery)
@ -142,7 +142,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testQueryIntegerBooleanString"></a>
<a id="testQueryIntegerBooleanString"></a>
# **testQueryIntegerBooleanString**
> String testQueryIntegerBooleanString(integerQuery, booleanQuery, stringQuery)
@ -208,7 +208,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testQueryStyleDeepObjectExplodeTrueObject"></a>
<a id="testQueryStyleDeepObjectExplodeTrueObject"></a>
# **testQueryStyleDeepObjectExplodeTrueObject**
> String testQueryStyleDeepObjectExplodeTrueObject(queryObject)
@ -270,7 +270,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testQueryStyleDeepObjectExplodeTrueObjectAllOf"></a>
<a id="testQueryStyleDeepObjectExplodeTrueObjectAllOf"></a>
# **testQueryStyleDeepObjectExplodeTrueObjectAllOf**
> String testQueryStyleDeepObjectExplodeTrueObjectAllOf(queryObject)
@ -332,7 +332,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testQueryStyleFormExplodeTrueArrayString"></a>
<a id="testQueryStyleFormExplodeTrueArrayString"></a>
# **testQueryStyleFormExplodeTrueArrayString**
> String testQueryStyleFormExplodeTrueArrayString(queryObject)
@ -394,7 +394,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testQueryStyleFormExplodeTrueObject"></a>
<a id="testQueryStyleFormExplodeTrueObject"></a>
# **testQueryStyleFormExplodeTrueObject**
> String testQueryStyleFormExplodeTrueObject(queryObject)
@ -456,7 +456,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Successful operation | - |
<a name="testQueryStyleFormExplodeTrueObjectAllOf"></a>
<a id="testQueryStyleFormExplodeTrueObjectAllOf"></a>
# **testQueryStyleFormExplodeTrueObjectAllOf**
> String testQueryStyleFormExplodeTrueObjectAllOf(queryObject)

View File

@ -127,10 +127,11 @@ Class | Method | HTTP request | Description
- [SomeObj](docs/SomeObj.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Authentication schemes defined for the API:
Endpoints do not require authorization.
## Recommendation

View File

@ -8,7 +8,7 @@ All URIs are relative to *http://localhost:8082*
| [**postPing**](PingApi.md#postPing) | **POST** /ping | |
<a name="getPing"></a>
<a id="getPing"></a>
# **getPing**
> SomeObj getPing(petId).name(name).status(status).execute();
@ -75,7 +75,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | OK | - |
<a name="postPing"></a>
<a id="postPing"></a>
# **postPing**
> SomeObj postPing(someObj)

View File

@ -35,7 +35,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat
More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc).
<a name="call123testSpecialTags"></a>
<a id="call123testSpecialTags"></a>
# **call123testSpecialTags**
```java
Mono<ModelClient> AnotherFakeApi.call123testSpecialTags(_body)

View File

@ -48,7 +48,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat
More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc).
<a name="createXmlItem"></a>
<a id="createXmlItem"></a>
# **createXmlItem**
```java
Mono<Void> FakeApi.createXmlItem(xmlItem)
@ -72,7 +72,7 @@ this route creates an XmlItem
- **Content-Type**: `application/xml`, `application/xml; charset=utf-8`, `application/xml; charset=utf-16`, `text/xml`, `text/xml; charset=utf-8`, `text/xml; charset=utf-16`
- **Accept**: Not defined
<a name="fakeOuterBooleanSerialize"></a>
<a id="fakeOuterBooleanSerialize"></a>
# **fakeOuterBooleanSerialize**
```java
Mono<Boolean> FakeApi.fakeOuterBooleanSerialize(_body)
@ -97,7 +97,7 @@ Test serialization of outer boolean types
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="fakeOuterCompositeSerialize"></a>
<a id="fakeOuterCompositeSerialize"></a>
# **fakeOuterCompositeSerialize**
```java
Mono<OuterComposite> FakeApi.fakeOuterCompositeSerialize(_body)
@ -122,7 +122,7 @@ Test serialization of object with outer number type
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="fakeOuterNumberSerialize"></a>
<a id="fakeOuterNumberSerialize"></a>
# **fakeOuterNumberSerialize**
```java
Mono<BigDecimal> FakeApi.fakeOuterNumberSerialize(_body)
@ -147,7 +147,7 @@ Test serialization of outer number types
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="fakeOuterStringSerialize"></a>
<a id="fakeOuterStringSerialize"></a>
# **fakeOuterStringSerialize**
```java
Mono<String> FakeApi.fakeOuterStringSerialize(_body)
@ -172,7 +172,7 @@ Test serialization of outer string types
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="testBodyWithFileSchema"></a>
<a id="testBodyWithFileSchema"></a>
# **testBodyWithFileSchema**
```java
Mono<Void> FakeApi.testBodyWithFileSchema(_body)
@ -196,7 +196,7 @@ For this test, the body for this request much reference a schema named &#x60;Fil
- **Content-Type**: `application/json`
- **Accept**: Not defined
<a name="testBodyWithQueryParams"></a>
<a id="testBodyWithQueryParams"></a>
# **testBodyWithQueryParams**
```java
Mono<Void> FakeApi.testBodyWithQueryParams(query_body)
@ -219,7 +219,7 @@ Mono<Void> FakeApi.testBodyWithQueryParams(query_body)
- **Content-Type**: `application/json`
- **Accept**: Not defined
<a name="testClientModel"></a>
<a id="testClientModel"></a>
# **testClientModel**
```java
Mono<ModelClient> FakeApi.testClientModel(_body)
@ -244,7 +244,7 @@ To test \&quot;client\&quot; model
- **Content-Type**: `application/json`
- **Accept**: `application/json`
<a name="testEndpointParameters"></a>
<a id="testEndpointParameters"></a>
# **testEndpointParameters**
```java
Mono<Void> FakeApi.testEndpointParameters(number_doublepatternWithoutDelimiter_byteintegerint32int64_floatstringbinarydatedateTimepasswordparamCallback)
@ -282,7 +282,7 @@ Fake endpoint for testing various parameters 假端點 偽のエンドポイ
- **Content-Type**: `application/x-www-form-urlencoded`
- **Accept**: Not defined
<a name="testEnumParameters"></a>
<a id="testEnumParameters"></a>
# **testEnumParameters**
```java
Mono<Void> FakeApi.testEnumParameters(enumHeaderStringArrayenumHeaderStringenumQueryStringArrayenumQueryStringenumQueryIntegerenumQueryDoubleenumFormStringArrayenumFormString)
@ -313,7 +313,7 @@ To test enum parameters
- **Content-Type**: `application/x-www-form-urlencoded`
- **Accept**: Not defined
<a name="testGroupParameters"></a>
<a id="testGroupParameters"></a>
# **testGroupParameters**
```java
Mono<Void> FakeApi.testGroupParameters(requiredStringGrouprequiredBooleanGrouprequiredInt64GroupstringGroupbooleanGroupint64Group)
@ -342,7 +342,7 @@ Fake endpoint to test group parameters (optional)
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="testInlineAdditionalProperties"></a>
<a id="testInlineAdditionalProperties"></a>
# **testInlineAdditionalProperties**
```java
Mono<Void> FakeApi.testInlineAdditionalProperties(param)
@ -364,7 +364,7 @@ test inline additionalProperties
- **Content-Type**: `application/json`
- **Accept**: Not defined
<a name="testJsonFormData"></a>
<a id="testJsonFormData"></a>
# **testJsonFormData**
```java
Mono<Void> FakeApi.testJsonFormData(paramparam2)
@ -387,7 +387,7 @@ test json serialization of form data
- **Content-Type**: `application/x-www-form-urlencoded`
- **Accept**: Not defined
<a name="testQueryParameterCollectionFormat"></a>
<a id="testQueryParameterCollectionFormat"></a>
# **testQueryParameterCollectionFormat**
```java
Mono<Void> FakeApi.testQueryParameterCollectionFormat(pipeioutilhttpurlcontext)

View File

@ -35,7 +35,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat
More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc).
<a name="testClassname"></a>
<a id="testClassname"></a>
# **testClassname**
```java
Mono<ModelClient> FakeClassnameTags123Api.testClassname(_body)

View File

@ -43,7 +43,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat
More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc).
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
```java
Mono<Void> PetApi.addPet(_body)
@ -66,7 +66,7 @@ Add a new pet to the store
- **Content-Type**: `application/json`, `application/xml`
- **Accept**: Not defined
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
```java
Mono<Void> PetApi.deletePet(petIdapiKey)
@ -90,7 +90,7 @@ Deletes a pet
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
```java
Mono<List<Pet>> PetApi.findPetsByStatus(status)
@ -116,7 +116,7 @@ Multiple status values can be provided with comma separated strings
- **Content-Type**: Not defined
- **Accept**: `application/xml`, `application/json`
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
```java
Mono<Set<Pet>> PetApi.findPetsByTags(tags)
@ -142,7 +142,7 @@ Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3
- **Content-Type**: Not defined
- **Accept**: `application/xml`, `application/json`
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
```java
Mono<Pet> PetApi.getPetById(petId)
@ -168,7 +168,7 @@ Returns a single pet
- **Content-Type**: Not defined
- **Accept**: `application/xml`, `application/json`
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
```java
Mono<Void> PetApi.updatePet(_body)
@ -191,7 +191,7 @@ Update an existing pet
- **Content-Type**: `application/json`, `application/xml`
- **Accept**: Not defined
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
```java
Mono<Void> PetApi.updatePetWithForm(petIdnamestatus)
@ -216,7 +216,7 @@ Updates a pet in the store with form data
- **Content-Type**: `application/x-www-form-urlencoded`
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
```java
Mono<ModelApiResponse> PetApi.uploadFile(petIdadditionalMetadata_file)
@ -242,7 +242,7 @@ uploads an image
- **Content-Type**: `multipart/form-data`
- **Accept**: `application/json`
<a name="uploadFileWithRequiredFile"></a>
<a id="uploadFileWithRequiredFile"></a>
# **uploadFileWithRequiredFile**
```java
Mono<ModelApiResponse> PetApi.uploadFileWithRequiredFile(petIdrequiredFileadditionalMetadata)

View File

@ -38,7 +38,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat
More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc).
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
```java
Mono<Void> StoreApi.deleteOrder(orderId)
@ -62,7 +62,7 @@ For valid response try integer IDs with value &lt; 1000. Anything above 1000 or
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
```java
Mono<Map<String, Integer>> StoreApi.getInventory()
@ -84,7 +84,7 @@ Returns a map of status codes to quantities
- **Content-Type**: Not defined
- **Accept**: `application/json`
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
```java
Mono<Order> StoreApi.getOrderById(orderId)
@ -109,7 +109,7 @@ For valid response try integer IDs with value &lt;&#x3D; 5 or &gt; 10. Other val
- **Content-Type**: Not defined
- **Accept**: `application/xml`, `application/json`
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
```java
Mono<Order> StoreApi.placeOrder(_body)

View File

@ -42,7 +42,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat
More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc).
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
```java
Mono<Void> UserApi.createUser(_body)
@ -66,7 +66,7 @@ This can only be done by the logged in user.
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
```java
Mono<Void> UserApi.createUsersWithArrayInput(_body)
@ -88,7 +88,7 @@ Creates list of users with given input array
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
```java
Mono<Void> UserApi.createUsersWithListInput(_body)
@ -110,7 +110,7 @@ Creates list of users with given input array
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
```java
Mono<Void> UserApi.deleteUser(username)
@ -134,7 +134,7 @@ This can only be done by the logged in user.
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
```java
Mono<User> UserApi.getUserByName(username)
@ -157,7 +157,7 @@ Get user by user name
- **Content-Type**: Not defined
- **Accept**: `application/xml`, `application/json`
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
```java
Mono<String> UserApi.loginUser(usernamepassword)
@ -181,7 +181,7 @@ Logs user into the system
- **Content-Type**: Not defined
- **Accept**: `application/xml`, `application/json`
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
```java
Mono<Void> UserApi.logoutUser()
@ -199,7 +199,7 @@ Logs out current logged in user session
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
```java
Mono<Void> UserApi.updateUser(username_body)

View File

@ -1,5 +1,5 @@
# Authorization methods
<a name="name"></a>
<a id="name"></a>
# petstore_auth
Authorization method is **OAuth2** with `implicit` flow.
The scopes are:
@ -9,17 +9,17 @@ The scopes are:
It can be configured in the [application.yml](src/main/resources/application.yml) using Micronaut security features.
More information on configuring can be found in [Micronaut Security Guide](https://micronaut-projects.github.io/micronaut-security/latest/guide/#oauth).
<a name="name"></a>
<a id="name"></a>
# api_key
Authorization method is of **api key type**. The parameter `api_key` is located in `header`.
It can be configured in the [application.yml](src/main/resources/application.yml) using Micronaut security features.
<a name="name"></a>
<a id="name"></a>
# api_key_query
Authorization method is of **api key type**. The parameter `api_key_query` is located in `query`.
It can be configured in the [application.yml](src/main/resources/application.yml) using Micronaut security features.
<a name="name"></a>
<a id="name"></a>
# http_basic_test
Authorization method is of **basic auth**.

View File

@ -201,9 +201,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -214,6 +217,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -221,6 +225,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -228,16 +233,19 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication
<a id="bearer_test"></a>
### bearer_test
- **Type**: HTTP basic authentication
<a id="http_signature_test"></a>
### http_signature_test

View File

@ -204,9 +204,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -217,6 +220,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -224,6 +228,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -231,6 +236,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test

View File

@ -204,9 +204,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -217,6 +220,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -224,6 +228,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -231,6 +236,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test

View File

@ -229,9 +229,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -242,6 +245,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -249,6 +253,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -256,6 +261,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test

View File

@ -229,9 +229,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -242,6 +245,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -249,6 +253,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -256,6 +261,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test

View File

@ -234,9 +234,12 @@ Class | Method | HTTP request | Description
- [Zebra](docs/Zebra.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -247,6 +250,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -254,6 +258,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -261,16 +266,19 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication
<a id="bearer_test"></a>
### bearer_test
- **Type**: HTTP basic authentication
<a id="http_signature_test"></a>
### http_signature_test

View File

@ -266,9 +266,12 @@ Class | Method | HTTP request | Description
- [Zebra](docs/Zebra.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -279,6 +282,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -286,6 +290,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -293,16 +298,19 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication
<a id="bearer_test"></a>
### bearer_test
- **Type**: HTTP basic authentication
<a id="http_signature_test"></a>
### http_signature_test

View File

@ -1851,7 +1851,7 @@ CompletableFuture<ApiResponse<Void>>
| **400** | Something wrong | - |
<a name="APItestGroupParametersRequest"></a>
<a id="APItestGroupParametersRequest"></a>
## APItestGroupParametersRequest
### Properties

View File

@ -157,9 +157,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -170,6 +173,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key

View File

@ -265,9 +265,12 @@ Class | Method | HTTP request | Description
- [Zebra](docs/Zebra.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -278,6 +281,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -285,6 +289,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -292,16 +297,19 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication
<a id="bearer_test"></a>
### bearer_test
- **Type**: HTTP basic authentication
<a id="http_signature_test"></a>
### http_signature_test

View File

@ -1743,7 +1743,7 @@ ApiResponse<Void>
| **400** | Something wrong | - |
<a name="APItestGroupParametersRequest"></a>
<a id="APItestGroupParametersRequest"></a>
## APItestGroupParametersRequest
### Properties

View File

@ -152,9 +152,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -164,6 +167,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2*
| [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image |
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> Pet addPet(pet)
@ -84,7 +84,7 @@ public class Example {
| **200** | successful operation | - |
| **405** | Invalid input | - |
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -154,7 +154,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **400** | Invalid pet value | - |
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> List&lt;Pet&gt; findPetsByStatus(status)
@ -224,7 +224,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid status value | - |
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> List&lt;Pet&gt; findPetsByTags(tags)
@ -294,7 +294,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid tag value | - |
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -367,7 +367,7 @@ public class Example {
| **400** | Invalid ID supplied | - |
| **404** | Pet not found | - |
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> Pet updatePet(pet)
@ -439,7 +439,7 @@ public class Example {
| **404** | Pet not found | - |
| **405** | Validation exception | - |
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -511,7 +511,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **405** | Invalid input | - |
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, _file)

View File

@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io/v2*
| [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet |
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -74,7 +74,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> Map&lt;String, Integer&gt; getInventory()
@ -141,7 +141,7 @@ This endpoint does not need any parameter.
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -207,7 +207,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(order)

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2*
| [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user |
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(user)
@ -84,7 +84,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(user)
@ -154,7 +154,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(user)
@ -224,7 +224,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -295,7 +295,7 @@ null (empty response body)
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -361,7 +361,7 @@ No authorization required
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> String loginUser(username, password)
@ -428,7 +428,7 @@ No authorization required
| **200** | successful operation | * Set-Cookie - Cookie authentication key for use with the &#x60;api_key&#x60; apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> |
| **400** | Invalid username/password supplied | - |
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -494,7 +494,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, user)

View File

@ -204,9 +204,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -216,18 +219,21 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
- **Type**: API key
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
- **Type**: API key
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags |
<a name="call123testSpecialTags"></a>
<a id="call123testSpecialTags"></a>
# **call123testSpecialTags**
> Client call123testSpecialTags(body)

View File

@ -20,7 +20,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | |
<a name="createXmlItem"></a>
<a id="createXmlItem"></a>
# **createXmlItem**
> createXmlItem(xmlItem)
@ -81,7 +81,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="fakeOuterBooleanSerialize"></a>
<a id="fakeOuterBooleanSerialize"></a>
# **fakeOuterBooleanSerialize**
> Boolean fakeOuterBooleanSerialize(body)
@ -143,7 +143,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output boolean | - |
<a name="fakeOuterCompositeSerialize"></a>
<a id="fakeOuterCompositeSerialize"></a>
# **fakeOuterCompositeSerialize**
> OuterComposite fakeOuterCompositeSerialize(body)
@ -205,7 +205,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output composite | - |
<a name="fakeOuterNumberSerialize"></a>
<a id="fakeOuterNumberSerialize"></a>
# **fakeOuterNumberSerialize**
> BigDecimal fakeOuterNumberSerialize(body)
@ -267,7 +267,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output number | - |
<a name="fakeOuterStringSerialize"></a>
<a id="fakeOuterStringSerialize"></a>
# **fakeOuterStringSerialize**
> String fakeOuterStringSerialize(body)
@ -329,7 +329,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output string | - |
<a name="testBodyWithFileSchema"></a>
<a id="testBodyWithFileSchema"></a>
# **testBodyWithFileSchema**
> testBodyWithFileSchema(body)
@ -390,7 +390,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Success | - |
<a name="testBodyWithQueryParams"></a>
<a id="testBodyWithQueryParams"></a>
# **testBodyWithQueryParams**
> testBodyWithQueryParams(query, body)
@ -451,7 +451,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Success | - |
<a name="testClientModel"></a>
<a id="testClientModel"></a>
# **testClientModel**
> Client testClientModel(body)
@ -513,7 +513,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="testEndpointParameters"></a>
<a id="testEndpointParameters"></a>
# **testEndpointParameters**
> testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback)
@ -607,7 +607,7 @@ null (empty response body)
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="testEnumParameters"></a>
<a id="testEnumParameters"></a>
# **testEnumParameters**
> testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString)
@ -683,7 +683,7 @@ No authorization required
| **400** | Invalid request | - |
| **404** | Not found | - |
<a name="testGroupParameters"></a>
<a id="testGroupParameters"></a>
# **testGroupParameters**
> testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group).stringGroup(stringGroup).booleanGroup(booleanGroup).int64Group(int64Group).execute();
@ -758,7 +758,7 @@ No authorization required
|-------------|-------------|------------------|
| **400** | Something wrong | - |
<a name="testInlineAdditionalProperties"></a>
<a id="testInlineAdditionalProperties"></a>
# **testInlineAdditionalProperties**
> testInlineAdditionalProperties(param)
@ -817,7 +817,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="testJsonFormData"></a>
<a id="testJsonFormData"></a>
# **testJsonFormData**
> testJsonFormData(param, param2)
@ -878,7 +878,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="testQueryParameterCollectionFormat"></a>
<a id="testQueryParameterCollectionFormat"></a>
# **testQueryParameterCollectionFormat**
> testQueryParameterCollectionFormat(pipe, ioutil, http, url, context)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case |
<a name="testClassname"></a>
<a id="testClassname"></a>
# **testClassname**
> Client testClassname(body)

View File

@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) |
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -80,7 +80,7 @@ null (empty response body)
| **200** | successful operation | - |
| **405** | Invalid input | - |
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -147,7 +147,7 @@ null (empty response body)
| **200** | successful operation | - |
| **400** | Invalid pet value | - |
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> List&lt;Pet&gt; findPetsByStatus(status)
@ -215,7 +215,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid status value | - |
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> Set&lt;Pet&gt; findPetsByTags(tags)
@ -283,7 +283,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid tag value | - |
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -354,7 +354,7 @@ public class Example {
| **400** | Invalid ID supplied | - |
| **404** | Pet not found | - |
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -421,7 +421,7 @@ null (empty response body)
| **404** | Pet not found | - |
| **405** | Validation exception | - |
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -489,7 +489,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **405** | Invalid input | - |
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, _file)
@ -558,7 +558,7 @@ public class Example {
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="uploadFileWithRequiredFile"></a>
<a id="uploadFileWithRequiredFile"></a>
# **uploadFileWithRequiredFile**
> ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata)

View File

@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet |
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -72,7 +72,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> Map&lt;String, Integer&gt; getInventory()
@ -137,7 +137,7 @@ This endpoint does not need any parameter.
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -201,7 +201,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(body)

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user |
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -75,7 +75,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -134,7 +134,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -193,7 +193,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -255,7 +255,7 @@ No authorization required
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -317,7 +317,7 @@ No authorization required
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> String loginUser(username, password)
@ -380,7 +380,7 @@ No authorization required
| **200** | successful operation | * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> |
| **400** | Invalid username/password supplied | - |
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -435,7 +435,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, body)

View File

@ -139,9 +139,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -151,6 +154,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2*
| [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image |
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> Pet addPet(pet).execute();
@ -83,7 +83,7 @@ public class Example {
| **200** | successful operation | - |
| **405** | Invalid input | - |
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId).apiKey(apiKey).execute();
@ -153,7 +153,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **400** | Invalid pet value | - |
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> List&lt;Pet&gt; findPetsByStatus(status).execute();
@ -222,7 +222,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid status value | - |
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> List&lt;Pet&gt; findPetsByTags(tags).execute();
@ -291,7 +291,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid tag value | - |
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId).execute();
@ -363,7 +363,7 @@ public class Example {
| **400** | Invalid ID supplied | - |
| **404** | Pet not found | - |
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> Pet updatePet(pet).execute();
@ -434,7 +434,7 @@ public class Example {
| **404** | Pet not found | - |
| **405** | Validation exception | - |
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -504,7 +504,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **405** | Invalid input | - |
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId).additionalMetadata(additionalMetadata)._file(_file).execute();

View File

@ -204,9 +204,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -216,18 +219,21 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
- **Type**: API key
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
- **Type**: API key
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags |
<a name="call123testSpecialTags"></a>
<a id="call123testSpecialTags"></a>
# **call123testSpecialTags**
> Client call123testSpecialTags(body)

View File

@ -20,7 +20,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | |
<a name="createXmlItem"></a>
<a id="createXmlItem"></a>
# **createXmlItem**
> createXmlItem(xmlItem)
@ -81,7 +81,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="fakeOuterBooleanSerialize"></a>
<a id="fakeOuterBooleanSerialize"></a>
# **fakeOuterBooleanSerialize**
> Boolean fakeOuterBooleanSerialize(body)
@ -143,7 +143,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output boolean | - |
<a name="fakeOuterCompositeSerialize"></a>
<a id="fakeOuterCompositeSerialize"></a>
# **fakeOuterCompositeSerialize**
> OuterComposite fakeOuterCompositeSerialize(body)
@ -205,7 +205,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output composite | - |
<a name="fakeOuterNumberSerialize"></a>
<a id="fakeOuterNumberSerialize"></a>
# **fakeOuterNumberSerialize**
> BigDecimal fakeOuterNumberSerialize(body)
@ -267,7 +267,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output number | - |
<a name="fakeOuterStringSerialize"></a>
<a id="fakeOuterStringSerialize"></a>
# **fakeOuterStringSerialize**
> String fakeOuterStringSerialize(body)
@ -329,7 +329,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output string | - |
<a name="testBodyWithFileSchema"></a>
<a id="testBodyWithFileSchema"></a>
# **testBodyWithFileSchema**
> testBodyWithFileSchema(body)
@ -390,7 +390,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Success | - |
<a name="testBodyWithQueryParams"></a>
<a id="testBodyWithQueryParams"></a>
# **testBodyWithQueryParams**
> testBodyWithQueryParams(query, body)
@ -451,7 +451,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Success | - |
<a name="testClientModel"></a>
<a id="testClientModel"></a>
# **testClientModel**
> Client testClientModel(body)
@ -513,7 +513,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="testEndpointParameters"></a>
<a id="testEndpointParameters"></a>
# **testEndpointParameters**
> testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback)
@ -607,7 +607,7 @@ null (empty response body)
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="testEnumParameters"></a>
<a id="testEnumParameters"></a>
# **testEnumParameters**
> testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString)
@ -683,7 +683,7 @@ No authorization required
| **400** | Invalid request | - |
| **404** | Not found | - |
<a name="testGroupParameters"></a>
<a id="testGroupParameters"></a>
# **testGroupParameters**
> testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group).stringGroup(stringGroup).booleanGroup(booleanGroup).int64Group(int64Group).execute();
@ -758,7 +758,7 @@ No authorization required
|-------------|-------------|------------------|
| **400** | Something wrong | - |
<a name="testInlineAdditionalProperties"></a>
<a id="testInlineAdditionalProperties"></a>
# **testInlineAdditionalProperties**
> testInlineAdditionalProperties(param)
@ -817,7 +817,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="testJsonFormData"></a>
<a id="testJsonFormData"></a>
# **testJsonFormData**
> testJsonFormData(param, param2)
@ -878,7 +878,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="testQueryParameterCollectionFormat"></a>
<a id="testQueryParameterCollectionFormat"></a>
# **testQueryParameterCollectionFormat**
> testQueryParameterCollectionFormat(pipe, ioutil, http, url, context)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case |
<a name="testClassname"></a>
<a id="testClassname"></a>
# **testClassname**
> Client testClassname(body)

View File

@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) |
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -80,7 +80,7 @@ null (empty response body)
| **200** | successful operation | - |
| **405** | Invalid input | - |
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -147,7 +147,7 @@ null (empty response body)
| **200** | successful operation | - |
| **400** | Invalid pet value | - |
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> List&lt;Pet&gt; findPetsByStatus(status)
@ -215,7 +215,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid status value | - |
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> Set&lt;Pet&gt; findPetsByTags(tags)
@ -283,7 +283,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid tag value | - |
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -354,7 +354,7 @@ public class Example {
| **400** | Invalid ID supplied | - |
| **404** | Pet not found | - |
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -421,7 +421,7 @@ null (empty response body)
| **404** | Pet not found | - |
| **405** | Validation exception | - |
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -489,7 +489,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **405** | Invalid input | - |
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, _file)
@ -558,7 +558,7 @@ public class Example {
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="uploadFileWithRequiredFile"></a>
<a id="uploadFileWithRequiredFile"></a>
# **uploadFileWithRequiredFile**
> ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata)

View File

@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet |
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -72,7 +72,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> Map&lt;String, Integer&gt; getInventory()
@ -137,7 +137,7 @@ This endpoint does not need any parameter.
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -201,7 +201,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(body)

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user |
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -75,7 +75,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -134,7 +134,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -193,7 +193,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -255,7 +255,7 @@ No authorization required
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -317,7 +317,7 @@ No authorization required
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> String loginUser(username, password)
@ -380,7 +380,7 @@ No authorization required
| **200** | successful operation | * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> |
| **400** | Invalid username/password supplied | - |
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -435,7 +435,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, body)

View File

@ -150,9 +150,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -162,6 +165,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2*
| [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image |
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> Pet addPet(pet)
@ -82,7 +82,7 @@ public class Example {
| **200** | successful operation | - |
| **405** | Invalid input | - |
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -150,7 +150,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **400** | Invalid pet value | - |
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> List&lt;Pet&gt; findPetsByStatus(status)
@ -218,7 +218,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid status value | - |
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> List&lt;Pet&gt; findPetsByTags(tags)
@ -286,7 +286,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid tag value | - |
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -357,7 +357,7 @@ public class Example {
| **400** | Invalid ID supplied | - |
| **404** | Pet not found | - |
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> Pet updatePet(pet)
@ -427,7 +427,7 @@ public class Example {
| **404** | Pet not found | - |
| **405** | Validation exception | - |
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -497,7 +497,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **405** | Invalid input | - |
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, _file)

View File

@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io/v2*
| [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet |
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -72,7 +72,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> Map&lt;String, Integer&gt; getInventory()
@ -137,7 +137,7 @@ This endpoint does not need any parameter.
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -201,7 +201,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(order)

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2*
| [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user |
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(user)
@ -82,7 +82,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(user)
@ -150,7 +150,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(user)
@ -218,7 +218,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -287,7 +287,7 @@ null (empty response body)
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -351,7 +351,7 @@ No authorization required
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> String loginUser(username, password)
@ -416,7 +416,7 @@ No authorization required
| **200** | successful operation | * Set-Cookie - Cookie authentication key for use with the &#x60;api_key&#x60; apiKey authentication. <br> * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> |
| **400** | Invalid username/password supplied | - |
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -480,7 +480,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, user)

View File

@ -238,9 +238,12 @@ Class | Method | HTTP request | Description
- [Zebra](docs/Zebra.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -250,26 +253,31 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
- **Type**: API key
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
- **Type**: API key
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication
<a id="bearer_test"></a>
### bearer_test
- **Type**: HTTP basic authentication
<a id="http_signature_test"></a>
### http_signature_test
- **Type**: HTTP basic authentication

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags |
<a name="call123testSpecialTags"></a>
<a id="call123testSpecialTags"></a>
# **call123testSpecialTags**
> Client call123testSpecialTags(client)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**fooGet**](DefaultApi.md#fooGet) | **GET** /foo | |
<a name="fooGet"></a>
<a id="fooGet"></a>
# **fooGet**
> FooGetDefaultResponse fooGet()

View File

@ -21,7 +21,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | |
<a name="fakeHealthGet"></a>
<a id="fakeHealthGet"></a>
# **fakeHealthGet**
> HealthCheckResult fakeHealthGet()
@ -77,7 +77,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | The instance started successfully | - |
<a name="fakeOuterBooleanSerialize"></a>
<a id="fakeOuterBooleanSerialize"></a>
# **fakeOuterBooleanSerialize**
> Boolean fakeOuterBooleanSerialize(body)
@ -139,7 +139,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output boolean | - |
<a name="fakeOuterCompositeSerialize"></a>
<a id="fakeOuterCompositeSerialize"></a>
# **fakeOuterCompositeSerialize**
> OuterComposite fakeOuterCompositeSerialize(outerComposite)
@ -201,7 +201,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output composite | - |
<a name="fakeOuterNumberSerialize"></a>
<a id="fakeOuterNumberSerialize"></a>
# **fakeOuterNumberSerialize**
> BigDecimal fakeOuterNumberSerialize(body)
@ -263,7 +263,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output number | - |
<a name="fakeOuterStringSerialize"></a>
<a id="fakeOuterStringSerialize"></a>
# **fakeOuterStringSerialize**
> String fakeOuterStringSerialize(body)
@ -325,7 +325,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Output string | - |
<a name="getArrayOfEnums"></a>
<a id="getArrayOfEnums"></a>
# **getArrayOfEnums**
> List&lt;OuterEnum&gt; getArrayOfEnums()
@ -381,7 +381,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Got named array of enums | - |
<a name="testBodyWithFileSchema"></a>
<a id="testBodyWithFileSchema"></a>
# **testBodyWithFileSchema**
> testBodyWithFileSchema(fileSchemaTestClass)
@ -442,7 +442,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Success | - |
<a name="testBodyWithQueryParams"></a>
<a id="testBodyWithQueryParams"></a>
# **testBodyWithQueryParams**
> testBodyWithQueryParams(query, user)
@ -503,7 +503,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | Success | - |
<a name="testClientModel"></a>
<a id="testClientModel"></a>
# **testClientModel**
> Client testClientModel(client)
@ -565,7 +565,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="testEndpointParameters"></a>
<a id="testEndpointParameters"></a>
# **testEndpointParameters**
> testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback)
@ -659,7 +659,7 @@ null (empty response body)
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="testEnumParameters"></a>
<a id="testEnumParameters"></a>
# **testEnumParameters**
> testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString)
@ -735,7 +735,7 @@ No authorization required
| **400** | Invalid request | - |
| **404** | Not found | - |
<a name="testGroupParameters"></a>
<a id="testGroupParameters"></a>
# **testGroupParameters**
> testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group).stringGroup(stringGroup).booleanGroup(booleanGroup).int64Group(int64Group).execute();
@ -815,7 +815,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **400** | Something wrong | - |
<a name="testInlineAdditionalProperties"></a>
<a id="testInlineAdditionalProperties"></a>
# **testInlineAdditionalProperties**
> testInlineAdditionalProperties(requestBody)
@ -876,7 +876,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="testJsonFormData"></a>
<a id="testJsonFormData"></a>
# **testJsonFormData**
> testJsonFormData(param, param2)
@ -939,7 +939,7 @@ No authorization required
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="testQueryParameterCollectionFormat"></a>
<a id="testQueryParameterCollectionFormat"></a>
# **testQueryParameterCollectionFormat**
> testQueryParameterCollectionFormat(pipe, ioutil, http, url, context)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case |
<a name="testClassname"></a>
<a id="testClassname"></a>
# **testClassname**
> Client testClassname(client)

View File

@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) |
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(pet)
@ -82,7 +82,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **405** | Invalid input | - |
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -150,7 +150,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **400** | Invalid pet value | - |
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> List&lt;Pet&gt; findPetsByStatus(status)
@ -219,7 +219,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid status value | - |
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> List&lt;Pet&gt; findPetsByTags(tags)
@ -288,7 +288,7 @@ public class Example {
| **200** | successful operation | - |
| **400** | Invalid tag value | - |
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -359,7 +359,7 @@ public class Example {
| **400** | Invalid ID supplied | - |
| **404** | Pet not found | - |
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(pet)
@ -428,7 +428,7 @@ null (empty response body)
| **404** | Pet not found | - |
| **405** | Validation exception | - |
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -498,7 +498,7 @@ null (empty response body)
|-------------|-------------|------------------|
| **405** | Invalid input | - |
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, _file)
@ -569,7 +569,7 @@ public class Example {
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="uploadFileWithRequiredFile"></a>
<a id="uploadFileWithRequiredFile"></a>
# **uploadFileWithRequiredFile**
> ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata)

View File

@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet |
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -72,7 +72,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> Map&lt;String, Integer&gt; getInventory()
@ -137,7 +137,7 @@ This endpoint does not need any parameter.
|-------------|-------------|------------------|
| **200** | successful operation | - |
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -201,7 +201,7 @@ No authorization required
| **400** | Invalid ID supplied | - |
| **404** | Order not found | - |
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(order)

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user |
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(user)
@ -75,7 +75,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(user)
@ -136,7 +136,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(user)
@ -197,7 +197,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -259,7 +259,7 @@ No authorization required
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -323,7 +323,7 @@ No authorization required
| **400** | Invalid username supplied | - |
| **404** | User not found | - |
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> String loginUser(username, password)
@ -388,7 +388,7 @@ No authorization required
| **200** | successful operation | * X-Rate-Limit - calls per hour allowed by the user <br> * X-Expires-After - date in UTC when token expires <br> |
| **400** | Invalid username/password supplied | - |
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -445,7 +445,7 @@ No authorization required
|-------------|-------------|------------------|
| **0** | successful operation | - |
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, user)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags |
<a name="call123testSpecialTags"></a>
<a id="call123testSpecialTags"></a>
# **call123testSpecialTags**
> Client call123testSpecialTags(body)

View File

@ -20,7 +20,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | |
<a name="createXmlItem"></a>
<a id="createXmlItem"></a>
# **createXmlItem**
> createXmlItem(xmlItem)
@ -62,7 +62,7 @@ No authorization required
- **Content-Type**: application/xml, application/xml; charset=utf-8, application/xml; charset=utf-16, text/xml, text/xml; charset=utf-8, text/xml; charset=utf-16
- **Accept**: Not defined
<a name="fakeOuterBooleanSerialize"></a>
<a id="fakeOuterBooleanSerialize"></a>
# **fakeOuterBooleanSerialize**
> Boolean fakeOuterBooleanSerialize(body)
@ -103,7 +103,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: */*
<a name="fakeOuterCompositeSerialize"></a>
<a id="fakeOuterCompositeSerialize"></a>
# **fakeOuterCompositeSerialize**
> OuterComposite fakeOuterCompositeSerialize(body)
@ -144,7 +144,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: */*
<a name="fakeOuterNumberSerialize"></a>
<a id="fakeOuterNumberSerialize"></a>
# **fakeOuterNumberSerialize**
> BigDecimal fakeOuterNumberSerialize(body)
@ -185,7 +185,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: */*
<a name="fakeOuterStringSerialize"></a>
<a id="fakeOuterStringSerialize"></a>
# **fakeOuterStringSerialize**
> String fakeOuterStringSerialize(body)
@ -226,7 +226,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: */*
<a name="testBodyWithFileSchema"></a>
<a id="testBodyWithFileSchema"></a>
# **testBodyWithFileSchema**
> testBodyWithFileSchema(body)
@ -268,7 +268,7 @@ No authorization required
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="testBodyWithQueryParams"></a>
<a id="testBodyWithQueryParams"></a>
# **testBodyWithQueryParams**
> testBodyWithQueryParams(query, body)
@ -310,7 +310,7 @@ No authorization required
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="testClientModel"></a>
<a id="testClientModel"></a>
# **testClientModel**
> Client testClientModel(body)
@ -352,7 +352,7 @@ No authorization required
- **Content-Type**: application/json
- **Accept**: application/json
<a name="testEndpointParameters"></a>
<a id="testEndpointParameters"></a>
# **testEndpointParameters**
> testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback)
@ -410,7 +410,7 @@ null (empty response body)
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="testEnumParameters"></a>
<a id="testEnumParameters"></a>
# **testEnumParameters**
> testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString)
@ -458,7 +458,7 @@ No authorization required
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="testGroupParameters"></a>
<a id="testGroupParameters"></a>
# **testGroupParameters**
> testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group, stringGroup, booleanGroup, int64Group)
@ -507,7 +507,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="testInlineAdditionalProperties"></a>
<a id="testInlineAdditionalProperties"></a>
# **testInlineAdditionalProperties**
> testInlineAdditionalProperties(param)
@ -547,7 +547,7 @@ No authorization required
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="testJsonFormData"></a>
<a id="testJsonFormData"></a>
# **testJsonFormData**
> testJsonFormData(param, param2)
@ -589,7 +589,7 @@ No authorization required
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="testQueryParameterCollectionFormat"></a>
<a id="testQueryParameterCollectionFormat"></a>
# **testQueryParameterCollectionFormat**
> testQueryParameterCollectionFormat(pipe, ioutil, http, url, context)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case |
<a name="testClassname"></a>
<a id="testClassname"></a>
# **testClassname**
> Client testClassname(body)

View File

@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) |
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -55,7 +55,7 @@ null (empty response body)
- **Content-Type**: application/json, application/xml
- **Accept**: Not defined
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -96,7 +96,7 @@ null (empty response body)
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> List&lt;Pet&gt; findPetsByStatus(status)
@ -138,7 +138,7 @@ api.findPetsByStatus()
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> Set&lt;Pet&gt; findPetsByTags(tags)
@ -180,7 +180,7 @@ api.findPetsByTags()
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -222,7 +222,7 @@ api.getPetById()
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -262,7 +262,7 @@ null (empty response body)
- **Content-Type**: application/json, application/xml
- **Accept**: Not defined
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -304,7 +304,7 @@ null (empty response body)
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, _file)
@ -346,7 +346,7 @@ api.uploadFile()
- **Content-Type**: multipart/form-data
- **Accept**: application/json
<a name="uploadFileWithRequiredFile"></a>
<a id="uploadFileWithRequiredFile"></a>
# **uploadFileWithRequiredFile**
> ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata)

View File

@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet |
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -52,7 +52,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> Map&lt;String, Integer&gt; getInventory()
@ -90,7 +90,7 @@ This endpoint does not need any parameter.
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -132,7 +132,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(body)

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user |
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -96,7 +96,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -136,7 +136,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -178,7 +178,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -218,7 +218,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> String loginUser(username, password)
@ -260,7 +260,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -296,7 +296,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, body)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags |
<a name="call123testSpecialTags"></a>
<a id="call123testSpecialTags"></a>
# **call123testSpecialTags**
> Client call123testSpecialTags(body)

View File

@ -20,7 +20,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | |
<a name="createXmlItem"></a>
<a id="createXmlItem"></a>
# **createXmlItem**
> createXmlItem(xmlItem)
@ -62,7 +62,7 @@ No authorization required
- **Content-Type**: application/xml, application/xml; charset=utf-8, application/xml; charset=utf-16, text/xml, text/xml; charset=utf-8, text/xml; charset=utf-16
- **Accept**: Not defined
<a name="fakeOuterBooleanSerialize"></a>
<a id="fakeOuterBooleanSerialize"></a>
# **fakeOuterBooleanSerialize**
> Boolean fakeOuterBooleanSerialize(body)
@ -103,7 +103,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: */*
<a name="fakeOuterCompositeSerialize"></a>
<a id="fakeOuterCompositeSerialize"></a>
# **fakeOuterCompositeSerialize**
> OuterComposite fakeOuterCompositeSerialize(body)
@ -144,7 +144,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: */*
<a name="fakeOuterNumberSerialize"></a>
<a id="fakeOuterNumberSerialize"></a>
# **fakeOuterNumberSerialize**
> BigDecimal fakeOuterNumberSerialize(body)
@ -185,7 +185,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: */*
<a name="fakeOuterStringSerialize"></a>
<a id="fakeOuterStringSerialize"></a>
# **fakeOuterStringSerialize**
> String fakeOuterStringSerialize(body)
@ -226,7 +226,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: */*
<a name="testBodyWithFileSchema"></a>
<a id="testBodyWithFileSchema"></a>
# **testBodyWithFileSchema**
> testBodyWithFileSchema(body)
@ -268,7 +268,7 @@ No authorization required
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="testBodyWithQueryParams"></a>
<a id="testBodyWithQueryParams"></a>
# **testBodyWithQueryParams**
> testBodyWithQueryParams(query, body)
@ -310,7 +310,7 @@ No authorization required
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="testClientModel"></a>
<a id="testClientModel"></a>
# **testClientModel**
> Client testClientModel(body)
@ -352,7 +352,7 @@ No authorization required
- **Content-Type**: application/json
- **Accept**: application/json
<a name="testEndpointParameters"></a>
<a id="testEndpointParameters"></a>
# **testEndpointParameters**
> testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback)
@ -410,7 +410,7 @@ null (empty response body)
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="testEnumParameters"></a>
<a id="testEnumParameters"></a>
# **testEnumParameters**
> testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString)
@ -458,7 +458,7 @@ No authorization required
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="testGroupParameters"></a>
<a id="testGroupParameters"></a>
# **testGroupParameters**
> testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group, stringGroup, booleanGroup, int64Group)
@ -507,7 +507,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="testInlineAdditionalProperties"></a>
<a id="testInlineAdditionalProperties"></a>
# **testInlineAdditionalProperties**
> testInlineAdditionalProperties(param)
@ -547,7 +547,7 @@ No authorization required
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="testJsonFormData"></a>
<a id="testJsonFormData"></a>
# **testJsonFormData**
> testJsonFormData(param, param2)
@ -589,7 +589,7 @@ No authorization required
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="testQueryParameterCollectionFormat"></a>
<a id="testQueryParameterCollectionFormat"></a>
# **testQueryParameterCollectionFormat**
> testQueryParameterCollectionFormat(pipe, ioutil, http, url, context)

View File

@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case |
<a name="testClassname"></a>
<a id="testClassname"></a>
# **testClassname**
> Client testClassname(body)

View File

@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) |
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -55,7 +55,7 @@ null (empty response body)
- **Content-Type**: application/json, application/xml
- **Accept**: Not defined
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -96,7 +96,7 @@ null (empty response body)
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> List&lt;Pet&gt; findPetsByStatus(status)
@ -138,7 +138,7 @@ api.findPetsByStatus()
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> Set&lt;Pet&gt; findPetsByTags(tags)
@ -180,7 +180,7 @@ api.findPetsByTags()
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -222,7 +222,7 @@ api.getPetById()
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -262,7 +262,7 @@ null (empty response body)
- **Content-Type**: application/json, application/xml
- **Accept**: Not defined
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -304,7 +304,7 @@ null (empty response body)
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, _file)
@ -346,7 +346,7 @@ api.uploadFile()
- **Content-Type**: multipart/form-data
- **Accept**: application/json
<a name="uploadFileWithRequiredFile"></a>
<a id="uploadFileWithRequiredFile"></a>
# **uploadFileWithRequiredFile**
> ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata)

View File

@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet |
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -52,7 +52,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> Map&lt;String, Integer&gt; getInventory()
@ -90,7 +90,7 @@ This endpoint does not need any parameter.
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -132,7 +132,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(body)

View File

@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2*
| [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user |
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -96,7 +96,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -136,7 +136,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -178,7 +178,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -218,7 +218,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> String loginUser(username, password)
@ -260,7 +260,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -296,7 +296,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, body)

View File

@ -204,9 +204,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -217,6 +220,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -224,6 +228,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -231,6 +236,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test

View File

@ -149,9 +149,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -162,6 +165,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key

View File

@ -149,9 +149,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -162,6 +165,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key

View File

@ -204,9 +204,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -217,6 +220,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -224,6 +228,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -231,6 +236,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test

View File

@ -204,9 +204,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -217,6 +220,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -224,6 +228,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -231,6 +236,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test

View File

@ -204,9 +204,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -217,6 +220,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -224,6 +228,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -231,6 +236,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test

View File

@ -204,9 +204,12 @@ Class | Method | HTTP request | Description
- [XmlItem](docs/XmlItem.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -217,6 +220,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -224,6 +228,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -231,6 +236,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test

View File

@ -208,9 +208,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -221,6 +224,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -228,6 +232,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -235,16 +240,19 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication
<a id="bearer_test"></a>
### bearer_test
- **Type**: HTTP basic authentication
<a id="http_signature_test"></a>
### http_signature_test

View File

@ -120,10 +120,11 @@ Class | Method | HTTP request | Description
- [ByteArrayObject](docs/ByteArrayObject.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Authentication schemes defined for the API:
Endpoints do not require authorization.
## Recommendation

View File

@ -208,9 +208,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -221,6 +224,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -228,6 +232,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -235,16 +240,19 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication
<a id="bearer_test"></a>
### bearer_test
- **Type**: HTTP basic authentication
<a id="http_signature_test"></a>
### http_signature_test

View File

@ -159,9 +159,12 @@ Class | Method | HTTP request | Description
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="api_key"></a>
### api_key
@ -169,6 +172,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: X-Api-Key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query

View File

@ -150,10 +150,11 @@ Class | Method | HTTP request | Description
- [Parent](docs/Parent.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Authentication schemes defined for the API:
Endpoints do not require authorization.
## Recommendation

View File

@ -174,9 +174,12 @@ Class | Method | HTTP request | Description
- [User](docs/User.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -187,6 +190,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key

View File

@ -259,9 +259,12 @@ Class | Method | HTTP request | Description
- [Zebra](docs/Zebra.md)
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
@ -272,6 +275,7 @@ Authentication schemes defined for the API:
- write:pets: modify pets in your account
- read:pets: read your pets
<a id="api_key"></a>
### api_key
@ -279,6 +283,7 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key
- **Location**: HTTP header
<a id="api_key_query"></a>
### api_key_query
@ -286,16 +291,19 @@ Authentication schemes defined for the API:
- **API key parameter name**: api_key_query
- **Location**: URL query string
<a id="http_basic_test"></a>
### http_basic_test
- **Type**: HTTP basic authentication
<a id="bearer_test"></a>
### bearer_test
- **Type**: HTTP basic authentication
<a id="http_signature_test"></a>
### http_signature_test

View File

@ -15,7 +15,7 @@ Method | HTTP request | Description
[**updatePetWithForm**](#updatePetWithForm) | **POST** /pet/{petId} | Updates a pet in the store with form data
[**uploadFile**](#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
```java
Mono<Pet> PetController.addPet(pet)
@ -40,7 +40,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: `application/json`, `application/xml`
- **Produces Content-Type**: `application/xml`, `application/json`
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
```java
Mono<Object> PetController.deletePet(petIdapiKey)
@ -64,7 +64,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
```java
Mono<List<Pet>> PetController.findPetsByStatus(status)
@ -89,7 +89,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: `application/xml`, `application/json`
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
```java
Mono<List<Pet>> PetController.findPetsByTags(tags)
@ -114,7 +114,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: `application/xml`, `application/json`
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
```java
Mono<Pet> PetController.getPetById(petId)
@ -139,7 +139,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: `application/xml`, `application/json`
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
```java
Mono<Pet> PetController.updatePet(pet)
@ -164,7 +164,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: `application/json`, `application/xml`
- **Produces Content-Type**: `application/xml`, `application/json`
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
```java
Mono<Object> PetController.updatePetWithForm(petIdnamestatus)
@ -189,7 +189,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: `application/x-www-form-urlencoded`
- **Produces Content-Type**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
```java
Mono<ModelApiResponse> PetController.uploadFile(petIdadditionalMetadata_file)

View File

@ -11,7 +11,7 @@ Method | HTTP request | Description
[**getOrderById**](#getOrderById) | **GET** /store/order/{orderId} | Find purchase order by ID
[**placeOrder**](#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
```java
Mono<Object> StoreController.deleteOrder(orderId)
@ -32,7 +32,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
```java
Mono<Map<String, Integer>> StoreController.getInventory()
@ -53,7 +53,7 @@ Returns a map of status codes to quantities
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: `application/json`
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
```java
Mono<Order> StoreController.getOrderById(orderId)
@ -76,7 +76,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: `application/xml`, `application/json`
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
```java
Mono<Order> StoreController.placeOrder(order)

View File

@ -15,7 +15,7 @@ Method | HTTP request | Description
[**logoutUser**](#logoutUser) | **GET** /user/logout | Logs out current logged in user session
[**updateUser**](#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
```java
Mono<Object> UserController.createUser(user)
@ -38,7 +38,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: `application/json`
- **Produces Content-Type**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
```java
Mono<Object> UserController.createUsersWithArrayInput(user)
@ -61,7 +61,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: `application/json`
- **Produces Content-Type**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
```java
Mono<Object> UserController.createUsersWithListInput(user)
@ -84,7 +84,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: `application/json`
- **Produces Content-Type**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
```java
Mono<Object> UserController.deleteUser(username)
@ -107,7 +107,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
```java
Mono<User> UserController.getUserByName(username)
@ -130,7 +130,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: `application/xml`, `application/json`
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
```java
Mono<String> UserController.loginUser(usernamepassword)
@ -154,7 +154,7 @@ Name | Type | Description | Notes
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: `application/xml`, `application/json`
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
```java
Mono<Object> UserController.logoutUser()
@ -173,7 +173,7 @@ Logs out current logged in user session
- **Accepts Content-Type**: Not defined
- **Produces Content-Type**: Not defined
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
```java
Mono<Object> UserController.updateUser(usernameuser)