From da96058f5bc0414900a38891c96e9a724fac89f4 Mon Sep 17 00:00:00 2001 From: Tiffany Marrel Date: Thu, 27 Apr 2023 12:33:15 +0200 Subject: [PATCH] [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 --- .../resources/kotlin-client/README.mustache | 18 ++++++------------ .../resources/kotlin-client/api_doc.mustache | 2 +- .../resources/kotlin-client/class_doc.mustache | 2 +- .../libraries/jvm-volley/README.mustache | 18 ++++++------------ .../kotlin-server-deprecated/README.mustache | 18 ++++++------------ .../kotlin-server-deprecated/api_doc.mustache | 2 +- .../class_doc.mustache | 2 +- .../libraries/ktor/README.mustache | 18 ++++++------------ .../resources/kotlin-server/README.mustache | 18 ++++++------------ .../resources/kotlin-server/class_doc.mustache | 2 +- .../libraries/ktor/README.mustache | 18 ++++++------------ .../kotlin-vertx-server/README.mustache | 18 ++++++------------ .../kotlin-vertx-server/api_doc.mustache | 2 +- .../kotlin-vertx-server/class_doc.mustache | 2 +- .../resources/ktorm-schema/README.mustache | 2 +- .../kotlin-allOff-discriminator/README.md | 9 +++++---- .../docs/BirdApi.md | 2 +- .../README.md | 9 +++++---- .../docs/DefaultApi.md | 2 +- .../README.md | 9 +++++---- .../docs/DefaultApi.md | 2 +- .../README.md | 9 +++++---- .../README.md | 9 +++++---- .../docs/DefaultApi.md | 2 +- .../README.md | 9 +++++---- .../docs/DefaultApi.md | 2 +- .../README.md | 9 +++++---- .../docs/DefaultApi.md | 2 +- .../README.md | 9 +++++---- .../docs/DefaultApi.md | 2 +- .../README.md | 9 +++++---- .../docs/DefaultApi.md | 2 +- .../README.md | 9 +++++---- .../kotlin-default-values-jvm-volley/README.md | 9 +++++---- .../README.md | 9 +++++---- .../docs/DefaultApi.md | 2 +- .../kotlin-enum-default-value/README.md | 9 +++++---- .../docs/DefaultApi.md | 2 +- .../docs/ModelWithEnumPropertyHavingDefault.md | 2 +- samples/client/petstore/kotlin-gson/README.md | 12 +++++++----- .../client/petstore/kotlin-gson/docs/Order.md | 2 +- .../client/petstore/kotlin-gson/docs/Pet.md | 2 +- .../client/petstore/kotlin-gson/docs/PetApi.md | 16 ++++++++-------- .../petstore/kotlin-gson/docs/StoreApi.md | 8 ++++---- .../petstore/kotlin-gson/docs/UserApi.md | 16 ++++++++-------- .../client/petstore/kotlin-jackson/README.md | 12 +++++++----- .../petstore/kotlin-jackson/docs/Order.md | 2 +- .../client/petstore/kotlin-jackson/docs/Pet.md | 2 +- .../petstore/kotlin-jackson/docs/PetApi.md | 16 ++++++++-------- .../petstore/kotlin-jackson/docs/StoreApi.md | 8 ++++---- .../petstore/kotlin-jackson/docs/UserApi.md | 16 ++++++++-------- .../kotlin-json-request-string/README.md | 12 +++++++----- .../kotlin-json-request-string/docs/Order.md | 2 +- .../kotlin-json-request-string/docs/Pet.md | 2 +- .../kotlin-json-request-string/docs/PetApi.md | 16 ++++++++-------- .../docs/StoreApi.md | 8 ++++---- .../kotlin-json-request-string/docs/UserApi.md | 16 ++++++++-------- .../petstore/kotlin-jvm-ktor-gson/README.md | 12 +++++++----- .../kotlin-jvm-ktor-gson/docs/Order.md | 2 +- .../petstore/kotlin-jvm-ktor-gson/docs/Pet.md | 2 +- .../kotlin-jvm-ktor-gson/docs/PetApi.md | 16 ++++++++-------- .../kotlin-jvm-ktor-gson/docs/StoreApi.md | 8 ++++---- .../kotlin-jvm-ktor-gson/docs/UserApi.md | 16 ++++++++-------- .../petstore/kotlin-jvm-ktor-jackson/README.md | 12 +++++++----- .../kotlin-jvm-ktor-jackson/docs/Order.md | 2 +- .../kotlin-jvm-ktor-jackson/docs/Pet.md | 2 +- .../kotlin-jvm-ktor-jackson/docs/PetApi.md | 16 ++++++++-------- .../kotlin-jvm-ktor-jackson/docs/StoreApi.md | 8 ++++---- .../kotlin-jvm-ktor-jackson/docs/UserApi.md | 16 ++++++++-------- .../kotlin-jvm-okhttp4-coroutines/README.md | 12 +++++++----- .../docs/Order.md | 2 +- .../kotlin-jvm-okhttp4-coroutines/docs/Pet.md | 2 +- .../docs/PetApi.md | 16 ++++++++-------- .../docs/StoreApi.md | 8 ++++---- .../docs/UserApi.md | 16 ++++++++-------- .../petstore/kotlin-jvm-vertx-gson/README.md | 12 +++++++----- .../kotlin-jvm-vertx-gson/docs/Order.md | 2 +- .../petstore/kotlin-jvm-vertx-gson/docs/Pet.md | 2 +- .../kotlin-jvm-vertx-gson/docs/PetApi.md | 16 ++++++++-------- .../kotlin-jvm-vertx-gson/docs/StoreApi.md | 8 ++++---- .../kotlin-jvm-vertx-gson/docs/UserApi.md | 16 ++++++++-------- .../README.md | 12 +++++++----- .../docs/Order.md | 2 +- .../docs/Pet.md | 2 +- .../docs/PetApi.md | 16 ++++++++-------- .../docs/StoreApi.md | 8 ++++---- .../docs/UserApi.md | 16 ++++++++-------- .../kotlin-jvm-vertx-jackson/README.md | 12 +++++++----- .../kotlin-jvm-vertx-jackson/docs/Order.md | 2 +- .../kotlin-jvm-vertx-jackson/docs/Pet.md | 2 +- .../kotlin-jvm-vertx-jackson/docs/PetApi.md | 16 ++++++++-------- .../kotlin-jvm-vertx-jackson/docs/StoreApi.md | 8 ++++---- .../kotlin-jvm-vertx-jackson/docs/UserApi.md | 16 ++++++++-------- .../petstore/kotlin-jvm-vertx-moshi/README.md | 12 +++++++----- .../kotlin-jvm-vertx-moshi/docs/Order.md | 2 +- .../kotlin-jvm-vertx-moshi/docs/Pet.md | 2 +- .../kotlin-jvm-vertx-moshi/docs/PetApi.md | 16 ++++++++-------- .../kotlin-jvm-vertx-moshi/docs/StoreApi.md | 8 ++++---- .../kotlin-jvm-vertx-moshi/docs/UserApi.md | 16 ++++++++-------- .../petstore/kotlin-jvm-volley/README.md | 12 +++++++----- .../petstore/kotlin-jvm-volley/docs/Order.md | 2 +- .../petstore/kotlin-jvm-volley/docs/Pet.md | 2 +- .../petstore/kotlin-modelMutable/README.md | 12 +++++++----- .../petstore/kotlin-modelMutable/docs/Order.md | 2 +- .../petstore/kotlin-modelMutable/docs/Pet.md | 2 +- .../kotlin-modelMutable/docs/PetApi.md | 16 ++++++++-------- .../kotlin-modelMutable/docs/StoreApi.md | 8 ++++---- .../kotlin-modelMutable/docs/UserApi.md | 16 ++++++++-------- .../petstore/kotlin-moshi-codegen/README.md | 12 +++++++----- .../kotlin-moshi-codegen/docs/Order.md | 2 +- .../petstore/kotlin-moshi-codegen/docs/Pet.md | 2 +- .../kotlin-moshi-codegen/docs/PetApi.md | 16 ++++++++-------- .../kotlin-moshi-codegen/docs/StoreApi.md | 8 ++++---- .../kotlin-moshi-codegen/docs/UserApi.md | 16 ++++++++-------- .../petstore/kotlin-multiplatform/README.md | 12 +++++++----- .../kotlin-multiplatform/docs/Order.md | 2 +- .../petstore/kotlin-multiplatform/docs/Pet.md | 2 +- .../kotlin-multiplatform/docs/PetApi.md | 16 ++++++++-------- .../kotlin-multiplatform/docs/StoreApi.md | 8 ++++---- .../kotlin-multiplatform/docs/UserApi.md | 16 ++++++++-------- .../client/petstore/kotlin-nonpublic/README.md | 12 +++++++----- .../petstore/kotlin-nonpublic/docs/Order.md | 2 +- .../petstore/kotlin-nonpublic/docs/Pet.md | 2 +- .../petstore/kotlin-nonpublic/docs/PetApi.md | 16 ++++++++-------- .../petstore/kotlin-nonpublic/docs/StoreApi.md | 8 ++++---- .../petstore/kotlin-nonpublic/docs/UserApi.md | 16 ++++++++-------- .../client/petstore/kotlin-nullable/README.md | 12 +++++++----- .../petstore/kotlin-nullable/docs/Order.md | 2 +- .../petstore/kotlin-nullable/docs/Pet.md | 2 +- .../petstore/kotlin-nullable/docs/PetApi.md | 16 ++++++++-------- .../petstore/kotlin-nullable/docs/StoreApi.md | 8 ++++---- .../petstore/kotlin-nullable/docs/UserApi.md | 16 ++++++++-------- .../client/petstore/kotlin-okhttp3/README.md | 12 +++++++----- .../petstore/kotlin-okhttp3/docs/Order.md | 2 +- .../client/petstore/kotlin-okhttp3/docs/Pet.md | 2 +- .../petstore/kotlin-okhttp3/docs/PetApi.md | 16 ++++++++-------- .../petstore/kotlin-okhttp3/docs/StoreApi.md | 8 ++++---- .../petstore/kotlin-okhttp3/docs/UserApi.md | 16 ++++++++-------- .../README.md | 12 +++++++----- .../docs/Order.md | 2 +- .../docs/Pet.md | 2 +- .../petstore/kotlin-retrofit2-rx3/README.md | 12 +++++++----- .../kotlin-retrofit2-rx3/docs/Order.md | 2 +- .../petstore/kotlin-retrofit2-rx3/docs/Pet.md | 2 +- .../client/petstore/kotlin-retrofit2/README.md | 12 +++++++----- .../petstore/kotlin-retrofit2/docs/Order.md | 2 +- .../petstore/kotlin-retrofit2/docs/Pet.md | 2 +- .../client/petstore/kotlin-string/README.md | 12 +++++++----- .../petstore/kotlin-string/docs/Order.md | 2 +- .../client/petstore/kotlin-string/docs/Pet.md | 2 +- .../petstore/kotlin-string/docs/PetApi.md | 16 ++++++++-------- .../petstore/kotlin-string/docs/StoreApi.md | 8 ++++---- .../petstore/kotlin-string/docs/UserApi.md | 16 ++++++++-------- .../petstore/kotlin-threetenbp/README.md | 12 +++++++----- .../petstore/kotlin-threetenbp/docs/Order.md | 2 +- .../petstore/kotlin-threetenbp/docs/Pet.md | 2 +- .../petstore/kotlin-threetenbp/docs/PetApi.md | 16 ++++++++-------- .../kotlin-threetenbp/docs/StoreApi.md | 8 ++++---- .../petstore/kotlin-threetenbp/docs/UserApi.md | 16 ++++++++-------- .../petstore/kotlin-uppercase-enum/README.md | 9 +++++---- .../kotlin-uppercase-enum/docs/EnumApi.md | 2 +- samples/client/petstore/kotlin/README.md | 12 +++++++----- samples/client/petstore/kotlin/docs/Order.md | 2 +- samples/client/petstore/kotlin/docs/Pet.md | 2 +- samples/client/petstore/kotlin/docs/PetApi.md | 16 ++++++++-------- .../client/petstore/kotlin/docs/StoreApi.md | 8 ++++---- samples/client/petstore/kotlin/docs/UserApi.md | 16 ++++++++-------- .../petstore/ktorm-modelMutable/README.md | 2 +- samples/schema/petstore/ktorm/README.md | 2 +- .../kotlin-server-modelMutable/README.md | 12 +++++++----- .../kotlin-server/jaxrs-spec/README.md | 12 +++++++----- .../petstore/kotlin-server/ktor/README.md | 12 +++++++----- .../kotlin-vertx-modelMutable/README.md | 12 +++++++----- samples/server/petstore/kotlin/vertx/README.md | 12 +++++++----- 174 files changed, 756 insertions(+), 728 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/kotlin-client/README.mustache b/modules/openapi-generator/src/main/resources/kotlin-client/README.mustache index 3d75062afa9..63cc4054f35 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-client/README.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-client/README.mustache @@ -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}} - + ## Documentation for API Endpoints All URIs are relative to *{{{basePath}}}* @@ -65,7 +65,7 @@ Class | Method | HTTP request | Description {{/generateApiDocs}} {{#generateModelDocs}} - + ## Documentation for Models {{#modelPackage}} @@ -77,19 +77,13 @@ No model defined in this package {{/modelPackage}} {{/generateModelDocs}} -{{! TODO: optional documentation for authorization? }} + ## 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}} - + ### {{name}} {{#isApiKey}}- **Type**: API key diff --git a/modules/openapi-generator/src/main/resources/kotlin-client/api_doc.mustache b/modules/openapi-generator/src/main/resources/kotlin-client/api_doc.mustache index 951de3c0595..5104b96904e 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-client/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-client/api_doc.mustache @@ -10,7 +10,7 @@ Method | HTTP request | Description {{#operations}} {{#operation}} - + # **{{operationId}}** > {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}) diff --git a/modules/openapi-generator/src/main/resources/kotlin-client/class_doc.mustache b/modules/openapi-generator/src/main/resources/kotlin-client/class_doc.mustache index a3405b25c84..b6b482afb78 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-client/class_doc.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-client/class_doc.mustache @@ -7,7 +7,7 @@ Name | Type | Description | Notes {{/vars}} {{#vars}}{{#isEnum}} -{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} +{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} ## Enum: {{baseName}} Name | Value ---- | -----{{#allowableValues}} diff --git a/modules/openapi-generator/src/main/resources/kotlin-client/libraries/jvm-volley/README.mustache b/modules/openapi-generator/src/main/resources/kotlin-client/libraries/jvm-volley/README.mustache index b007ccc4814..125192b1113 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-client/libraries/jvm-volley/README.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-client/libraries/jvm-volley/README.mustache @@ -176,7 +176,7 @@ Then, run: This runs all tests and packages the library. {{#generateApiDocs}} - + ## Documentation for API Endpoints All URIs are relative to *{{{basePath}}}* @@ -188,7 +188,7 @@ Class | Method | HTTP request | Description {{/generateApiDocs}} {{#generateModelDocs}} - + ## Documentation for Models {{#modelPackage}} @@ -200,19 +200,13 @@ No model defined in this package {{/modelPackage}} {{/generateModelDocs}} -{{! TODO: optional documentation for authorization? }} + ## 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}} - + ### {{name}} {{#isApiKey}}- **Type**: API key diff --git a/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/README.mustache b/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/README.mustache index aeea405e036..5e2bcb9d0e9 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/README.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/README.mustache @@ -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}} - + ## Documentation for API Endpoints All URIs are relative to *{{{basePath}}}* @@ -40,7 +40,7 @@ Class | Method | HTTP request | Description {{/generateApiDocs}} {{#generateModelDocs}} - + ## Documentation for Models {{#modelPackage}} @@ -52,19 +52,13 @@ No model defined in this package {{/modelPackage}} {{/generateModelDocs}} -{{! TODO: optional documentation for authorization? }} + ## 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}} - + ### {{name}} {{#isApiKey}}- **Type**: API key diff --git a/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/api_doc.mustache b/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/api_doc.mustache index 6553762ac7c..b8a85ab653e 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/api_doc.mustache @@ -10,7 +10,7 @@ Method | HTTP request | Description {{#operations}} {{#operation}} - + # **{{operationId}}** > {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}) diff --git a/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/class_doc.mustache b/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/class_doc.mustache index a3405b25c84..b6b482afb78 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/class_doc.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/class_doc.mustache @@ -7,7 +7,7 @@ Name | Type | Description | Notes {{/vars}} {{#vars}}{{#isEnum}} -{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} +{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} ## Enum: {{baseName}} Name | Value ---- | -----{{#allowableValues}} diff --git a/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/libraries/ktor/README.mustache b/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/libraries/ktor/README.mustache index 4898feaad7b..221b63ea42b 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/libraries/ktor/README.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-server-deprecated/libraries/ktor/README.mustache @@ -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}} - + ## Documentation for API Endpoints All URIs are relative to *{{{basePath}}}* @@ -57,7 +57,7 @@ Class | Method | HTTP request | Description {{/generateApiDocs}} {{#generateModelDocs}} - + ## Documentation for Models {{#modelPackage}} @@ -69,19 +69,13 @@ No model defined in this package {{/modelPackage}} {{/generateModelDocs}} -{{! TODO: optional documentation for authorization? }} + ## 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}} - + ### {{name}} {{#isApiKey}}- **Type**: API key diff --git a/modules/openapi-generator/src/main/resources/kotlin-server/README.mustache b/modules/openapi-generator/src/main/resources/kotlin-server/README.mustache index 60d9a5dc78d..cf18405ead3 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-server/README.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-server/README.mustache @@ -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}} - + ## Documentation for API Endpoints All URIs are relative to *{{{basePath}}}* @@ -40,7 +40,7 @@ Class | Method | HTTP request | Description {{/generateApiDocs}} {{#generateModelDocs}} - + ## Documentation for Models {{#modelPackage}} @@ -52,19 +52,13 @@ No model defined in this package {{/modelPackage}} {{/generateModelDocs}} -{{! TODO: optional documentation for authorization? }} + ## 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}} - + ### {{name}} {{#isApiKey}}- **Type**: API key diff --git a/modules/openapi-generator/src/main/resources/kotlin-server/class_doc.mustache b/modules/openapi-generator/src/main/resources/kotlin-server/class_doc.mustache index a3405b25c84..b6b482afb78 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-server/class_doc.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-server/class_doc.mustache @@ -7,7 +7,7 @@ Name | Type | Description | Notes {{/vars}} {{#vars}}{{#isEnum}} -{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} +{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} ## Enum: {{baseName}} Name | Value ---- | -----{{#allowableValues}} diff --git a/modules/openapi-generator/src/main/resources/kotlin-server/libraries/ktor/README.mustache b/modules/openapi-generator/src/main/resources/kotlin-server/libraries/ktor/README.mustache index 9fcf9e41c16..b8c36668618 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-server/libraries/ktor/README.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-server/libraries/ktor/README.mustache @@ -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}} - + ## Documentation for API Endpoints All URIs are relative to *{{{basePath}}}* @@ -57,7 +57,7 @@ Class | Method | HTTP request | Description {{/generateApiDocs}} {{#generateModelDocs}} - + ## Documentation for Models {{#modelPackage}} @@ -69,19 +69,13 @@ No model defined in this package {{/modelPackage}} {{/generateModelDocs}} -{{! TODO: optional documentation for authorization? }} + ## 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}} - + ### {{name}} {{#isApiKey}}- **Type**: API key diff --git a/modules/openapi-generator/src/main/resources/kotlin-vertx-server/README.mustache b/modules/openapi-generator/src/main/resources/kotlin-vertx-server/README.mustache index 8eda53012f8..624db1ac918 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-vertx-server/README.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-vertx-server/README.mustache @@ -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}} - + ## Documentation for API Endpoints All URIs are relative to *{{{basePath}}}* @@ -32,7 +32,7 @@ This runs all tests and packages the library. {{/generateApiDocs}} {{#generateModelDocs}} - + ## Documentation for Models {{#modelPackage}} @@ -44,19 +44,13 @@ This runs all tests and packages the library. {{/modelPackage}} {{/generateModelDocs}} -{{! TODO: optional documentation for authorization? }} + ## 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}} - + ### {{name}} {{#isApiKey}}- **Type**: API key diff --git a/modules/openapi-generator/src/main/resources/kotlin-vertx-server/api_doc.mustache b/modules/openapi-generator/src/main/resources/kotlin-vertx-server/api_doc.mustache index e3882ae5692..31dee489e67 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-vertx-server/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-vertx-server/api_doc.mustache @@ -10,7 +10,7 @@ Method | HTTP request | Description {{#operations}} {{#operation}} - + # **{{operationId}}** > {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}) diff --git a/modules/openapi-generator/src/main/resources/kotlin-vertx-server/class_doc.mustache b/modules/openapi-generator/src/main/resources/kotlin-vertx-server/class_doc.mustache index a3405b25c84..b6b482afb78 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-vertx-server/class_doc.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-vertx-server/class_doc.mustache @@ -7,7 +7,7 @@ Name | Type | Description | Notes {{/vars}} {{#vars}}{{#isEnum}} -{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} +{{!NOTE: see java's resources "pojo_doc.mustache" once enums are fully implemented}} ## Enum: {{baseName}} Name | Value ---- | -----{{#allowableValues}} diff --git a/modules/openapi-generator/src/main/resources/ktorm-schema/README.mustache b/modules/openapi-generator/src/main/resources/ktorm-schema/README.mustache index ecf0a6edb02..c8f70f92b27 100644 --- a/modules/openapi-generator/src/main/resources/ktorm-schema/README.mustache +++ b/modules/openapi-generator/src/main/resources/ktorm-schema/README.mustache @@ -35,7 +35,7 @@ This runs all tests and packages the library. * Supports SQLite types. {{#generateModelDocs}} - + ## Documentation for Models {{#modelPackage}} diff --git a/samples/client/petstore/kotlin-allOff-discriminator/README.md b/samples/client/petstore/kotlin-allOff-discriminator/README.md index 743b4f59052..ce31dd73eef 100644 --- a/samples/client/petstore/kotlin-allOff-discriminator/README.md +++ b/samples/client/petstore/kotlin-allOff-discriminator/README.md @@ -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. - + ## 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} | - + ## 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) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + ## Author diff --git a/samples/client/petstore/kotlin-allOff-discriminator/docs/BirdApi.md b/samples/client/petstore/kotlin-allOff-discriminator/docs/BirdApi.md index 53b9bec328c..61dcdb135c4 100644 --- a/samples/client/petstore/kotlin-allOff-discriminator/docs/BirdApi.md +++ b/samples/client/petstore/kotlin-allOff-discriminator/docs/BirdApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**getBird**](BirdApi.md#getBird) | **GET** /v1/bird/{id} | - + # **getBird** > Bird getBird(id) diff --git a/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp3/README.md b/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp3/README.md index db54378ab54..c3d7f59de4b 100644 --- a/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp3/README.md +++ b/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp3/README.md @@ -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. - + ## 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} | - + ## Documentation for Models - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp3/docs/DefaultApi.md b/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp3/docs/DefaultApi.md index 45b43113f19..39a71e41a1c 100644 --- a/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp3/docs/DefaultApi.md +++ b/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp3/docs/DefaultApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} | - + # **idsGet** > idsGet(ids) diff --git a/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4/README.md b/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4/README.md index db54378ab54..c3d7f59de4b 100644 --- a/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4/README.md +++ b/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4/README.md @@ -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. - + ## 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} | - + ## Documentation for Models - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4/docs/DefaultApi.md b/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4/docs/DefaultApi.md index 45b43113f19..39a71e41a1c 100644 --- a/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4/docs/DefaultApi.md +++ b/samples/client/petstore/kotlin-array-simple-string-jvm-okhttp4/docs/DefaultApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} | - + # **idsGet** > idsGet(ids) diff --git a/samples/client/petstore/kotlin-array-simple-string-jvm-volley/README.md b/samples/client/petstore/kotlin-array-simple-string-jvm-volley/README.md index ede0c53981f..dcc7645b923 100644 --- a/samples/client/petstore/kotlin-array-simple-string-jvm-volley/README.md +++ b/samples/client/petstore/kotlin-array-simple-string-jvm-volley/README.md @@ -168,7 +168,7 @@ Then, run: This runs all tests and packages the library. - + ## 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} | - + ## Documentation for Models - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-array-simple-string-multiplatform/README.md b/samples/client/petstore/kotlin-array-simple-string-multiplatform/README.md index a0768dda373..9e0dac3f08c 100644 --- a/samples/client/petstore/kotlin-array-simple-string-multiplatform/README.md +++ b/samples/client/petstore/kotlin-array-simple-string-multiplatform/README.md @@ -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. - + ## 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} | - + ## Documentation for Models - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-array-simple-string-multiplatform/docs/DefaultApi.md b/samples/client/petstore/kotlin-array-simple-string-multiplatform/docs/DefaultApi.md index 45b43113f19..39a71e41a1c 100644 --- a/samples/client/petstore/kotlin-array-simple-string-multiplatform/docs/DefaultApi.md +++ b/samples/client/petstore/kotlin-array-simple-string-multiplatform/docs/DefaultApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**idsGet**](DefaultApi.md#idsGet) | **GET** /{ids} | - + # **idsGet** > idsGet(ids) diff --git a/samples/client/petstore/kotlin-bigdecimal-default-multiplatform/README.md b/samples/client/petstore/kotlin-bigdecimal-default-multiplatform/README.md index 5e3b917974c..6a2665af30e 100644 --- a/samples/client/petstore/kotlin-bigdecimal-default-multiplatform/README.md +++ b/samples/client/petstore/kotlin-bigdecimal-default-multiplatform/README.md @@ -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. - + ## 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 | - + ## Documentation for Models - [org.openapitools.client.models.Apa](docs/Apa.md) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-bigdecimal-default-multiplatform/docs/DefaultApi.md b/samples/client/petstore/kotlin-bigdecimal-default-multiplatform/docs/DefaultApi.md index 4bc4c342267..cd47c985617 100644 --- a/samples/client/petstore/kotlin-bigdecimal-default-multiplatform/docs/DefaultApi.md +++ b/samples/client/petstore/kotlin-bigdecimal-default-multiplatform/docs/DefaultApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**testPost**](DefaultApi.md#testPost) | **POST** /test | - + # **testPost** > testPost(apa) diff --git a/samples/client/petstore/kotlin-bigdecimal-default-okhttp4/README.md b/samples/client/petstore/kotlin-bigdecimal-default-okhttp4/README.md index 6fce6a46e0e..b36aa5fe040 100644 --- a/samples/client/petstore/kotlin-bigdecimal-default-okhttp4/README.md +++ b/samples/client/petstore/kotlin-bigdecimal-default-okhttp4/README.md @@ -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. - + ## 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 | - + ## Documentation for Models - [org.openapitools.client.models.Apa](docs/Apa.md) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-bigdecimal-default-okhttp4/docs/DefaultApi.md b/samples/client/petstore/kotlin-bigdecimal-default-okhttp4/docs/DefaultApi.md index 4bc4c342267..cd47c985617 100644 --- a/samples/client/petstore/kotlin-bigdecimal-default-okhttp4/docs/DefaultApi.md +++ b/samples/client/petstore/kotlin-bigdecimal-default-okhttp4/docs/DefaultApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**testPost**](DefaultApi.md#testPost) | **POST** /test | - + # **testPost** > testPost(apa) diff --git a/samples/client/petstore/kotlin-default-values-jvm-okhttp3/README.md b/samples/client/petstore/kotlin-default-values-jvm-okhttp3/README.md index b7e7e8b1c53..c7664df744b 100644 --- a/samples/client/petstore/kotlin-default-values-jvm-okhttp3/README.md +++ b/samples/client/petstore/kotlin-default-values-jvm-okhttp3/README.md @@ -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. - + ## 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 - + ## Documentation for Models - [org.openapitools.client.models.Apa](docs/Apa.md) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-default-values-jvm-okhttp3/docs/DefaultApi.md b/samples/client/petstore/kotlin-default-values-jvm-okhttp3/docs/DefaultApi.md index beff84ea665..1a992fdc282 100644 --- a/samples/client/petstore/kotlin-default-values-jvm-okhttp3/docs/DefaultApi.md +++ b/samples/client/petstore/kotlin-default-values-jvm-okhttp3/docs/DefaultApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**test**](DefaultApi.md#test) | **POST** /test | Tests default values - + # **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) diff --git a/samples/client/petstore/kotlin-default-values-jvm-okhttp4/README.md b/samples/client/petstore/kotlin-default-values-jvm-okhttp4/README.md index b7e7e8b1c53..c7664df744b 100644 --- a/samples/client/petstore/kotlin-default-values-jvm-okhttp4/README.md +++ b/samples/client/petstore/kotlin-default-values-jvm-okhttp4/README.md @@ -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. - + ## 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 - + ## Documentation for Models - [org.openapitools.client.models.Apa](docs/Apa.md) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-default-values-jvm-okhttp4/docs/DefaultApi.md b/samples/client/petstore/kotlin-default-values-jvm-okhttp4/docs/DefaultApi.md index beff84ea665..1a992fdc282 100644 --- a/samples/client/petstore/kotlin-default-values-jvm-okhttp4/docs/DefaultApi.md +++ b/samples/client/petstore/kotlin-default-values-jvm-okhttp4/docs/DefaultApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**test**](DefaultApi.md#test) | **POST** /test | Tests default values - + # **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) diff --git a/samples/client/petstore/kotlin-default-values-jvm-retrofit2/README.md b/samples/client/petstore/kotlin-default-values-jvm-retrofit2/README.md index 341981ae117..0b5042b0110 100644 --- a/samples/client/petstore/kotlin-default-values-jvm-retrofit2/README.md +++ b/samples/client/petstore/kotlin-default-values-jvm-retrofit2/README.md @@ -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. - + ## 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 - + ## Documentation for Models - [org.openapitools.client.models.Apa](docs/Apa.md) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-default-values-jvm-volley/README.md b/samples/client/petstore/kotlin-default-values-jvm-volley/README.md index 749aa7803d9..463409139a4 100644 --- a/samples/client/petstore/kotlin-default-values-jvm-volley/README.md +++ b/samples/client/petstore/kotlin-default-values-jvm-volley/README.md @@ -168,7 +168,7 @@ Then, run: This runs all tests and packages the library. - + ## 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 - + ## Documentation for Models - [org.openapitools.client.models.Apa](docs/Apa.md) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-default-values-multiplatform/README.md b/samples/client/petstore/kotlin-default-values-multiplatform/README.md index 7bd76d98278..c3bf191f22b 100644 --- a/samples/client/petstore/kotlin-default-values-multiplatform/README.md +++ b/samples/client/petstore/kotlin-default-values-multiplatform/README.md @@ -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. - + ## 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 - + ## Documentation for Models - [org.openapitools.client.models.Apa](docs/Apa.md) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-default-values-multiplatform/docs/DefaultApi.md b/samples/client/petstore/kotlin-default-values-multiplatform/docs/DefaultApi.md index d163784e169..a390a08d48d 100644 --- a/samples/client/petstore/kotlin-default-values-multiplatform/docs/DefaultApi.md +++ b/samples/client/petstore/kotlin-default-values-multiplatform/docs/DefaultApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**test**](DefaultApi.md#test) | **POST** /test | Tests default values - + # **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) diff --git a/samples/client/petstore/kotlin-enum-default-value/README.md b/samples/client/petstore/kotlin-enum-default-value/README.md index f2d8500aa2e..8d62cff3f8c 100644 --- a/samples/client/petstore/kotlin-enum-default-value/README.md +++ b/samples/client/petstore/kotlin-enum-default-value/README.md @@ -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. - + ## 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** / | - + ## Documentation for Models - [org.openapitools.client.models.ModelWithEnumPropertyHavingDefault](docs/ModelWithEnumPropertyHavingDefault.md) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-enum-default-value/docs/DefaultApi.md b/samples/client/petstore/kotlin-enum-default-value/docs/DefaultApi.md index 958931d0aba..3a7312c1255 100644 --- a/samples/client/petstore/kotlin-enum-default-value/docs/DefaultApi.md +++ b/samples/client/petstore/kotlin-enum-default-value/docs/DefaultApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**operation**](DefaultApi.md#operation) | **GET** / | - + # **operation** > ModelWithEnumPropertyHavingDefault operation() diff --git a/samples/client/petstore/kotlin-enum-default-value/docs/ModelWithEnumPropertyHavingDefault.md b/samples/client/petstore/kotlin-enum-default-value/docs/ModelWithEnumPropertyHavingDefault.md index 363543468fe..78e81a749c7 100644 --- a/samples/client/petstore/kotlin-enum-default-value/docs/ModelWithEnumPropertyHavingDefault.md +++ b/samples/client/petstore/kotlin-enum-default-value/docs/ModelWithEnumPropertyHavingDefault.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **propertyName** | [**inline**](#PropertyName) | | - + ## Enum: propertyName Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-gson/README.md b/samples/client/petstore/kotlin-gson/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-gson/README.md +++ b/samples/client/petstore/kotlin-gson/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-gson/docs/Order.md b/samples/client/petstore/kotlin-gson/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-gson/docs/Order.md +++ b/samples/client/petstore/kotlin-gson/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-gson/docs/Pet.md b/samples/client/petstore/kotlin-gson/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-gson/docs/Pet.md +++ b/samples/client/petstore/kotlin-gson/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-gson/docs/PetApi.md b/samples/client/petstore/kotlin-gson/docs/PetApi.md index 038c57e68ec..bb8451def0d 100644 --- a/samples/client/petstore/kotlin-gson/docs/PetApi.md +++ b/samples/client/petstore/kotlin-gson/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-gson/docs/StoreApi.md b/samples/client/petstore/kotlin-gson/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin-gson/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-gson/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-gson/docs/UserApi.md b/samples/client/petstore/kotlin-gson/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin-gson/docs/UserApi.md +++ b/samples/client/petstore/kotlin-gson/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-jackson/README.md b/samples/client/petstore/kotlin-jackson/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-jackson/README.md +++ b/samples/client/petstore/kotlin-jackson/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-jackson/docs/Order.md b/samples/client/petstore/kotlin-jackson/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-jackson/docs/Order.md +++ b/samples/client/petstore/kotlin-jackson/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jackson/docs/Pet.md b/samples/client/petstore/kotlin-jackson/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-jackson/docs/Pet.md +++ b/samples/client/petstore/kotlin-jackson/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jackson/docs/PetApi.md b/samples/client/petstore/kotlin-jackson/docs/PetApi.md index 038c57e68ec..bb8451def0d 100644 --- a/samples/client/petstore/kotlin-jackson/docs/PetApi.md +++ b/samples/client/petstore/kotlin-jackson/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-jackson/docs/StoreApi.md b/samples/client/petstore/kotlin-jackson/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin-jackson/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-jackson/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-jackson/docs/UserApi.md b/samples/client/petstore/kotlin-jackson/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin-jackson/docs/UserApi.md +++ b/samples/client/petstore/kotlin-jackson/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-json-request-string/README.md b/samples/client/petstore/kotlin-json-request-string/README.md index dcf5aba4ef4..edd0780c8b9 100644 --- a/samples/client/petstore/kotlin-json-request-string/README.md +++ b/samples/client/petstore/kotlin-json-request-string/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-json-request-string/docs/Order.md b/samples/client/petstore/kotlin-json-request-string/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-json-request-string/docs/Order.md +++ b/samples/client/petstore/kotlin-json-request-string/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-json-request-string/docs/Pet.md b/samples/client/petstore/kotlin-json-request-string/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-json-request-string/docs/Pet.md +++ b/samples/client/petstore/kotlin-json-request-string/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-json-request-string/docs/PetApi.md b/samples/client/petstore/kotlin-json-request-string/docs/PetApi.md index 417acfb195b..9fb6cf76a0b 100644 --- a/samples/client/petstore/kotlin-json-request-string/docs/PetApi.md +++ b/samples/client/petstore/kotlin-json-request-string/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getAllPets** > kotlin.collections.List<Pet> getAllPets(lastUpdated) @@ -204,7 +204,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -254,7 +254,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -300,7 +300,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -350,7 +350,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-json-request-string/docs/StoreApi.md b/samples/client/petstore/kotlin-json-request-string/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin-json-request-string/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-json-request-string/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-json-request-string/docs/UserApi.md b/samples/client/petstore/kotlin-json-request-string/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin-json-request-string/docs/UserApi.md +++ b/samples/client/petstore/kotlin-json-request-string/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-jvm-ktor-gson/README.md b/samples/client/petstore/kotlin-jvm-ktor-gson/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-gson/README.md +++ b/samples/client/petstore/kotlin-jvm-ktor-gson/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/Order.md b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/Order.md +++ b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/Pet.md b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/Pet.md +++ b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/PetApi.md b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/PetApi.md index efde11091c5..851879ed2f4 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/PetApi.md +++ b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/StoreApi.md b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/StoreApi.md index bec2f21a2ed..d111b2911d7 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/UserApi.md b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/UserApi.md index fd98ce696ad..afcdb070dbb 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-gson/docs/UserApi.md +++ b/samples/client/petstore/kotlin-jvm-ktor-gson/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-jvm-ktor-jackson/README.md b/samples/client/petstore/kotlin-jvm-ktor-jackson/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-jackson/README.md +++ b/samples/client/petstore/kotlin-jvm-ktor-jackson/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/Order.md b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/Order.md +++ b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/Pet.md b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/Pet.md +++ b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/PetApi.md b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/PetApi.md index efde11091c5..851879ed2f4 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/PetApi.md +++ b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/StoreApi.md b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/StoreApi.md index bec2f21a2ed..d111b2911d7 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/UserApi.md b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/UserApi.md index fd98ce696ad..afcdb070dbb 100644 --- a/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/UserApi.md +++ b/samples/client/petstore/kotlin-jvm-ktor-jackson/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/README.md b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/README.md +++ b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/Order.md b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/Order.md +++ b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/Pet.md b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/Pet.md +++ b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/PetApi.md b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/PetApi.md index 038c57e68ec..bb8451def0d 100644 --- a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/PetApi.md +++ b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/StoreApi.md b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/UserApi.md b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/UserApi.md +++ b/samples/client/petstore/kotlin-jvm-okhttp4-coroutines/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-jvm-vertx-gson/README.md b/samples/client/petstore/kotlin-jvm-vertx-gson/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-gson/README.md +++ b/samples/client/petstore/kotlin-jvm-vertx-gson/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/Order.md b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/Order.md +++ b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/Pet.md b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/Pet.md +++ b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/PetApi.md b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/PetApi.md index 6962f148b59..000d91fd381 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/PetApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > Pet addPet(pet) @@ -63,7 +63,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: application/xml, application/json - + # **deletePet** > deletePet(petId, apiKey) @@ -113,7 +113,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -162,7 +162,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -211,7 +211,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **getPetById** > Pet getPetById(petId) @@ -261,7 +261,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **updatePet** > Pet updatePet(pet) @@ -310,7 +310,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: application/xml, application/json - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -362,7 +362,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/StoreApi.md b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/StoreApi.md index e7398986d04..76ca75818c6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **placeOrder** > Order placeOrder(order) diff --git a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/UserApi.md b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/UserApi.md index e674269be5e..cc033aebee6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-gson/docs/UserApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-gson/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(user) @@ -63,7 +63,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(user) @@ -112,7 +112,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(user) @@ -161,7 +161,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -210,7 +210,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -257,7 +257,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -306,7 +306,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **logoutUser** > logoutUser() @@ -351,7 +351,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, user) diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/README.md b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/README.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/Order.md b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/Order.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/Pet.md b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/Pet.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/PetApi.md b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/PetApi.md index 6962f148b59..000d91fd381 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/PetApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > Pet addPet(pet) @@ -63,7 +63,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: application/xml, application/json - + # **deletePet** > deletePet(petId, apiKey) @@ -113,7 +113,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -162,7 +162,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -211,7 +211,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **getPetById** > Pet getPetById(petId) @@ -261,7 +261,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **updatePet** > Pet updatePet(pet) @@ -310,7 +310,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: application/xml, application/json - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -362,7 +362,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/StoreApi.md b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/StoreApi.md index e7398986d04..76ca75818c6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **placeOrder** > Order placeOrder(order) diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/UserApi.md b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/UserApi.md index e674269be5e..cc033aebee6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/UserApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson-coroutines/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(user) @@ -63,7 +63,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(user) @@ -112,7 +112,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(user) @@ -161,7 +161,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -210,7 +210,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -257,7 +257,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -306,7 +306,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **logoutUser** > logoutUser() @@ -351,7 +351,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, user) diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson/README.md b/samples/client/petstore/kotlin-jvm-vertx-jackson/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson/README.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/Order.md b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/Order.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/Pet.md b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/Pet.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/PetApi.md b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/PetApi.md index 6962f148b59..000d91fd381 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/PetApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > Pet addPet(pet) @@ -63,7 +63,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: application/xml, application/json - + # **deletePet** > deletePet(petId, apiKey) @@ -113,7 +113,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -162,7 +162,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -211,7 +211,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **getPetById** > Pet getPetById(petId) @@ -261,7 +261,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **updatePet** > Pet updatePet(pet) @@ -310,7 +310,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: application/xml, application/json - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -362,7 +362,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/StoreApi.md b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/StoreApi.md index e7398986d04..76ca75818c6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **placeOrder** > Order placeOrder(order) diff --git a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/UserApi.md b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/UserApi.md index e674269be5e..cc033aebee6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/UserApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-jackson/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(user) @@ -63,7 +63,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(user) @@ -112,7 +112,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(user) @@ -161,7 +161,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -210,7 +210,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -257,7 +257,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -306,7 +306,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **logoutUser** > logoutUser() @@ -351,7 +351,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, user) diff --git a/samples/client/petstore/kotlin-jvm-vertx-moshi/README.md b/samples/client/petstore/kotlin-jvm-vertx-moshi/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-moshi/README.md +++ b/samples/client/petstore/kotlin-jvm-vertx-moshi/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/Order.md b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/Order.md +++ b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/Pet.md b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/Pet.md +++ b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/PetApi.md b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/PetApi.md index 6962f148b59..000d91fd381 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/PetApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > Pet addPet(pet) @@ -63,7 +63,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: application/xml, application/json - + # **deletePet** > deletePet(petId, apiKey) @@ -113,7 +113,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -162,7 +162,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -211,7 +211,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **getPetById** > Pet getPetById(petId) @@ -261,7 +261,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **updatePet** > Pet updatePet(pet) @@ -310,7 +310,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: application/xml, application/json - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -362,7 +362,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/StoreApi.md b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/StoreApi.md index e7398986d04..76ca75818c6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **placeOrder** > Order placeOrder(order) diff --git a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/UserApi.md b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/UserApi.md index e674269be5e..cc033aebee6 100644 --- a/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/UserApi.md +++ b/samples/client/petstore/kotlin-jvm-vertx-moshi/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(user) @@ -63,7 +63,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(user) @@ -112,7 +112,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(user) @@ -161,7 +161,7 @@ Configure api_key: - **Content-Type**: application/json - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -210,7 +210,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -257,7 +257,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -306,7 +306,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **logoutUser** > logoutUser() @@ -351,7 +351,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, user) diff --git a/samples/client/petstore/kotlin-jvm-volley/README.md b/samples/client/petstore/kotlin-jvm-volley/README.md index ea70a2c10aa..253aa14af25 100644 --- a/samples/client/petstore/kotlin-jvm-volley/README.md +++ b/samples/client/petstore/kotlin-jvm-volley/README.md @@ -168,7 +168,7 @@ Then, run: This runs all tests and packages the library. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-jvm-volley/docs/Order.md b/samples/client/petstore/kotlin-jvm-volley/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-jvm-volley/docs/Order.md +++ b/samples/client/petstore/kotlin-jvm-volley/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-jvm-volley/docs/Pet.md b/samples/client/petstore/kotlin-jvm-volley/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-jvm-volley/docs/Pet.md +++ b/samples/client/petstore/kotlin-jvm-volley/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-modelMutable/README.md b/samples/client/petstore/kotlin-modelMutable/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-modelMutable/README.md +++ b/samples/client/petstore/kotlin-modelMutable/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-modelMutable/docs/Order.md b/samples/client/petstore/kotlin-modelMutable/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-modelMutable/docs/Order.md +++ b/samples/client/petstore/kotlin-modelMutable/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-modelMutable/docs/Pet.md b/samples/client/petstore/kotlin-modelMutable/docs/Pet.md index 1052b7da882..bc78b7d7e8a 100644 --- a/samples/client/petstore/kotlin-modelMutable/docs/Pet.md +++ b/samples/client/petstore/kotlin-modelMutable/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-modelMutable/docs/PetApi.md b/samples/client/petstore/kotlin-modelMutable/docs/PetApi.md index 895092d6e0f..a0ec9fb4937 100644 --- a/samples/client/petstore/kotlin-modelMutable/docs/PetApi.md +++ b/samples/client/petstore/kotlin-modelMutable/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.MutableList<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.MutableList<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-modelMutable/docs/StoreApi.md b/samples/client/petstore/kotlin-modelMutable/docs/StoreApi.md index 7edeaf16398..c1daafdb52d 100644 --- a/samples/client/petstore/kotlin-modelMutable/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-modelMutable/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.MutableMap<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-modelMutable/docs/UserApi.md b/samples/client/petstore/kotlin-modelMutable/docs/UserApi.md index 60f882a1a21..9fa3944313f 100644 --- a/samples/client/petstore/kotlin-modelMutable/docs/UserApi.md +++ b/samples/client/petstore/kotlin-modelMutable/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-moshi-codegen/README.md b/samples/client/petstore/kotlin-moshi-codegen/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-moshi-codegen/README.md +++ b/samples/client/petstore/kotlin-moshi-codegen/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-moshi-codegen/docs/Order.md b/samples/client/petstore/kotlin-moshi-codegen/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-moshi-codegen/docs/Order.md +++ b/samples/client/petstore/kotlin-moshi-codegen/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-moshi-codegen/docs/Pet.md b/samples/client/petstore/kotlin-moshi-codegen/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-moshi-codegen/docs/Pet.md +++ b/samples/client/petstore/kotlin-moshi-codegen/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-moshi-codegen/docs/PetApi.md b/samples/client/petstore/kotlin-moshi-codegen/docs/PetApi.md index 038c57e68ec..bb8451def0d 100644 --- a/samples/client/petstore/kotlin-moshi-codegen/docs/PetApi.md +++ b/samples/client/petstore/kotlin-moshi-codegen/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-moshi-codegen/docs/StoreApi.md b/samples/client/petstore/kotlin-moshi-codegen/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin-moshi-codegen/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-moshi-codegen/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-moshi-codegen/docs/UserApi.md b/samples/client/petstore/kotlin-moshi-codegen/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin-moshi-codegen/docs/UserApi.md +++ b/samples/client/petstore/kotlin-moshi-codegen/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-multiplatform/README.md b/samples/client/petstore/kotlin-multiplatform/README.md index 5fef7c71f8a..bdc31197a60 100644 --- a/samples/client/petstore/kotlin-multiplatform/README.md +++ b/samples/client/petstore/kotlin-multiplatform/README.md @@ -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. - + ## Documentation for API Endpoints All URIs are relative to *http://petstore.swagger.io/v2* @@ -57,7 +57,7 @@ Class | Method | HTTP request | Description *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user - + ## Documentation for Models - [org.openapitools.client.models.Category](docs/Category.md) @@ -68,10 +68,12 @@ Class | Method | HTTP request | Description - [org.openapitools.client.models.User](docs/User.md) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### petstore_auth - **Type**: OAuth @@ -81,7 +83,7 @@ Class | Method | HTTP request | Description - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-multiplatform/docs/Order.md b/samples/client/petstore/kotlin-multiplatform/docs/Order.md index 6105916fc11..f4dcee6911b 100644 --- a/samples/client/petstore/kotlin-multiplatform/docs/Order.md +++ b/samples/client/petstore/kotlin-multiplatform/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-multiplatform/docs/Pet.md b/samples/client/petstore/kotlin-multiplatform/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-multiplatform/docs/Pet.md +++ b/samples/client/petstore/kotlin-multiplatform/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-multiplatform/docs/PetApi.md b/samples/client/petstore/kotlin-multiplatform/docs/PetApi.md index efde11091c5..851879ed2f4 100644 --- a/samples/client/petstore/kotlin-multiplatform/docs/PetApi.md +++ b/samples/client/petstore/kotlin-multiplatform/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-multiplatform/docs/StoreApi.md b/samples/client/petstore/kotlin-multiplatform/docs/StoreApi.md index bec2f21a2ed..d111b2911d7 100644 --- a/samples/client/petstore/kotlin-multiplatform/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-multiplatform/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-multiplatform/docs/UserApi.md b/samples/client/petstore/kotlin-multiplatform/docs/UserApi.md index fd98ce696ad..afcdb070dbb 100644 --- a/samples/client/petstore/kotlin-multiplatform/docs/UserApi.md +++ b/samples/client/petstore/kotlin-multiplatform/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-nonpublic/README.md b/samples/client/petstore/kotlin-nonpublic/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-nonpublic/README.md +++ b/samples/client/petstore/kotlin-nonpublic/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-nonpublic/docs/Order.md b/samples/client/petstore/kotlin-nonpublic/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-nonpublic/docs/Order.md +++ b/samples/client/petstore/kotlin-nonpublic/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-nonpublic/docs/Pet.md b/samples/client/petstore/kotlin-nonpublic/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-nonpublic/docs/Pet.md +++ b/samples/client/petstore/kotlin-nonpublic/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-nonpublic/docs/PetApi.md b/samples/client/petstore/kotlin-nonpublic/docs/PetApi.md index 038c57e68ec..bb8451def0d 100644 --- a/samples/client/petstore/kotlin-nonpublic/docs/PetApi.md +++ b/samples/client/petstore/kotlin-nonpublic/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-nonpublic/docs/StoreApi.md b/samples/client/petstore/kotlin-nonpublic/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin-nonpublic/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-nonpublic/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-nonpublic/docs/UserApi.md b/samples/client/petstore/kotlin-nonpublic/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin-nonpublic/docs/UserApi.md +++ b/samples/client/petstore/kotlin-nonpublic/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-nullable/README.md b/samples/client/petstore/kotlin-nullable/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-nullable/README.md +++ b/samples/client/petstore/kotlin-nullable/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-nullable/docs/Order.md b/samples/client/petstore/kotlin-nullable/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-nullable/docs/Order.md +++ b/samples/client/petstore/kotlin-nullable/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-nullable/docs/Pet.md b/samples/client/petstore/kotlin-nullable/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-nullable/docs/Pet.md +++ b/samples/client/petstore/kotlin-nullable/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-nullable/docs/PetApi.md b/samples/client/petstore/kotlin-nullable/docs/PetApi.md index be940c52ee7..f0abe6d6282 100644 --- a/samples/client/petstore/kotlin-nullable/docs/PetApi.md +++ b/samples/client/petstore/kotlin-nullable/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-nullable/docs/StoreApi.md b/samples/client/petstore/kotlin-nullable/docs/StoreApi.md index f11c3b6ea16..ddbe2dc5a1f 100644 --- a/samples/client/petstore/kotlin-nullable/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-nullable/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-nullable/docs/UserApi.md b/samples/client/petstore/kotlin-nullable/docs/UserApi.md index 94e67903d16..f3efec08f4d 100644 --- a/samples/client/petstore/kotlin-nullable/docs/UserApi.md +++ b/samples/client/petstore/kotlin-nullable/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-okhttp3/README.md b/samples/client/petstore/kotlin-okhttp3/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-okhttp3/README.md +++ b/samples/client/petstore/kotlin-okhttp3/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-okhttp3/docs/Order.md b/samples/client/petstore/kotlin-okhttp3/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-okhttp3/docs/Order.md +++ b/samples/client/petstore/kotlin-okhttp3/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-okhttp3/docs/Pet.md b/samples/client/petstore/kotlin-okhttp3/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-okhttp3/docs/Pet.md +++ b/samples/client/petstore/kotlin-okhttp3/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-okhttp3/docs/PetApi.md b/samples/client/petstore/kotlin-okhttp3/docs/PetApi.md index 038c57e68ec..bb8451def0d 100644 --- a/samples/client/petstore/kotlin-okhttp3/docs/PetApi.md +++ b/samples/client/petstore/kotlin-okhttp3/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-okhttp3/docs/StoreApi.md b/samples/client/petstore/kotlin-okhttp3/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin-okhttp3/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-okhttp3/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-okhttp3/docs/UserApi.md b/samples/client/petstore/kotlin-okhttp3/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin-okhttp3/docs/UserApi.md +++ b/samples/client/petstore/kotlin-okhttp3/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/README.md b/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/README.md index f6ddc74a3fd..9d54fdd01c0 100644 --- a/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/README.md +++ b/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/docs/Order.md b/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/docs/Order.md +++ b/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/docs/Pet.md b/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/docs/Pet.md +++ b/samples/client/petstore/kotlin-retrofit2-kotlinx_serialization/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-retrofit2-rx3/README.md b/samples/client/petstore/kotlin-retrofit2-rx3/README.md index f6ddc74a3fd..9d54fdd01c0 100644 --- a/samples/client/petstore/kotlin-retrofit2-rx3/README.md +++ b/samples/client/petstore/kotlin-retrofit2-rx3/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-retrofit2-rx3/docs/Order.md b/samples/client/petstore/kotlin-retrofit2-rx3/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-retrofit2-rx3/docs/Order.md +++ b/samples/client/petstore/kotlin-retrofit2-rx3/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-retrofit2-rx3/docs/Pet.md b/samples/client/petstore/kotlin-retrofit2-rx3/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-retrofit2-rx3/docs/Pet.md +++ b/samples/client/petstore/kotlin-retrofit2-rx3/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-retrofit2/README.md b/samples/client/petstore/kotlin-retrofit2/README.md index f6ddc74a3fd..9d54fdd01c0 100644 --- a/samples/client/petstore/kotlin-retrofit2/README.md +++ b/samples/client/petstore/kotlin-retrofit2/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-retrofit2/docs/Order.md b/samples/client/petstore/kotlin-retrofit2/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin-retrofit2/docs/Order.md +++ b/samples/client/petstore/kotlin-retrofit2/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-retrofit2/docs/Pet.md b/samples/client/petstore/kotlin-retrofit2/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-retrofit2/docs/Pet.md +++ b/samples/client/petstore/kotlin-retrofit2/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-string/README.md b/samples/client/petstore/kotlin-string/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-string/README.md +++ b/samples/client/petstore/kotlin-string/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-string/docs/Order.md b/samples/client/petstore/kotlin-string/docs/Order.md index 6105916fc11..f4dcee6911b 100644 --- a/samples/client/petstore/kotlin-string/docs/Order.md +++ b/samples/client/petstore/kotlin-string/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-string/docs/Pet.md b/samples/client/petstore/kotlin-string/docs/Pet.md index bda418cbf65..fd228b90c94 100644 --- a/samples/client/petstore/kotlin-string/docs/Pet.md +++ b/samples/client/petstore/kotlin-string/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-string/docs/PetApi.md b/samples/client/petstore/kotlin-string/docs/PetApi.md index 3173ade5c86..6c4987ca054 100644 --- a/samples/client/petstore/kotlin-string/docs/PetApi.md +++ b/samples/client/petstore/kotlin-string/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(apiKey, petId) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-string/docs/StoreApi.md b/samples/client/petstore/kotlin-string/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin-string/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-string/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-string/docs/UserApi.md b/samples/client/petstore/kotlin-string/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin-string/docs/UserApi.md +++ b/samples/client/petstore/kotlin-string/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-threetenbp/README.md b/samples/client/petstore/kotlin-threetenbp/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin-threetenbp/README.md +++ b/samples/client/petstore/kotlin-threetenbp/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin-threetenbp/docs/Order.md b/samples/client/petstore/kotlin-threetenbp/docs/Order.md index aba9a5d0d1b..f340d1f5591 100644 --- a/samples/client/petstore/kotlin-threetenbp/docs/Order.md +++ b/samples/client/petstore/kotlin-threetenbp/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-threetenbp/docs/Pet.md b/samples/client/petstore/kotlin-threetenbp/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin-threetenbp/docs/Pet.md +++ b/samples/client/petstore/kotlin-threetenbp/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin-threetenbp/docs/PetApi.md b/samples/client/petstore/kotlin-threetenbp/docs/PetApi.md index 038c57e68ec..bb8451def0d 100644 --- a/samples/client/petstore/kotlin-threetenbp/docs/PetApi.md +++ b/samples/client/petstore/kotlin-threetenbp/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin-threetenbp/docs/StoreApi.md b/samples/client/petstore/kotlin-threetenbp/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin-threetenbp/docs/StoreApi.md +++ b/samples/client/petstore/kotlin-threetenbp/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin-threetenbp/docs/UserApi.md b/samples/client/petstore/kotlin-threetenbp/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin-threetenbp/docs/UserApi.md +++ b/samples/client/petstore/kotlin-threetenbp/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/kotlin-uppercase-enum/README.md b/samples/client/petstore/kotlin-uppercase-enum/README.md index c55bfe4f6af..4f5b63ba847 100644 --- a/samples/client/petstore/kotlin-uppercase-enum/README.md +++ b/samples/client/petstore/kotlin-uppercase-enum/README.md @@ -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. - + ## Documentation for API Endpoints All URIs are relative to *http://petstore.swagger.io/v2* @@ -47,13 +47,14 @@ Class | Method | HTTP request | Description *EnumApi* | [**getEnum**](docs/EnumApi.md#getenum) | **GET** /enum | Get enums - + ## Documentation for Models - [org.openapitools.client.models.PetEnum](docs/PetEnum.md) - + ## Documentation for Authorization -All endpoints do not require authorization. +Endpoints do not require authorization. + diff --git a/samples/client/petstore/kotlin-uppercase-enum/docs/EnumApi.md b/samples/client/petstore/kotlin-uppercase-enum/docs/EnumApi.md index 232d56ed631..94dcfcdaa83 100644 --- a/samples/client/petstore/kotlin-uppercase-enum/docs/EnumApi.md +++ b/samples/client/petstore/kotlin-uppercase-enum/docs/EnumApi.md @@ -7,7 +7,7 @@ Method | HTTP request | Description [**getEnum**](EnumApi.md#getEnum) | **GET** /enum | Get enums - + # **getEnum** > PetEnum getEnum() diff --git a/samples/client/petstore/kotlin/README.md b/samples/client/petstore/kotlin/README.md index 8fd412db314..c97b251aba1 100644 --- a/samples/client/petstore/kotlin/README.md +++ b/samples/client/petstore/kotlin/README.md @@ -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. - + ## 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 - + ## 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) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### 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 - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/kotlin/docs/Order.md b/samples/client/petstore/kotlin/docs/Order.md index 94ab0d537e5..c0c951b22d3 100644 --- a/samples/client/petstore/kotlin/docs/Order.md +++ b/samples/client/petstore/kotlin/docs/Order.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **complete** | **kotlin.Boolean** | | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin/docs/Pet.md b/samples/client/petstore/kotlin/docs/Pet.md index bc3dd89718f..da70fca06e6 100644 --- a/samples/client/petstore/kotlin/docs/Pet.md +++ b/samples/client/petstore/kotlin/docs/Pet.md @@ -12,7 +12,7 @@ Name | Type | Description | Notes **status** | [**inline**](#Status) | pet status in the store | [optional] - + ## Enum: status Name | Value ---- | ----- diff --git a/samples/client/petstore/kotlin/docs/PetApi.md b/samples/client/petstore/kotlin/docs/PetApi.md index 038c57e68ec..bb8451def0d 100644 --- a/samples/client/petstore/kotlin/docs/PetApi.md +++ b/samples/client/petstore/kotlin/docs/PetApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** > addPet(body) @@ -60,7 +60,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -108,7 +108,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > kotlin.collections.List<Pet> findPetsByStatus(status) @@ -157,7 +157,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **findPetsByTags** > kotlin.collections.List<Pet> findPetsByTags(tags) @@ -206,7 +206,7 @@ Configure petstore_auth: - **Content-Type**: Not defined - **Accept**: application/json - + # **getPetById** > Pet getPetById(petId) @@ -256,7 +256,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **updatePet** > updatePet(body) @@ -302,7 +302,7 @@ Configure petstore_auth: - **Content-Type**: application/json - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -352,7 +352,7 @@ Configure petstore_auth: - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, file) diff --git a/samples/client/petstore/kotlin/docs/StoreApi.md b/samples/client/petstore/kotlin/docs/StoreApi.md index c55032ffa26..9515ccd6d0c 100644 --- a/samples/client/petstore/kotlin/docs/StoreApi.md +++ b/samples/client/petstore/kotlin/docs/StoreApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** > deleteOrder(orderId) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > kotlin.collections.Map<kotlin.String, kotlin.Int> getInventory() @@ -102,7 +102,7 @@ Configure api_key: - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -149,7 +149,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/kotlin/docs/UserApi.md b/samples/client/petstore/kotlin/docs/UserApi.md index e54decd3ba9..fdf75275cb9 100644 --- a/samples/client/petstore/kotlin/docs/UserApi.md +++ b/samples/client/petstore/kotlin/docs/UserApi.md @@ -14,7 +14,7 @@ Method | HTTP request | Description [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** > createUser(body) @@ -60,7 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -104,7 +104,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -148,7 +148,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -194,7 +194,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -239,7 +239,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **loginUser** > kotlin.String loginUser(username, password) @@ -286,7 +286,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json - + # **logoutUser** > logoutUser() @@ -326,7 +326,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/schema/petstore/ktorm-modelMutable/README.md b/samples/schema/petstore/ktorm-modelMutable/README.md index 252a12e56d7..47081cd8269 100644 --- a/samples/schema/petstore/ktorm-modelMutable/README.md +++ b/samples/schema/petstore/ktorm-modelMutable/README.md @@ -17,7 +17,7 @@ This runs all tests and packages the library. * Supports Mapper using API model classes. * Supports SQLite types. - + ## Documentation for Models - [org.openapitools.database.models.ApiResponse](docs/ApiResponse.md) diff --git a/samples/schema/petstore/ktorm/README.md b/samples/schema/petstore/ktorm/README.md index 252a12e56d7..47081cd8269 100644 --- a/samples/schema/petstore/ktorm/README.md +++ b/samples/schema/petstore/ktorm/README.md @@ -17,7 +17,7 @@ This runs all tests and packages the library. * Supports Mapper using API model classes. * Supports SQLite types. - + ## Documentation for Models - [org.openapitools.database.models.ApiResponse](docs/ApiResponse.md) diff --git a/samples/server/petstore/kotlin-server-modelMutable/README.md b/samples/server/petstore/kotlin-server-modelMutable/README.md index f93aeafd6ca..820f88e29de 100644 --- a/samples/server/petstore/kotlin-server-modelMutable/README.md +++ b/samples/server/petstore/kotlin-server-modelMutable/README.md @@ -42,7 +42,7 @@ docker run -p 8080:8080 kotlin-server * ~Supports collection formats for query parameters: csv, tsv, ssv, pipes.~ * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. - + ## Documentation for API Endpoints All URIs are relative to *http://petstore.swagger.io/v2* @@ -71,7 +71,7 @@ Class | Method | HTTP request | Description *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user - + ## Documentation for Models - [org.openapitools.server.models.Category](docs/Category.md) @@ -82,10 +82,12 @@ Class | Method | HTTP request | Description - [org.openapitools.server.models.User](docs/User.md) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### petstore_auth - **Type**: OAuth @@ -95,7 +97,7 @@ Class | Method | HTTP request | Description - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key diff --git a/samples/server/petstore/kotlin-server/jaxrs-spec/README.md b/samples/server/petstore/kotlin-server/jaxrs-spec/README.md index e933830469f..231a738d36c 100644 --- a/samples/server/petstore/kotlin-server/jaxrs-spec/README.md +++ b/samples/server/petstore/kotlin-server/jaxrs-spec/README.md @@ -27,7 +27,7 @@ This runs all tests and packages the library. * Supports collection formats for query parameters: csv, tsv, ssv, pipes. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. - + ## Documentation for API Endpoints All URIs are relative to *http://petstore.swagger.io/v2* @@ -56,7 +56,7 @@ Class | Method | HTTP request | Description *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user - + ## Documentation for Models - [org.openapitools.server.models.Category](docs/Category.md) @@ -67,10 +67,12 @@ Class | Method | HTTP request | Description - [org.openapitools.server.models.User](docs/User.md) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### petstore_auth - **Type**: OAuth @@ -80,7 +82,7 @@ Class | Method | HTTP request | Description - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key diff --git a/samples/server/petstore/kotlin-server/ktor/README.md b/samples/server/petstore/kotlin-server/ktor/README.md index f93aeafd6ca..820f88e29de 100644 --- a/samples/server/petstore/kotlin-server/ktor/README.md +++ b/samples/server/petstore/kotlin-server/ktor/README.md @@ -42,7 +42,7 @@ docker run -p 8080:8080 kotlin-server * ~Supports collection formats for query parameters: csv, tsv, ssv, pipes.~ * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. - + ## Documentation for API Endpoints All URIs are relative to *http://petstore.swagger.io/v2* @@ -71,7 +71,7 @@ Class | Method | HTTP request | Description *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user - + ## Documentation for Models - [org.openapitools.server.models.Category](docs/Category.md) @@ -82,10 +82,12 @@ Class | Method | HTTP request | Description - [org.openapitools.server.models.User](docs/User.md) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### petstore_auth - **Type**: OAuth @@ -95,7 +97,7 @@ Class | Method | HTTP request | Description - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key diff --git a/samples/server/petstore/kotlin-vertx-modelMutable/README.md b/samples/server/petstore/kotlin-vertx-modelMutable/README.md index b06b4181852..f510dff19bc 100644 --- a/samples/server/petstore/kotlin-vertx-modelMutable/README.md +++ b/samples/server/petstore/kotlin-vertx-modelMutable/README.md @@ -19,7 +19,7 @@ This runs all tests and packages the library. * Supports collection formats for query parameters: csv, tsv, ssv, pipes. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. - + ## Documentation for API Endpoints All URIs are relative to *http://petstore.swagger.io/v2* @@ -48,7 +48,7 @@ This runs all tests and packages the library. *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user - + ## Documentation for Models - [org.openapitools.server.api.model.Category](docs/Category.md) @@ -59,10 +59,12 @@ This runs all tests and packages the library. - [org.openapitools.server.api.model.User](docs/User.md) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### petstore_auth - **Type**: OAuth @@ -72,7 +74,7 @@ This runs all tests and packages the library. - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key diff --git a/samples/server/petstore/kotlin/vertx/README.md b/samples/server/petstore/kotlin/vertx/README.md index b06b4181852..f510dff19bc 100644 --- a/samples/server/petstore/kotlin/vertx/README.md +++ b/samples/server/petstore/kotlin/vertx/README.md @@ -19,7 +19,7 @@ This runs all tests and packages the library. * Supports collection formats for query parameters: csv, tsv, ssv, pipes. * Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions. - + ## Documentation for API Endpoints All URIs are relative to *http://petstore.swagger.io/v2* @@ -48,7 +48,7 @@ This runs all tests and packages the library. *UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user - + ## Documentation for Models - [org.openapitools.server.api.model.Category](docs/Category.md) @@ -59,10 +59,12 @@ This runs all tests and packages the library. - [org.openapitools.server.api.model.User](docs/User.md) - + ## Documentation for Authorization - + +Authentication schemes defined for the API: + ### petstore_auth - **Type**: OAuth @@ -72,7 +74,7 @@ This runs all tests and packages the library. - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key