[kotlin] cleanup documentation (#15307)

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

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

* [kotlin] fix anchor links in documentation

---------

Co-authored-by: Tiffany Marrel <tiffany.marrel@flowable.com>
This commit is contained in:
Tiffany Marrel 2023-04-27 12:33:15 +02:00 committed by GitHub
parent e211e1451d
commit da96058f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
174 changed files with 756 additions and 728 deletions

View File

@ -53,7 +53,7 @@ This runs all tests and packages the library.
{{#jvm}}* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.{{/jvm}}
{{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}*
@ -65,7 +65,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}}
{{#generateModelDocs}}
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
{{#modelPackage}}
@ -77,19 +77,13 @@ No model defined in this package
{{/modelPackage}}
{{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}
All endpoints do not require authorization.
{{/authMethods}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
{{#last}}
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}- **Type**: API key

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
{{#operations}}
{{#operation}}
<a name="{{operationId}}"></a>
<a id="{{operationId}}"></a>
# **{{operationId}}**
> {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}})

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
{{/vars}}
{{#vars}}{{#isEnum}}
<a name="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
<a id="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
## Enum: {{baseName}}
Name | Value
---- | -----{{#allowableValues}}

View File

@ -176,7 +176,7 @@ Then, run:
This runs all tests and packages the library.
{{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}*
@ -188,7 +188,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}}
{{#generateModelDocs}}
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
{{#modelPackage}}
@ -200,19 +200,13 @@ No model defined in this package
{{/modelPackage}}
{{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}
All endpoints do not require authorization.
{{/authMethods}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
{{#last}}
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}- **Type**: API key

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}*
@ -40,7 +40,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}}
{{#generateModelDocs}}
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
{{#modelPackage}}
@ -52,19 +52,13 @@ No model defined in this package
{{/modelPackage}}
{{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}
All endpoints do not require authorization.
{{/authMethods}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
{{#last}}
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}- **Type**: API key

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
{{#operations}}
{{#operation}}
<a name="{{operationId}}"></a>
<a id="{{operationId}}"></a>
# **{{operationId}}**
> {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}})

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
{{/vars}}
{{#vars}}{{#isEnum}}
<a name="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
<a id="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
## Enum: {{baseName}}
Name | Value
---- | -----{{#allowableValues}}

View File

@ -45,7 +45,7 @@ docker run -p 8080:8080 {{artifactId}}
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}*
@ -57,7 +57,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}}
{{#generateModelDocs}}
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
{{#modelPackage}}
@ -69,19 +69,13 @@ No model defined in this package
{{/modelPackage}}
{{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}
All endpoints do not require authorization.
{{/authMethods}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
{{#last}}
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}- **Type**: API key

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}*
@ -40,7 +40,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}}
{{#generateModelDocs}}
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
{{#modelPackage}}
@ -52,19 +52,13 @@ No model defined in this package
{{/modelPackage}}
{{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}
All endpoints do not require authorization.
{{/authMethods}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
{{#last}}
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}- **Type**: API key

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
{{/vars}}
{{#vars}}{{#isEnum}}
<a name="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
<a id="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
## Enum: {{baseName}}
Name | Value
---- | -----{{#allowableValues}}

View File

@ -45,7 +45,7 @@ docker run -p 8080:8080 {{artifactId}}
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}*
@ -57,7 +57,7 @@ Class | Method | HTTP request | Description
{{/generateApiDocs}}
{{#generateModelDocs}}
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
{{#modelPackage}}
@ -69,19 +69,13 @@ No model defined in this package
{{/modelPackage}}
{{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}
All endpoints do not require authorization.
{{/authMethods}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
{{#last}}
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}- **Type**: API key

View File

@ -20,7 +20,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
{{#generateApiDocs}}
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *{{{basePath}}}*
@ -32,7 +32,7 @@ This runs all tests and packages the library.
{{/generateApiDocs}}
{{#generateModelDocs}}
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
{{#modelPackage}}
@ -44,19 +44,13 @@ This runs all tests and packages the library.
{{/modelPackage}}
{{/generateModelDocs}}
<a name="documentation-for-authorization"></a>{{! TODO: optional documentation for authorization? }}
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
{{^authMethods}}
All endpoints do not require authorization.
{{/authMethods}}
{{^authMethods}}Endpoints do not require authorization.{{/authMethods}}
{{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}}
{{#authMethods}}
{{#last}}
Authentication schemes defined for the API:
{{/last}}
{{/authMethods}}
{{#authMethods}}
<a name="{{name}}"></a>
<a id="{{name}}"></a>
### {{name}}
{{#isApiKey}}- **Type**: API key

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
{{#operations}}
{{#operation}}
<a name="{{operationId}}"></a>
<a id="{{operationId}}"></a>
# **{{operationId}}**
> {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}})

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
{{/vars}}
{{#vars}}{{#isEnum}}
<a name="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
<a id="{{{datatypeWithEnum}}}"></a>{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}}
## Enum: {{baseName}}
Name | Value
---- | -----{{#allowableValues}}

View File

@ -35,7 +35,7 @@ This runs all tests and packages the library.
* Supports SQLite types.
{{#generateModelDocs}}
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
{{#modelPackage}}

View File

@ -38,7 +38,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://example.org*
@ -48,7 +48,7 @@ Class | Method | HTTP request | Description
*BirdApi* | [**getBird**](docs/BirdApi.md#getbird) | **GET** /v1/bird/{id} |
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Animal](docs/Animal.md)
@ -56,10 +56,11 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.BirdAllOf](docs/BirdAllOf.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.
## Author

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**getBird**](BirdApi.md#getBird) | **GET** /v1/bird/{id} |
<a name="getBird"></a>
<a id="getBird"></a>
# **getBird**
> Bird getBird(id)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -47,12 +47,13 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} |
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} |
<a name="idsGet"></a>
<a id="idsGet"></a>
# **idsGet**
> idsGet(ids)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -47,12 +47,13 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} |
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} |
<a name="idsGet"></a>
<a id="idsGet"></a>
# **idsGet**
> idsGet(ids)

View File

@ -168,7 +168,7 @@ Then, run:
This runs all tests and packages the library.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -178,12 +178,13 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} |
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -38,12 +38,13 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**idsGet**](docs/DefaultApi.md#idsget) | **GET** /{ids} |
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} |
<a name="idsGet"></a>
<a id="idsGet"></a>
# **idsGet**
> idsGet(ids)

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -38,13 +38,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**testPost**](docs/DefaultApi.md#testpost) | **POST** /test |
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**testPost**](DefaultApi.md#testPost) | **POST** /test |
<a name="testPost"></a>
<a id="testPost"></a>
# **testPost**
> testPost(apa)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**testPost**](docs/DefaultApi.md#testpost) | **POST** /test |
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**testPost**](DefaultApi.md#testPost) | **POST** /test |
<a name="testPost"></a>
<a id="testPost"></a>
# **testPost**
> testPost(apa)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**test**](DefaultApi.md#test) | **POST** /test | Tests default values
<a name="test"></a>
<a id="test"></a>
# **test**
> test(pi0, pi1, pn0, pn1, qi0, qi1, qi2, qi3, qn0, qn1, qn2, qn3, hi0, hi1, hi2, hi3, hn0, hn1, hn2, hn3, fi0, fi1, fi2, fi3, fn0, fn1, fn2, fn3, fn4)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**test**](DefaultApi.md#test) | **POST** /test | Tests default values
<a name="test"></a>
<a id="test"></a>
# **test**
> test(pi0, pi1, pn0, pn1, qi0, qi1, qi2, qi3, qn0, qn1, qn2, qn3, hi0, hi1, hi2, hi3, hn0, hn1, hn2, hn3, fi0, fi1, fi2, fi3, fn0, fn1, fn2, fn3, fn4)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** test | Tests default values
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -168,7 +168,7 @@ Then, run:
This runs all tests and packages the library.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -178,13 +178,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -28,7 +28,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -38,13 +38,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**test**](docs/DefaultApi.md#test) | **POST** /test | Tests default values
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Apa](docs/Apa.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**test**](DefaultApi.md#test) | **POST** /test | Tests default values
<a name="test"></a>
<a id="test"></a>
# **test**
> test(pi0, pi1, pn0, pn1, qi0, qi1, qi2, qi3, qn0, qn1, qn2, qn3, hi0, hi1, hi2, hi3, hn0, hn1, hn2, hn3, fi0, fi1, fi2, fi3, fn0, fn1, fn2, fn3, fn4)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://localhost*
@ -47,13 +47,14 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**operation**](docs/DefaultApi.md#operation) | **GET** / |
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.ModelWithEnumPropertyHavingDefault](docs/ModelWithEnumPropertyHavingDefault.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
All endpoints do not require authorization.
Endpoints do not require authorization.

View File

@ -7,7 +7,7 @@ Method | HTTP request | Description
[**operation**](DefaultApi.md#operation) | **GET** / |
<a name="operation"></a>
<a id="operation"></a>
# **operation**
> ModelWithEnumPropertyHavingDefault operation()

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
**propertyName** | [**inline**](#PropertyName) | |
<a name="PropertyName"></a>
<a id="PropertyName"></a>
## Enum: propertyName
Name | Value
---- | -----

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -326,7 +326,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

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -326,7 +326,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

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getAllPets"></a>
<a id="getAllPets"></a>
# **getAllPets**
> kotlin.collections.List&lt;Pet&gt; getAllPets(lastUpdated)
@ -204,7 +204,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -254,7 +254,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -300,7 +300,7 @@ Configure petstore_auth:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -350,7 +350,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -326,7 +326,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

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: Not defined
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: Not defined
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,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 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -326,7 +326,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

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: Not defined
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: Not defined
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,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 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -326,7 +326,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

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> addPet(body)
@ -60,7 +60,7 @@ Configure petstore_auth:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -108,7 +108,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -157,7 +157,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -206,7 +206,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -256,7 +256,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> updatePet(body)
@ -302,7 +302,7 @@ Configure petstore_auth:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -352,7 +352,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(body)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(body)
@ -60,7 +60,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(body)
@ -104,7 +104,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(body)
@ -148,7 +148,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -194,7 +194,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -239,7 +239,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -286,7 +286,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -326,7 +326,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

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> Pet addPet(pet)
@ -63,7 +63,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -113,7 +113,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -162,7 +162,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -211,7 +211,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -261,7 +261,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> Pet updatePet(pet)
@ -310,7 +310,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -362,7 +362,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(order)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(user)
@ -63,7 +63,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(user)
@ -112,7 +112,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(user)
@ -161,7 +161,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -210,7 +210,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -257,7 +257,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -306,7 +306,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -351,7 +351,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, user)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> Pet addPet(pet)
@ -63,7 +63,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -113,7 +113,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -162,7 +162,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -211,7 +211,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -261,7 +261,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> Pet updatePet(pet)
@ -310,7 +310,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -362,7 +362,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(order)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(user)
@ -63,7 +63,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(user)
@ -112,7 +112,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(user)
@ -161,7 +161,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -210,7 +210,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -257,7 +257,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -306,7 +306,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -351,7 +351,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, user)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> Pet addPet(pet)
@ -63,7 +63,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -113,7 +113,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -162,7 +162,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -211,7 +211,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -261,7 +261,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> Pet updatePet(pet)
@ -310,7 +310,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -362,7 +362,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(order)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(user)
@ -63,7 +63,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(user)
@ -112,7 +112,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(user)
@ -161,7 +161,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -210,7 +210,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -257,7 +257,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -306,7 +306,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -351,7 +351,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, user)

View File

@ -37,7 +37,7 @@ This runs all tests and packages the library.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -66,7 +66,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -77,10 +77,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -90,7 +92,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**complete** | **kotlin.Boolean** | | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -12,7 +12,7 @@ Name | Type | Description | Notes
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a name="Status"></a>
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image
<a name="addPet"></a>
<a id="addPet"></a>
# **addPet**
> Pet addPet(pet)
@ -63,7 +63,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json
<a name="deletePet"></a>
<a id="deletePet"></a>
# **deletePet**
> deletePet(petId, apiKey)
@ -113,7 +113,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="findPetsByStatus"></a>
<a id="findPetsByStatus"></a>
# **findPetsByStatus**
> kotlin.collections.List&lt;Pet&gt; findPetsByStatus(status)
@ -162,7 +162,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="findPetsByTags"></a>
<a id="findPetsByTags"></a>
# **findPetsByTags**
> kotlin.collections.List&lt;Pet&gt; findPetsByTags(tags)
@ -211,7 +211,7 @@ Configure petstore_auth:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="getPetById"></a>
<a id="getPetById"></a>
# **getPetById**
> Pet getPetById(petId)
@ -261,7 +261,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="updatePet"></a>
<a id="updatePet"></a>
# **updatePet**
> Pet updatePet(pet)
@ -310,7 +310,7 @@ Configure petstore_auth:
- **Content-Type**: application/json, application/xml
- **Accept**: application/xml, application/json
<a name="updatePetWithForm"></a>
<a id="updatePetWithForm"></a>
# **updatePetWithForm**
> updatePetWithForm(petId, name, status)
@ -362,7 +362,7 @@ Configure petstore_auth:
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
<a name="uploadFile"></a>
<a id="uploadFile"></a>
# **uploadFile**
> ModelApiResponse uploadFile(petId, additionalMetadata, file)

View File

@ -10,7 +10,7 @@ Method | HTTP request | Description
[**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet
<a name="deleteOrder"></a>
<a id="deleteOrder"></a>
# **deleteOrder**
> deleteOrder(orderId)
@ -56,7 +56,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getInventory"></a>
<a id="getInventory"></a>
# **getInventory**
> kotlin.collections.Map&lt;kotlin.String, kotlin.Int&gt; getInventory()
@ -102,7 +102,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: application/json
<a name="getOrderById"></a>
<a id="getOrderById"></a>
# **getOrderById**
> Order getOrderById(orderId)
@ -149,7 +149,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="placeOrder"></a>
<a id="placeOrder"></a>
# **placeOrder**
> Order placeOrder(order)

View File

@ -14,7 +14,7 @@ Method | HTTP request | Description
[**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user
<a name="createUser"></a>
<a id="createUser"></a>
# **createUser**
> createUser(user)
@ -63,7 +63,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="createUsersWithArrayInput"></a>
<a id="createUsersWithArrayInput"></a>
# **createUsersWithArrayInput**
> createUsersWithArrayInput(user)
@ -112,7 +112,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="createUsersWithListInput"></a>
<a id="createUsersWithListInput"></a>
# **createUsersWithListInput**
> createUsersWithListInput(user)
@ -161,7 +161,7 @@ Configure api_key:
- **Content-Type**: application/json
- **Accept**: Not defined
<a name="deleteUser"></a>
<a id="deleteUser"></a>
# **deleteUser**
> deleteUser(username)
@ -210,7 +210,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="getUserByName"></a>
<a id="getUserByName"></a>
# **getUserByName**
> User getUserByName(username)
@ -257,7 +257,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="loginUser"></a>
<a id="loginUser"></a>
# **loginUser**
> kotlin.String loginUser(username, password)
@ -306,7 +306,7 @@ No authorization required
- **Content-Type**: Not defined
- **Accept**: application/xml, application/json
<a name="logoutUser"></a>
<a id="logoutUser"></a>
# **logoutUser**
> logoutUser()
@ -351,7 +351,7 @@ Configure api_key:
- **Content-Type**: Not defined
- **Accept**: Not defined
<a name="updateUser"></a>
<a id="updateUser"></a>
# **updateUser**
> updateUser(username, user)

View File

@ -168,7 +168,7 @@ Then, run:
This runs all tests and packages the library.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@ -197,7 +197,7 @@ Class | Method | HTTP request | Description
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.client.models.Category](docs/Category.md)
@ -208,10 +208,12 @@ Class | Method | HTTP request | Description
- [org.openapitools.client.models.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@ -221,7 +223,7 @@ Class | Method | HTTP request | Description
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key

Some files were not shown because too many files have changed in this diff Show More