From 34d221c7dbf57edec35a562db4115c32f0ab2115 Mon Sep 17 00:00:00 2001 From: Tiffany Marrel Date: Fri, 21 Apr 2023 09:30:09 +0200 Subject: [PATCH] [Java] fix anchor links in documentation --- .../src/main/resources/Java/README.mustache | 4 +-- .../apache-httpclient/README.mustache | 4 +-- .../Java/libraries/native/README.mustache | 4 +-- .../Java/libraries/native/api_doc.mustache | 2 +- .../libraries/okhttp-gson/README.mustache | 4 +-- .../libraries/okhttp-gson/api_doc.mustache | 2 +- .../libraries/rest-assured/api_doc.mustache | 2 +- .../client/doc/api_doc.mustache | 2 +- .../java-micronaut/client/doc/auth.mustache | 2 +- .../server/doc/controller_doc.mustache | 2 +- .../echo_api/java/apache-httpclient/README.md | 2 +- samples/client/echo_api/java/native/README.md | 2 +- .../echo_api/java/okhttp-gson/README.md | 2 +- .../echo_api/java/okhttp-gson/docs/BodyApi.md | 12 ++++---- .../echo_api/java/okhttp-gson/docs/FormApi.md | 2 +- .../java/okhttp-gson/docs/HeaderApi.md | 2 +- .../echo_api/java/okhttp-gson/docs/PathApi.md | 2 +- .../java/okhttp-gson/docs/QueryApi.md | 16 +++++----- .../java/okhttp-gson-streaming/README.md | 2 +- .../okhttp-gson-streaming/docs/PingApi.md | 4 +-- .../docs/apis/AnotherFakeApi.md | 2 +- .../docs/apis/FakeApi.md | 28 ++++++++--------- .../docs/apis/FakeClassnameTags123Api.md | 2 +- .../java-micronaut-client/docs/apis/PetApi.md | 18 +++++------ .../docs/apis/StoreApi.md | 8 ++--- .../docs/apis/UserApi.md | 16 +++++----- .../java-micronaut-client/docs/apis/auth.md | 8 ++--- .../petstore/java/apache-httpclient/README.md | 14 ++++----- .../petstore/java/google-api-client/README.md | 10 +++---- .../client/petstore/java/jersey1/README.md | 10 +++---- .../jersey2-java8-localdatetime/README.md | 10 +++---- .../petstore/java/jersey2-java8/README.md | 10 +++---- .../client/petstore/java/jersey3/README.md | 14 ++++----- .../petstore/java/native-async/README.md | 14 ++++----- .../java/native-async/docs/FakeApi.md | 2 +- .../petstore/java/native-jakarta/README.md | 6 ++-- samples/client/petstore/java/native/README.md | 14 ++++----- .../petstore/java/native/docs/FakeApi.md | 2 +- .../java/okhttp-gson-awsv4signature/README.md | 6 ++-- .../okhttp-gson-awsv4signature/docs/PetApi.md | 16 +++++----- .../docs/StoreApi.md | 8 ++--- .../docs/UserApi.md | 16 +++++----- .../okhttp-gson-dynamicOperations/README.md | 10 +++---- .../docs/AnotherFakeApi.md | 2 +- .../docs/FakeApi.md | 28 ++++++++--------- .../docs/FakeClassnameTags123Api.md | 2 +- .../docs/PetApi.md | 18 +++++------ .../docs/StoreApi.md | 8 ++--- .../docs/UserApi.md | 16 +++++----- .../okhttp-gson-group-parameter/README.md | 6 ++-- .../docs/PetApi.md | 16 +++++----- .../okhttp-gson-parcelableModel/README.md | 10 +++---- .../docs/AnotherFakeApi.md | 2 +- .../docs/FakeApi.md | 28 ++++++++--------- .../docs/FakeClassnameTags123Api.md | 2 +- .../docs/PetApi.md | 18 +++++------ .../docs/StoreApi.md | 8 ++--- .../docs/UserApi.md | 16 +++++----- .../java/okhttp-gson-swagger1/README.md | 6 ++-- .../java/okhttp-gson-swagger1/docs/PetApi.md | 16 +++++----- .../okhttp-gson-swagger1/docs/StoreApi.md | 8 ++--- .../java/okhttp-gson-swagger1/docs/UserApi.md | 16 +++++----- .../petstore/java/okhttp-gson/README.md | 14 ++++----- .../java/okhttp-gson/docs/AnotherFakeApi.md | 2 +- .../java/okhttp-gson/docs/DefaultApi.md | 2 +- .../petstore/java/okhttp-gson/docs/FakeApi.md | 30 +++++++++---------- .../docs/FakeClassnameTags123Api.md | 2 +- .../petstore/java/okhttp-gson/docs/PetApi.md | 18 +++++------ .../java/okhttp-gson/docs/StoreApi.md | 8 ++--- .../petstore/java/okhttp-gson/docs/UserApi.md | 16 +++++----- .../docs/AnotherFakeApi.md | 2 +- .../java/rest-assured-jackson/docs/FakeApi.md | 28 ++++++++--------- .../docs/FakeClassnameTags123Api.md | 2 +- .../java/rest-assured-jackson/docs/PetApi.md | 18 +++++------ .../rest-assured-jackson/docs/StoreApi.md | 8 ++--- .../java/rest-assured-jackson/docs/UserApi.md | 16 +++++----- .../java/rest-assured/docs/AnotherFakeApi.md | 2 +- .../java/rest-assured/docs/FakeApi.md | 28 ++++++++--------- .../docs/FakeClassnameTags123Api.md | 2 +- .../petstore/java/rest-assured/docs/PetApi.md | 18 +++++------ .../java/rest-assured/docs/StoreApi.md | 8 ++--- .../java/rest-assured/docs/UserApi.md | 16 +++++----- .../client/petstore/java/resteasy/README.md | 10 +++---- .../java/resttemplate-jakarta/README.md | 6 ++-- .../java/resttemplate-swagger1/README.md | 6 ++-- .../java/resttemplate-withXml/README.md | 10 +++---- .../petstore/java/resttemplate/README.md | 10 +++---- .../petstore/java/vertx-no-nullable/README.md | 10 +++---- samples/client/petstore/java/vertx/README.md | 10 +++---- .../petstore/java/webclient-jakarta/README.md | 14 ++++----- .../java/webclient-nullable-arrays/README.md | 2 +- .../client/petstore/java/webclient/README.md | 14 ++++----- .../java/jersey2-java8/README.md | 6 ++-- .../README.md | 2 +- .../java/jersey2-java8-swagger1/README.md | 6 ++-- .../petstore/java/jersey2-java8/README.md | 14 ++++----- .../docs/controllers/PetController.md | 16 +++++----- .../docs/controllers/StoreController.md | 8 ++--- .../docs/controllers/UserController.md | 16 +++++----- 99 files changed, 472 insertions(+), 472 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/Java/README.mustache b/modules/openapi-generator/src/main/resources/Java/README.mustache index 05e9f3c7e498..7a78735e217f 100644 --- a/modules/openapi-generator/src/main/resources/Java/README.mustache +++ b/modules/openapi-generator/src/main/resources/Java/README.mustache @@ -197,13 +197,13 @@ Class | Method | HTTP request | Description {{#models}}{{#model}} - [{{classname}}]({{modelDocPath}}{{classname}}.md) {{/model}}{{/models}} - + ## Documentation for Authorization {{^authMethods}}Endpoints do not require authorization.{{/authMethods}} {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}} {{#authMethods}} - + ### {{name}} {{#isApiKey}} diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/README.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/README.mustache index b7b058e8a3c3..97c99cc36a5c 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/README.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/README.mustache @@ -158,13 +158,13 @@ Class | Method | HTTP request | Description {{#models}}{{#model}} - [{{classname}}]({{modelDocPath}}{{classname}}.md) {{/model}}{{/models}} - + ## Documentation for Authorization {{^authMethods}}Endpoints do not require authorization.{{/authMethods}} {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}} {{#authMethods}} - + ### {{name}} {{#isApiKey}} diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/native/README.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/native/README.mustache index 235f854ec07f..aee6dd8e24f7 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/native/README.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/native/README.mustache @@ -139,13 +139,13 @@ Class | Method | HTTP request | Description {{#models}}{{#model}} - [{{classname}}]({{modelDocPath}}{{classname}}.md) {{/model}}{{/models}} - + ## Documentation for Authorization {{^authMethods}}Endpoints do not require authorization.{{/authMethods}} {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}} {{#authMethods}} - + ### {{name}} {{#isApiKey}} diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/native/api_doc.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/native/api_doc.mustache index 474cb7954bf5..2b125e1f9cad 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/native/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/native/api_doc.mustache @@ -266,7 +266,7 @@ public class Example { {{/responses.0}} {{#vendorExtensions.x-group-parameters}}{{#hasParams}} - + ## API{{operationId}}Request ### Properties {{#allParams}}{{#-last}} diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/README.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/README.mustache index e2cb404c4b63..2ab9946deb8d 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/README.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/README.mustache @@ -155,13 +155,13 @@ Class | Method | HTTP request | Description {{#models}}{{#model}} - [{{classname}}]({{modelDocPath}}{{classname}}.md) {{/model}}{{/models}} - + ## Documentation for Authorization {{^authMethods}}Endpoints do not require authorization.{{/authMethods}} {{#hasAuthMethods}}Authentication schemes defined for the API:{{/hasAuthMethods}} {{#authMethods}} - + ### {{name}} {{#isApiKey}}- **Type**: API key diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api_doc.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api_doc.mustache index ec9139f0c375..dea75bd2b98e 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api_doc.mustache @@ -10,7 +10,7 @@ All URIs are relative to *{{basePath}}* {{#operations}} {{#operation}} - + # **{{operationId}}**{{^vendorExtensions.x-group-parameters}} > {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}){{/vendorExtensions.x-group-parameters}}{{#vendorExtensions.x-group-parameters}} > {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#requiredParams}}{{paramName}}{{^-last}}, {{/-last}}{{/requiredParams}}){{#optionalParams}}.{{paramName}}({{paramName}}){{/optionalParams}}.execute();{{/vendorExtensions.x-group-parameters}} diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/api_doc.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/api_doc.mustache index b3ca8dfab776..42d223aea6e3 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/rest-assured/api_doc.mustache @@ -10,7 +10,7 @@ All URIs are relative to *{{basePath}}* {{#operations}} {{#operation}} - + # **{{operationId}}** > {{#returnType}}{{.}} {{/returnType}}{{operationId}}({{#allParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/allParams}}) diff --git a/modules/openapi-generator/src/main/resources/java-micronaut/client/doc/api_doc.mustache b/modules/openapi-generator/src/main/resources/java-micronaut/client/doc/api_doc.mustache index b05c3db3fa00..d0cb484d5dda 100644 --- a/modules/openapi-generator/src/main/resources/java-micronaut/client/doc/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/java-micronaut/client/doc/api_doc.mustache @@ -38,7 +38,7 @@ More information can be found inside [Inversion of Control guide section](https: {{#operations}} {{#operation}} - + # **{{operationId}}** ```java {{#returnType}}Mono<{{{returnType}}}>{{/returnType}}{{^returnType}}Mono{{/returnType}} {{classname}}.{{nickname}}({{#allParams}}{{{paramName}}}{{#hasMore}}, {{/hasMore}}{{/allParams}}) diff --git a/modules/openapi-generator/src/main/resources/java-micronaut/client/doc/auth.mustache b/modules/openapi-generator/src/main/resources/java-micronaut/client/doc/auth.mustache index 9c5ba683fb75..50252389b19f 100644 --- a/modules/openapi-generator/src/main/resources/java-micronaut/client/doc/auth.mustache +++ b/modules/openapi-generator/src/main/resources/java-micronaut/client/doc/auth.mustache @@ -1,6 +1,6 @@ # Authorization methods {{#authMethods}} - + # {{name}} {{! basic auth diff --git a/modules/openapi-generator/src/main/resources/java-micronaut/server/doc/controller_doc.mustache b/modules/openapi-generator/src/main/resources/java-micronaut/server/doc/controller_doc.mustache index 80d49233c566..2f2348268f2d 100644 --- a/modules/openapi-generator/src/main/resources/java-micronaut/server/doc/controller_doc.mustache +++ b/modules/openapi-generator/src/main/resources/java-micronaut/server/doc/controller_doc.mustache @@ -15,7 +15,7 @@ Method | HTTP request | Description {{#operations}} {{#operation}} - + # **{{operationId}}** ```java {{#returnType}}Mono<{{{returnType}}}>{{/returnType}}{{^returnType}}Mono{{/returnType}} {{classname}}.{{nickname}}({{#allParams}}{{{paramName}}}{{#hasMore}}, {{/hasMore}}{{/allParams}}) diff --git a/samples/client/echo_api/java/apache-httpclient/README.md b/samples/client/echo_api/java/apache-httpclient/README.md index 64a56b0caa28..961b90ea1a39 100644 --- a/samples/client/echo_api/java/apache-httpclient/README.md +++ b/samples/client/echo_api/java/apache-httpclient/README.md @@ -140,7 +140,7 @@ Class | Method | HTTP request | Description - [TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter](docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md) - + ## Documentation for Authorization Endpoints do not require authorization. diff --git a/samples/client/echo_api/java/native/README.md b/samples/client/echo_api/java/native/README.md index addeaf9a7c42..12ae83011565 100644 --- a/samples/client/echo_api/java/native/README.md +++ b/samples/client/echo_api/java/native/README.md @@ -156,7 +156,7 @@ Class | Method | HTTP request | Description - [TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter](docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md) - + ## Documentation for Authorization Endpoints do not require authorization. diff --git a/samples/client/echo_api/java/okhttp-gson/README.md b/samples/client/echo_api/java/okhttp-gson/README.md index bd82cc3ac271..bd2837dbb591 100644 --- a/samples/client/echo_api/java/okhttp-gson/README.md +++ b/samples/client/echo_api/java/okhttp-gson/README.md @@ -147,7 +147,7 @@ Class | Method | HTTP request | Description - [TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter](docs/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md) - + ## Documentation for Authorization Endpoints do not require authorization. diff --git a/samples/client/echo_api/java/okhttp-gson/docs/BodyApi.md b/samples/client/echo_api/java/okhttp-gson/docs/BodyApi.md index bb4ed8d02c2f..9b7bccc18867 100644 --- a/samples/client/echo_api/java/okhttp-gson/docs/BodyApi.md +++ b/samples/client/echo_api/java/okhttp-gson/docs/BodyApi.md @@ -12,7 +12,7 @@ All URIs are relative to *http://localhost:3000* | [**testEchoBodyTagResponseString**](BodyApi.md#testEchoBodyTagResponseString) | **POST** /echo/body/Tag/response_string | Test empty json (request body) | - + # **testBinaryGif** > File testBinaryGif() @@ -70,7 +70,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testBodyApplicationOctetstreamBinary** > String testBodyApplicationOctetstreamBinary(body) @@ -132,7 +132,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testEchoBodyFreeFormObjectResponseString** > String testEchoBodyFreeFormObjectResponseString(body) @@ -194,7 +194,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testEchoBodyPet** > Pet testEchoBodyPet(pet) @@ -256,7 +256,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testEchoBodyPetResponseString** > String testEchoBodyPetResponseString(pet) @@ -318,7 +318,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testEchoBodyTagResponseString** > String testEchoBodyTagResponseString(tag) diff --git a/samples/client/echo_api/java/okhttp-gson/docs/FormApi.md b/samples/client/echo_api/java/okhttp-gson/docs/FormApi.md index c119c7cab2d4..2d2e11673a84 100644 --- a/samples/client/echo_api/java/okhttp-gson/docs/FormApi.md +++ b/samples/client/echo_api/java/okhttp-gson/docs/FormApi.md @@ -7,7 +7,7 @@ All URIs are relative to *http://localhost:3000* | [**testFormIntegerBooleanString**](FormApi.md#testFormIntegerBooleanString) | **POST** /form/integer/boolean/string | Test form parameter(s) | - + # **testFormIntegerBooleanString** > String testFormIntegerBooleanString(integerForm, booleanForm, stringForm) diff --git a/samples/client/echo_api/java/okhttp-gson/docs/HeaderApi.md b/samples/client/echo_api/java/okhttp-gson/docs/HeaderApi.md index 97b79144d0eb..eb6d5d8f028c 100644 --- a/samples/client/echo_api/java/okhttp-gson/docs/HeaderApi.md +++ b/samples/client/echo_api/java/okhttp-gson/docs/HeaderApi.md @@ -7,7 +7,7 @@ All URIs are relative to *http://localhost:3000* | [**testHeaderIntegerBooleanString**](HeaderApi.md#testHeaderIntegerBooleanString) | **GET** /header/integer/boolean/string | Test header parameter(s) | - + # **testHeaderIntegerBooleanString** > String testHeaderIntegerBooleanString(integerHeader, booleanHeader, stringHeader) diff --git a/samples/client/echo_api/java/okhttp-gson/docs/PathApi.md b/samples/client/echo_api/java/okhttp-gson/docs/PathApi.md index b7b41b948c48..b67429194640 100644 --- a/samples/client/echo_api/java/okhttp-gson/docs/PathApi.md +++ b/samples/client/echo_api/java/okhttp-gson/docs/PathApi.md @@ -7,7 +7,7 @@ All URIs are relative to *http://localhost:3000* | [**testsPathStringPathStringIntegerPathInteger**](PathApi.md#testsPathStringPathStringIntegerPathInteger) | **GET** /path/string/{path_string}/integer/{path_integer} | Test path parameter(s) | - + # **testsPathStringPathStringIntegerPathInteger** > String testsPathStringPathStringIntegerPathInteger(pathString, pathInteger) diff --git a/samples/client/echo_api/java/okhttp-gson/docs/QueryApi.md b/samples/client/echo_api/java/okhttp-gson/docs/QueryApi.md index d644630d710d..48e50849570d 100644 --- a/samples/client/echo_api/java/okhttp-gson/docs/QueryApi.md +++ b/samples/client/echo_api/java/okhttp-gson/docs/QueryApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://localhost:3000* | [**testQueryStyleFormExplodeTrueObjectAllOf**](QueryApi.md#testQueryStyleFormExplodeTrueObjectAllOf) | **GET** /query/style_form/explode_true/object/allOf | Test query parameter(s) | - + # **testEnumRefString** > String testEnumRefString(enumRefStringQuery) @@ -76,7 +76,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testQueryDatetimeDateString** > String testQueryDatetimeDateString(datetimeQuery, dateQuery, stringQuery) @@ -142,7 +142,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testQueryIntegerBooleanString** > String testQueryIntegerBooleanString(integerQuery, booleanQuery, stringQuery) @@ -208,7 +208,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testQueryStyleDeepObjectExplodeTrueObject** > String testQueryStyleDeepObjectExplodeTrueObject(queryObject) @@ -270,7 +270,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testQueryStyleDeepObjectExplodeTrueObjectAllOf** > String testQueryStyleDeepObjectExplodeTrueObjectAllOf(queryObject) @@ -332,7 +332,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testQueryStyleFormExplodeTrueArrayString** > String testQueryStyleFormExplodeTrueArrayString(queryObject) @@ -394,7 +394,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testQueryStyleFormExplodeTrueObject** > String testQueryStyleFormExplodeTrueObject(queryObject) @@ -456,7 +456,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Successful operation | - | - + # **testQueryStyleFormExplodeTrueObjectAllOf** > String testQueryStyleFormExplodeTrueObjectAllOf(queryObject) diff --git a/samples/client/others/java/okhttp-gson-streaming/README.md b/samples/client/others/java/okhttp-gson-streaming/README.md index a75c377f27f1..bed7f7484a49 100644 --- a/samples/client/others/java/okhttp-gson-streaming/README.md +++ b/samples/client/others/java/okhttp-gson-streaming/README.md @@ -127,7 +127,7 @@ Class | Method | HTTP request | Description - [SomeObj](docs/SomeObj.md) - + ## Documentation for Authorization Endpoints do not require authorization. diff --git a/samples/client/others/java/okhttp-gson-streaming/docs/PingApi.md b/samples/client/others/java/okhttp-gson-streaming/docs/PingApi.md index 2f8025567ae0..7c6f79304db7 100644 --- a/samples/client/others/java/okhttp-gson-streaming/docs/PingApi.md +++ b/samples/client/others/java/okhttp-gson-streaming/docs/PingApi.md @@ -8,7 +8,7 @@ All URIs are relative to *http://localhost:8082* | [**postPing**](PingApi.md#postPing) | **POST** /ping | | - + # **getPing** > SomeObj getPing(petId).name(name).status(status).execute(); @@ -75,7 +75,7 @@ No authorization required |-------------|-------------|------------------| | **200** | OK | - | - + # **postPing** > SomeObj postPing(someObj) diff --git a/samples/client/petstore/java-micronaut-client/docs/apis/AnotherFakeApi.md b/samples/client/petstore/java-micronaut-client/docs/apis/AnotherFakeApi.md index ba8e1c2f6117..74b604a58f3e 100644 --- a/samples/client/petstore/java-micronaut-client/docs/apis/AnotherFakeApi.md +++ b/samples/client/petstore/java-micronaut-client/docs/apis/AnotherFakeApi.md @@ -35,7 +35,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc). - + # **call123testSpecialTags** ```java Mono AnotherFakeApi.call123testSpecialTags(_body) diff --git a/samples/client/petstore/java-micronaut-client/docs/apis/FakeApi.md b/samples/client/petstore/java-micronaut-client/docs/apis/FakeApi.md index 373605d3107c..50260b878f48 100644 --- a/samples/client/petstore/java-micronaut-client/docs/apis/FakeApi.md +++ b/samples/client/petstore/java-micronaut-client/docs/apis/FakeApi.md @@ -48,7 +48,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc). - + # **createXmlItem** ```java Mono FakeApi.createXmlItem(xmlItem) @@ -72,7 +72,7 @@ this route creates an XmlItem - **Content-Type**: `application/xml`, `application/xml; charset=utf-8`, `application/xml; charset=utf-16`, `text/xml`, `text/xml; charset=utf-8`, `text/xml; charset=utf-16` - **Accept**: Not defined - + # **fakeOuterBooleanSerialize** ```java Mono FakeApi.fakeOuterBooleanSerialize(_body) @@ -97,7 +97,7 @@ Test serialization of outer boolean types - **Content-Type**: Not defined - **Accept**: Not defined - + # **fakeOuterCompositeSerialize** ```java Mono FakeApi.fakeOuterCompositeSerialize(_body) @@ -122,7 +122,7 @@ Test serialization of object with outer number type - **Content-Type**: Not defined - **Accept**: Not defined - + # **fakeOuterNumberSerialize** ```java Mono FakeApi.fakeOuterNumberSerialize(_body) @@ -147,7 +147,7 @@ Test serialization of outer number types - **Content-Type**: Not defined - **Accept**: Not defined - + # **fakeOuterStringSerialize** ```java Mono FakeApi.fakeOuterStringSerialize(_body) @@ -172,7 +172,7 @@ Test serialization of outer string types - **Content-Type**: Not defined - **Accept**: Not defined - + # **testBodyWithFileSchema** ```java Mono FakeApi.testBodyWithFileSchema(_body) @@ -196,7 +196,7 @@ For this test, the body for this request much reference a schema named `Fil - **Content-Type**: `application/json` - **Accept**: Not defined - + # **testBodyWithQueryParams** ```java Mono FakeApi.testBodyWithQueryParams(query_body) @@ -219,7 +219,7 @@ Mono FakeApi.testBodyWithQueryParams(query_body) - **Content-Type**: `application/json` - **Accept**: Not defined - + # **testClientModel** ```java Mono FakeApi.testClientModel(_body) @@ -244,7 +244,7 @@ To test \"client\" model - **Content-Type**: `application/json` - **Accept**: `application/json` - + # **testEndpointParameters** ```java Mono FakeApi.testEndpointParameters(number_doublepatternWithoutDelimiter_byteintegerint32int64_floatstringbinarydatedateTimepasswordparamCallback) @@ -282,7 +282,7 @@ Fake endpoint for testing various parameters 假端點 偽のエンドポイ - **Content-Type**: `application/x-www-form-urlencoded` - **Accept**: Not defined - + # **testEnumParameters** ```java Mono FakeApi.testEnumParameters(enumHeaderStringArrayenumHeaderStringenumQueryStringArrayenumQueryStringenumQueryIntegerenumQueryDoubleenumFormStringArrayenumFormString) @@ -313,7 +313,7 @@ To test enum parameters - **Content-Type**: `application/x-www-form-urlencoded` - **Accept**: Not defined - + # **testGroupParameters** ```java Mono FakeApi.testGroupParameters(requiredStringGrouprequiredBooleanGrouprequiredInt64GroupstringGroupbooleanGroupint64Group) @@ -342,7 +342,7 @@ Fake endpoint to test group parameters (optional) - **Content-Type**: Not defined - **Accept**: Not defined - + # **testInlineAdditionalProperties** ```java Mono FakeApi.testInlineAdditionalProperties(param) @@ -364,7 +364,7 @@ test inline additionalProperties - **Content-Type**: `application/json` - **Accept**: Not defined - + # **testJsonFormData** ```java Mono FakeApi.testJsonFormData(paramparam2) @@ -387,7 +387,7 @@ test json serialization of form data - **Content-Type**: `application/x-www-form-urlencoded` - **Accept**: Not defined - + # **testQueryParameterCollectionFormat** ```java Mono FakeApi.testQueryParameterCollectionFormat(pipeioutilhttpurlcontext) diff --git a/samples/client/petstore/java-micronaut-client/docs/apis/FakeClassnameTags123Api.md b/samples/client/petstore/java-micronaut-client/docs/apis/FakeClassnameTags123Api.md index 02d3dac3d2df..290a2406e9ee 100644 --- a/samples/client/petstore/java-micronaut-client/docs/apis/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java-micronaut-client/docs/apis/FakeClassnameTags123Api.md @@ -35,7 +35,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc). - + # **testClassname** ```java Mono FakeClassnameTags123Api.testClassname(_body) diff --git a/samples/client/petstore/java-micronaut-client/docs/apis/PetApi.md b/samples/client/petstore/java-micronaut-client/docs/apis/PetApi.md index ad5d86410c4d..ba067a84a737 100644 --- a/samples/client/petstore/java-micronaut-client/docs/apis/PetApi.md +++ b/samples/client/petstore/java-micronaut-client/docs/apis/PetApi.md @@ -43,7 +43,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc). - + # **addPet** ```java Mono PetApi.addPet(_body) @@ -66,7 +66,7 @@ Add a new pet to the store - **Content-Type**: `application/json`, `application/xml` - **Accept**: Not defined - + # **deletePet** ```java Mono PetApi.deletePet(petIdapiKey) @@ -90,7 +90,7 @@ Deletes a pet - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** ```java Mono> PetApi.findPetsByStatus(status) @@ -116,7 +116,7 @@ Multiple status values can be provided with comma separated strings - **Content-Type**: Not defined - **Accept**: `application/xml`, `application/json` - + # **findPetsByTags** ```java Mono> PetApi.findPetsByTags(tags) @@ -142,7 +142,7 @@ Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 - **Content-Type**: Not defined - **Accept**: `application/xml`, `application/json` - + # **getPetById** ```java Mono PetApi.getPetById(petId) @@ -168,7 +168,7 @@ Returns a single pet - **Content-Type**: Not defined - **Accept**: `application/xml`, `application/json` - + # **updatePet** ```java Mono PetApi.updatePet(_body) @@ -191,7 +191,7 @@ Update an existing pet - **Content-Type**: `application/json`, `application/xml` - **Accept**: Not defined - + # **updatePetWithForm** ```java Mono PetApi.updatePetWithForm(petIdnamestatus) @@ -216,7 +216,7 @@ Updates a pet in the store with form data - **Content-Type**: `application/x-www-form-urlencoded` - **Accept**: Not defined - + # **uploadFile** ```java Mono PetApi.uploadFile(petIdadditionalMetadata_file) @@ -242,7 +242,7 @@ uploads an image - **Content-Type**: `multipart/form-data` - **Accept**: `application/json` - + # **uploadFileWithRequiredFile** ```java Mono PetApi.uploadFileWithRequiredFile(petIdrequiredFileadditionalMetadata) diff --git a/samples/client/petstore/java-micronaut-client/docs/apis/StoreApi.md b/samples/client/petstore/java-micronaut-client/docs/apis/StoreApi.md index 07337a34e418..01e98150dc13 100644 --- a/samples/client/petstore/java-micronaut-client/docs/apis/StoreApi.md +++ b/samples/client/petstore/java-micronaut-client/docs/apis/StoreApi.md @@ -38,7 +38,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc). - + # **deleteOrder** ```java Mono StoreApi.deleteOrder(orderId) @@ -62,7 +62,7 @@ For valid response try integer IDs with value < 1000. Anything above 1000 or - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** ```java Mono> StoreApi.getInventory() @@ -84,7 +84,7 @@ Returns a map of status codes to quantities - **Content-Type**: Not defined - **Accept**: `application/json` - + # **getOrderById** ```java Mono StoreApi.getOrderById(orderId) @@ -109,7 +109,7 @@ For valid response try integer IDs with value <= 5 or > 10. Other val - **Content-Type**: Not defined - **Accept**: `application/xml`, `application/json` - + # **placeOrder** ```java Mono StoreApi.placeOrder(_body) diff --git a/samples/client/petstore/java-micronaut-client/docs/apis/UserApi.md b/samples/client/petstore/java-micronaut-client/docs/apis/UserApi.md index cd5122a4e71c..bb760808f4df 100644 --- a/samples/client/petstore/java-micronaut-client/docs/apis/UserApi.md +++ b/samples/client/petstore/java-micronaut-client/docs/apis/UserApi.md @@ -42,7 +42,7 @@ Note that the class needs to be annotated with one of Micronaut's [scope annotat More information can be found inside [Inversion of Control guide section](https://docs.micronaut.io/latest/guide/#ioc). - + # **createUser** ```java Mono UserApi.createUser(_body) @@ -66,7 +66,7 @@ This can only be done by the logged in user. - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** ```java Mono UserApi.createUsersWithArrayInput(_body) @@ -88,7 +88,7 @@ Creates list of users with given input array - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** ```java Mono UserApi.createUsersWithListInput(_body) @@ -110,7 +110,7 @@ Creates list of users with given input array - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** ```java Mono UserApi.deleteUser(username) @@ -134,7 +134,7 @@ This can only be done by the logged in user. - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** ```java Mono UserApi.getUserByName(username) @@ -157,7 +157,7 @@ Get user by user name - **Content-Type**: Not defined - **Accept**: `application/xml`, `application/json` - + # **loginUser** ```java Mono UserApi.loginUser(usernamepassword) @@ -181,7 +181,7 @@ Logs user into the system - **Content-Type**: Not defined - **Accept**: `application/xml`, `application/json` - + # **logoutUser** ```java Mono UserApi.logoutUser() @@ -199,7 +199,7 @@ Logs out current logged in user session - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** ```java Mono UserApi.updateUser(username_body) diff --git a/samples/client/petstore/java-micronaut-client/docs/apis/auth.md b/samples/client/petstore/java-micronaut-client/docs/apis/auth.md index e8dea0d66f44..45755bef4cd9 100644 --- a/samples/client/petstore/java-micronaut-client/docs/apis/auth.md +++ b/samples/client/petstore/java-micronaut-client/docs/apis/auth.md @@ -1,5 +1,5 @@ # Authorization methods - + # petstore_auth Authorization method is **OAuth2** with `implicit` flow. The scopes are: @@ -9,17 +9,17 @@ The scopes are: It can be configured in the [application.yml](src/main/resources/application.yml) using Micronaut security features. More information on configuring can be found in [Micronaut Security Guide](https://micronaut-projects.github.io/micronaut-security/latest/guide/#oauth). - + # api_key Authorization method is of **api key type**. The parameter `api_key` is located in `header`. It can be configured in the [application.yml](src/main/resources/application.yml) using Micronaut security features. - + # api_key_query Authorization method is of **api key type**. The parameter `api_key_query` is located in `query`. It can be configured in the [application.yml](src/main/resources/application.yml) using Micronaut security features. - + # http_basic_test Authorization method is of **basic auth**. diff --git a/samples/client/petstore/java/apache-httpclient/README.md b/samples/client/petstore/java/apache-httpclient/README.md index e12c5c334773..c0f807b03cf9 100644 --- a/samples/client/petstore/java/apache-httpclient/README.md +++ b/samples/client/petstore/java/apache-httpclient/README.md @@ -201,12 +201,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -217,7 +217,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -225,7 +225,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -233,19 +233,19 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication - + ### bearer_test - **Type**: HTTP basic authentication - + ### http_signature_test diff --git a/samples/client/petstore/java/google-api-client/README.md b/samples/client/petstore/java/google-api-client/README.md index b1de467248ea..cca29b9b9095 100644 --- a/samples/client/petstore/java/google-api-client/README.md +++ b/samples/client/petstore/java/google-api-client/README.md @@ -204,12 +204,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -220,7 +220,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -228,7 +228,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -236,7 +236,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test diff --git a/samples/client/petstore/java/jersey1/README.md b/samples/client/petstore/java/jersey1/README.md index c07ca14a71f1..30ff36bf846f 100644 --- a/samples/client/petstore/java/jersey1/README.md +++ b/samples/client/petstore/java/jersey1/README.md @@ -204,12 +204,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -220,7 +220,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -228,7 +228,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -236,7 +236,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/README.md b/samples/client/petstore/java/jersey2-java8-localdatetime/README.md index 56e2094675f0..7508df9d305f 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/README.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/README.md @@ -229,12 +229,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -245,7 +245,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -253,7 +253,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -261,7 +261,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test diff --git a/samples/client/petstore/java/jersey2-java8/README.md b/samples/client/petstore/java/jersey2-java8/README.md index d8b2542b4403..b6259c6538a7 100644 --- a/samples/client/petstore/java/jersey2-java8/README.md +++ b/samples/client/petstore/java/jersey2-java8/README.md @@ -229,12 +229,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -245,7 +245,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -253,7 +253,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -261,7 +261,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test diff --git a/samples/client/petstore/java/jersey3/README.md b/samples/client/petstore/java/jersey3/README.md index 43348534909d..50ee542abfc7 100644 --- a/samples/client/petstore/java/jersey3/README.md +++ b/samples/client/petstore/java/jersey3/README.md @@ -234,12 +234,12 @@ Class | Method | HTTP request | Description - [Zebra](docs/Zebra.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -250,7 +250,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -258,7 +258,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -266,19 +266,19 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication - + ### bearer_test - **Type**: HTTP basic authentication - + ### http_signature_test diff --git a/samples/client/petstore/java/native-async/README.md b/samples/client/petstore/java/native-async/README.md index 2023aae15a40..baaf9d47abd0 100644 --- a/samples/client/petstore/java/native-async/README.md +++ b/samples/client/petstore/java/native-async/README.md @@ -266,12 +266,12 @@ Class | Method | HTTP request | Description - [Zebra](docs/Zebra.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -282,7 +282,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -290,7 +290,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -298,19 +298,19 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication - + ### bearer_test - **Type**: HTTP basic authentication - + ### http_signature_test diff --git a/samples/client/petstore/java/native-async/docs/FakeApi.md b/samples/client/petstore/java/native-async/docs/FakeApi.md index deff2ee4d2e7..01095eb8cd86 100644 --- a/samples/client/petstore/java/native-async/docs/FakeApi.md +++ b/samples/client/petstore/java/native-async/docs/FakeApi.md @@ -1851,7 +1851,7 @@ CompletableFuture> | **400** | Something wrong | - | - + ## APItestGroupParametersRequest ### Properties diff --git a/samples/client/petstore/java/native-jakarta/README.md b/samples/client/petstore/java/native-jakarta/README.md index 6e8c5c8af973..c2be03259969 100644 --- a/samples/client/petstore/java/native-jakarta/README.md +++ b/samples/client/petstore/java/native-jakarta/README.md @@ -157,12 +157,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -173,7 +173,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key diff --git a/samples/client/petstore/java/native/README.md b/samples/client/petstore/java/native/README.md index 6b9f0271d115..79aac75557f0 100644 --- a/samples/client/petstore/java/native/README.md +++ b/samples/client/petstore/java/native/README.md @@ -265,12 +265,12 @@ Class | Method | HTTP request | Description - [Zebra](docs/Zebra.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -281,7 +281,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -289,7 +289,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -297,19 +297,19 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication - + ### bearer_test - **Type**: HTTP basic authentication - + ### http_signature_test diff --git a/samples/client/petstore/java/native/docs/FakeApi.md b/samples/client/petstore/java/native/docs/FakeApi.md index 9c6bcb7f7381..7542f93dd671 100644 --- a/samples/client/petstore/java/native/docs/FakeApi.md +++ b/samples/client/petstore/java/native/docs/FakeApi.md @@ -1743,7 +1743,7 @@ ApiResponse | **400** | Something wrong | - | - + ## APItestGroupParametersRequest ### Properties diff --git a/samples/client/petstore/java/okhttp-gson-awsv4signature/README.md b/samples/client/petstore/java/okhttp-gson-awsv4signature/README.md index 14dbf28ab6b8..d6bc54cf1ef1 100644 --- a/samples/client/petstore/java/okhttp-gson-awsv4signature/README.md +++ b/samples/client/petstore/java/okhttp-gson-awsv4signature/README.md @@ -152,12 +152,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth - **Type**: OAuth @@ -167,7 +167,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/PetApi.md b/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/PetApi.md index 0ac0e64a8552..7199b126d6ca 100644 --- a/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/PetApi.md +++ b/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/PetApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2* | [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image | - + # **addPet** > Pet addPet(pet) @@ -84,7 +84,7 @@ public class Example { | **200** | successful operation | - | | **405** | Invalid input | - | - + # **deletePet** > deletePet(petId, apiKey) @@ -154,7 +154,7 @@ null (empty response body) |-------------|-------------|------------------| | **400** | Invalid pet value | - | - + # **findPetsByStatus** > List<Pet> findPetsByStatus(status) @@ -224,7 +224,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid status value | - | - + # **findPetsByTags** > List<Pet> findPetsByTags(tags) @@ -294,7 +294,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid tag value | - | - + # **getPetById** > Pet getPetById(petId) @@ -367,7 +367,7 @@ public class Example { | **400** | Invalid ID supplied | - | | **404** | Pet not found | - | - + # **updatePet** > Pet updatePet(pet) @@ -439,7 +439,7 @@ public class Example { | **404** | Pet not found | - | | **405** | Validation exception | - | - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -511,7 +511,7 @@ null (empty response body) |-------------|-------------|------------------| | **405** | Invalid input | - | - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, _file) diff --git a/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/StoreApi.md b/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/StoreApi.md index 39b8c1109ee9..881601a19ff2 100644 --- a/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/StoreApi.md +++ b/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/StoreApi.md @@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io/v2* | [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet | - + # **deleteOrder** > deleteOrder(orderId) @@ -74,7 +74,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **getInventory** > Map<String, Integer> getInventory() @@ -141,7 +141,7 @@ This endpoint does not need any parameter. |-------------|-------------|------------------| | **200** | successful operation | - | - + # **getOrderById** > Order getOrderById(orderId) @@ -207,7 +207,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **placeOrder** > Order placeOrder(order) diff --git a/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/UserApi.md b/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/UserApi.md index f4f2993422e2..83a174dd327a 100644 --- a/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/UserApi.md +++ b/samples/client/petstore/java/okhttp-gson-awsv4signature/docs/UserApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2* | [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user | - + # **createUser** > createUser(user) @@ -84,7 +84,7 @@ null (empty response body) |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithArrayInput** > createUsersWithArrayInput(user) @@ -154,7 +154,7 @@ null (empty response body) |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithListInput** > createUsersWithListInput(user) @@ -224,7 +224,7 @@ null (empty response body) |-------------|-------------|------------------| | **0** | successful operation | - | - + # **deleteUser** > deleteUser(username) @@ -295,7 +295,7 @@ null (empty response body) | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **getUserByName** > User getUserByName(username) @@ -361,7 +361,7 @@ No authorization required | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **loginUser** > String loginUser(username, password) @@ -428,7 +428,7 @@ No authorization required | **200** | successful operation | * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
| | **400** | Invalid username/password supplied | - | - + # **logoutUser** > logoutUser() @@ -494,7 +494,7 @@ null (empty response body) |-------------|-------------|------------------| | **0** | successful operation | - | - + # **updateUser** > updateUser(username, user) diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/README.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/README.md index 1e4fad2050f6..591ed247b047 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/README.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/README.md @@ -204,12 +204,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth - **Type**: OAuth @@ -219,21 +219,21 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query - **Type**: API key - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AnotherFakeApi.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AnotherFakeApi.md index d26a29ef8e26..4dfb9e68e61f 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AnotherFakeApi.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags | - + # **call123testSpecialTags** > Client call123testSpecialTags(body) diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FakeApi.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FakeApi.md index 49cd429ccb4a..98f0b0098b8b 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FakeApi.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FakeApi.md @@ -20,7 +20,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | | - + # **createXmlItem** > createXmlItem(xmlItem) @@ -81,7 +81,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **fakeOuterBooleanSerialize** > Boolean fakeOuterBooleanSerialize(body) @@ -143,7 +143,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output boolean | - | - + # **fakeOuterCompositeSerialize** > OuterComposite fakeOuterCompositeSerialize(body) @@ -205,7 +205,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output composite | - | - + # **fakeOuterNumberSerialize** > BigDecimal fakeOuterNumberSerialize(body) @@ -267,7 +267,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output number | - | - + # **fakeOuterStringSerialize** > String fakeOuterStringSerialize(body) @@ -329,7 +329,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output string | - | - + # **testBodyWithFileSchema** > testBodyWithFileSchema(body) @@ -390,7 +390,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Success | - | - + # **testBodyWithQueryParams** > testBodyWithQueryParams(query, body) @@ -451,7 +451,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Success | - | - + # **testClientModel** > Client testClientModel(body) @@ -513,7 +513,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **testEndpointParameters** > testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback) @@ -607,7 +607,7 @@ null (empty response body) | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **testEnumParameters** > testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString) @@ -683,7 +683,7 @@ No authorization required | **400** | Invalid request | - | | **404** | Not found | - | - + # **testGroupParameters** > testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group).stringGroup(stringGroup).booleanGroup(booleanGroup).int64Group(int64Group).execute(); @@ -758,7 +758,7 @@ No authorization required |-------------|-------------|------------------| | **400** | Something wrong | - | - + # **testInlineAdditionalProperties** > testInlineAdditionalProperties(param) @@ -817,7 +817,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **testJsonFormData** > testJsonFormData(param, param2) @@ -878,7 +878,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **testQueryParameterCollectionFormat** > testQueryParameterCollectionFormat(pipe, ioutil, http, url, context) diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FakeClassnameTags123Api.md index 65061cde05bb..e9f04dd15e3a 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FakeClassnameTags123Api.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case | - + # **testClassname** > Client testClassname(body) diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/PetApi.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/PetApi.md index 4309006d5720..8cb7b26383a0 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/PetApi.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/PetApi.md @@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) | - + # **addPet** > addPet(body) @@ -80,7 +80,7 @@ null (empty response body) | **200** | successful operation | - | | **405** | Invalid input | - | - + # **deletePet** > deletePet(petId, apiKey) @@ -147,7 +147,7 @@ null (empty response body) | **200** | successful operation | - | | **400** | Invalid pet value | - | - + # **findPetsByStatus** > List<Pet> findPetsByStatus(status) @@ -215,7 +215,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid status value | - | - + # **findPetsByTags** > Set<Pet> findPetsByTags(tags) @@ -283,7 +283,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid tag value | - | - + # **getPetById** > Pet getPetById(petId) @@ -354,7 +354,7 @@ public class Example { | **400** | Invalid ID supplied | - | | **404** | Pet not found | - | - + # **updatePet** > updatePet(body) @@ -421,7 +421,7 @@ null (empty response body) | **404** | Pet not found | - | | **405** | Validation exception | - | - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -489,7 +489,7 @@ null (empty response body) |-------------|-------------|------------------| | **405** | Invalid input | - | - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, _file) @@ -558,7 +558,7 @@ public class Example { |-------------|-------------|------------------| | **200** | successful operation | - | - + # **uploadFileWithRequiredFile** > ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata) diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/StoreApi.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/StoreApi.md index 962c32a60d37..0995ac3a2d8b 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/StoreApi.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/StoreApi.md @@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet | - + # **deleteOrder** > deleteOrder(orderId) @@ -72,7 +72,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **getInventory** > Map<String, Integer> getInventory() @@ -137,7 +137,7 @@ This endpoint does not need any parameter. |-------------|-------------|------------------| | **200** | successful operation | - | - + # **getOrderById** > Order getOrderById(orderId) @@ -201,7 +201,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/UserApi.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/UserApi.md index 1012a68397e7..cbf7dd74a09e 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/UserApi.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/UserApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user | - + # **createUser** > createUser(body) @@ -75,7 +75,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -134,7 +134,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -193,7 +193,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **deleteUser** > deleteUser(username) @@ -255,7 +255,7 @@ No authorization required | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **getUserByName** > User getUserByName(username) @@ -317,7 +317,7 @@ No authorization required | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **loginUser** > String loginUser(username, password) @@ -380,7 +380,7 @@ No authorization required | **200** | successful operation | * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
| | **400** | Invalid username/password supplied | - | - + # **logoutUser** > logoutUser() @@ -435,7 +435,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/java/okhttp-gson-group-parameter/README.md b/samples/client/petstore/java/okhttp-gson-group-parameter/README.md index 7a11923a40b1..cb7e5359a3fe 100644 --- a/samples/client/petstore/java/okhttp-gson-group-parameter/README.md +++ b/samples/client/petstore/java/okhttp-gson-group-parameter/README.md @@ -139,12 +139,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth - **Type**: OAuth @@ -154,7 +154,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/java/okhttp-gson-group-parameter/docs/PetApi.md b/samples/client/petstore/java/okhttp-gson-group-parameter/docs/PetApi.md index 5e2ed87c422a..d7676885b4b6 100644 --- a/samples/client/petstore/java/okhttp-gson-group-parameter/docs/PetApi.md +++ b/samples/client/petstore/java/okhttp-gson-group-parameter/docs/PetApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2* | [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image | - + # **addPet** > Pet addPet(pet).execute(); @@ -83,7 +83,7 @@ public class Example { | **200** | successful operation | - | | **405** | Invalid input | - | - + # **deletePet** > deletePet(petId).apiKey(apiKey).execute(); @@ -153,7 +153,7 @@ null (empty response body) |-------------|-------------|------------------| | **400** | Invalid pet value | - | - + # **findPetsByStatus** > List<Pet> findPetsByStatus(status).execute(); @@ -222,7 +222,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid status value | - | - + # **findPetsByTags** > List<Pet> findPetsByTags(tags).execute(); @@ -291,7 +291,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid tag value | - | - + # **getPetById** > Pet getPetById(petId).execute(); @@ -363,7 +363,7 @@ public class Example { | **400** | Invalid ID supplied | - | | **404** | Pet not found | - | - + # **updatePet** > Pet updatePet(pet).execute(); @@ -434,7 +434,7 @@ public class Example { | **404** | Pet not found | - | | **405** | Validation exception | - | - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -504,7 +504,7 @@ null (empty response body) |-------------|-------------|------------------| | **405** | Invalid input | - | - + # **uploadFile** > ModelApiResponse uploadFile(petId).additionalMetadata(additionalMetadata)._file(_file).execute(); diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/README.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/README.md index 66eb96471c18..e3216480bd47 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/README.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/README.md @@ -204,12 +204,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth - **Type**: OAuth @@ -219,21 +219,21 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query - **Type**: API key - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AnotherFakeApi.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AnotherFakeApi.md index d26a29ef8e26..4dfb9e68e61f 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AnotherFakeApi.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags | - + # **call123testSpecialTags** > Client call123testSpecialTags(body) diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FakeApi.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FakeApi.md index 49cd429ccb4a..98f0b0098b8b 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FakeApi.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FakeApi.md @@ -20,7 +20,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | | - + # **createXmlItem** > createXmlItem(xmlItem) @@ -81,7 +81,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **fakeOuterBooleanSerialize** > Boolean fakeOuterBooleanSerialize(body) @@ -143,7 +143,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output boolean | - | - + # **fakeOuterCompositeSerialize** > OuterComposite fakeOuterCompositeSerialize(body) @@ -205,7 +205,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output composite | - | - + # **fakeOuterNumberSerialize** > BigDecimal fakeOuterNumberSerialize(body) @@ -267,7 +267,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output number | - | - + # **fakeOuterStringSerialize** > String fakeOuterStringSerialize(body) @@ -329,7 +329,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output string | - | - + # **testBodyWithFileSchema** > testBodyWithFileSchema(body) @@ -390,7 +390,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Success | - | - + # **testBodyWithQueryParams** > testBodyWithQueryParams(query, body) @@ -451,7 +451,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Success | - | - + # **testClientModel** > Client testClientModel(body) @@ -513,7 +513,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **testEndpointParameters** > testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback) @@ -607,7 +607,7 @@ null (empty response body) | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **testEnumParameters** > testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString) @@ -683,7 +683,7 @@ No authorization required | **400** | Invalid request | - | | **404** | Not found | - | - + # **testGroupParameters** > testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group).stringGroup(stringGroup).booleanGroup(booleanGroup).int64Group(int64Group).execute(); @@ -758,7 +758,7 @@ No authorization required |-------------|-------------|------------------| | **400** | Something wrong | - | - + # **testInlineAdditionalProperties** > testInlineAdditionalProperties(param) @@ -817,7 +817,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **testJsonFormData** > testJsonFormData(param, param2) @@ -878,7 +878,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **testQueryParameterCollectionFormat** > testQueryParameterCollectionFormat(pipe, ioutil, http, url, context) diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FakeClassnameTags123Api.md index 65061cde05bb..e9f04dd15e3a 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FakeClassnameTags123Api.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case | - + # **testClassname** > Client testClassname(body) diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/PetApi.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/PetApi.md index 4309006d5720..8cb7b26383a0 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/PetApi.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/PetApi.md @@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) | - + # **addPet** > addPet(body) @@ -80,7 +80,7 @@ null (empty response body) | **200** | successful operation | - | | **405** | Invalid input | - | - + # **deletePet** > deletePet(petId, apiKey) @@ -147,7 +147,7 @@ null (empty response body) | **200** | successful operation | - | | **400** | Invalid pet value | - | - + # **findPetsByStatus** > List<Pet> findPetsByStatus(status) @@ -215,7 +215,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid status value | - | - + # **findPetsByTags** > Set<Pet> findPetsByTags(tags) @@ -283,7 +283,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid tag value | - | - + # **getPetById** > Pet getPetById(petId) @@ -354,7 +354,7 @@ public class Example { | **400** | Invalid ID supplied | - | | **404** | Pet not found | - | - + # **updatePet** > updatePet(body) @@ -421,7 +421,7 @@ null (empty response body) | **404** | Pet not found | - | | **405** | Validation exception | - | - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -489,7 +489,7 @@ null (empty response body) |-------------|-------------|------------------| | **405** | Invalid input | - | - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, _file) @@ -558,7 +558,7 @@ public class Example { |-------------|-------------|------------------| | **200** | successful operation | - | - + # **uploadFileWithRequiredFile** > ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata) diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/StoreApi.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/StoreApi.md index 962c32a60d37..0995ac3a2d8b 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/StoreApi.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/StoreApi.md @@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet | - + # **deleteOrder** > deleteOrder(orderId) @@ -72,7 +72,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **getInventory** > Map<String, Integer> getInventory() @@ -137,7 +137,7 @@ This endpoint does not need any parameter. |-------------|-------------|------------------| | **200** | successful operation | - | - + # **getOrderById** > Order getOrderById(orderId) @@ -201,7 +201,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/UserApi.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/UserApi.md index 1012a68397e7..cbf7dd74a09e 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/UserApi.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/UserApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user | - + # **createUser** > createUser(body) @@ -75,7 +75,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -134,7 +134,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -193,7 +193,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **deleteUser** > deleteUser(username) @@ -255,7 +255,7 @@ No authorization required | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **getUserByName** > User getUserByName(username) @@ -317,7 +317,7 @@ No authorization required | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **loginUser** > String loginUser(username, password) @@ -380,7 +380,7 @@ No authorization required | **200** | successful operation | * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
| | **400** | Invalid username/password supplied | - | - + # **logoutUser** > logoutUser() @@ -435,7 +435,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/java/okhttp-gson-swagger1/README.md b/samples/client/petstore/java/okhttp-gson-swagger1/README.md index bc572b68542a..37ed4e4b1f99 100644 --- a/samples/client/petstore/java/okhttp-gson-swagger1/README.md +++ b/samples/client/petstore/java/okhttp-gson-swagger1/README.md @@ -150,12 +150,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth - **Type**: OAuth @@ -165,7 +165,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key diff --git a/samples/client/petstore/java/okhttp-gson-swagger1/docs/PetApi.md b/samples/client/petstore/java/okhttp-gson-swagger1/docs/PetApi.md index 2ff6f62ff43c..f395ba3f6f16 100644 --- a/samples/client/petstore/java/okhttp-gson-swagger1/docs/PetApi.md +++ b/samples/client/petstore/java/okhttp-gson-swagger1/docs/PetApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2* | [**uploadFile**](PetApi.md#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image | - + # **addPet** > Pet addPet(pet) @@ -82,7 +82,7 @@ public class Example { | **200** | successful operation | - | | **405** | Invalid input | - | - + # **deletePet** > deletePet(petId, apiKey) @@ -150,7 +150,7 @@ null (empty response body) |-------------|-------------|------------------| | **400** | Invalid pet value | - | - + # **findPetsByStatus** > List<Pet> findPetsByStatus(status) @@ -218,7 +218,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid status value | - | - + # **findPetsByTags** > List<Pet> findPetsByTags(tags) @@ -286,7 +286,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid tag value | - | - + # **getPetById** > Pet getPetById(petId) @@ -357,7 +357,7 @@ public class Example { | **400** | Invalid ID supplied | - | | **404** | Pet not found | - | - + # **updatePet** > Pet updatePet(pet) @@ -427,7 +427,7 @@ public class Example { | **404** | Pet not found | - | | **405** | Validation exception | - | - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -497,7 +497,7 @@ null (empty response body) |-------------|-------------|------------------| | **405** | Invalid input | - | - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, _file) diff --git a/samples/client/petstore/java/okhttp-gson-swagger1/docs/StoreApi.md b/samples/client/petstore/java/okhttp-gson-swagger1/docs/StoreApi.md index 2cd1833e6b91..af54298ffc2e 100644 --- a/samples/client/petstore/java/okhttp-gson-swagger1/docs/StoreApi.md +++ b/samples/client/petstore/java/okhttp-gson-swagger1/docs/StoreApi.md @@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io/v2* | [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet | - + # **deleteOrder** > deleteOrder(orderId) @@ -72,7 +72,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **getInventory** > Map<String, Integer> getInventory() @@ -137,7 +137,7 @@ This endpoint does not need any parameter. |-------------|-------------|------------------| | **200** | successful operation | - | - + # **getOrderById** > Order getOrderById(orderId) @@ -201,7 +201,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **placeOrder** > Order placeOrder(order) diff --git a/samples/client/petstore/java/okhttp-gson-swagger1/docs/UserApi.md b/samples/client/petstore/java/okhttp-gson-swagger1/docs/UserApi.md index 6eac6f2ef457..4c338a42137a 100644 --- a/samples/client/petstore/java/okhttp-gson-swagger1/docs/UserApi.md +++ b/samples/client/petstore/java/okhttp-gson-swagger1/docs/UserApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io/v2* | [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user | - + # **createUser** > createUser(user) @@ -82,7 +82,7 @@ null (empty response body) |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithArrayInput** > createUsersWithArrayInput(user) @@ -150,7 +150,7 @@ null (empty response body) |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithListInput** > createUsersWithListInput(user) @@ -218,7 +218,7 @@ null (empty response body) |-------------|-------------|------------------| | **0** | successful operation | - | - + # **deleteUser** > deleteUser(username) @@ -287,7 +287,7 @@ null (empty response body) | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **getUserByName** > User getUserByName(username) @@ -351,7 +351,7 @@ No authorization required | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **loginUser** > String loginUser(username, password) @@ -416,7 +416,7 @@ No authorization required | **200** | successful operation | * Set-Cookie - Cookie authentication key for use with the `api_key` apiKey authentication.
* X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
| | **400** | Invalid username/password supplied | - | - + # **logoutUser** > logoutUser() @@ -480,7 +480,7 @@ null (empty response body) |-------------|-------------|------------------| | **0** | successful operation | - | - + # **updateUser** > updateUser(username, user) diff --git a/samples/client/petstore/java/okhttp-gson/README.md b/samples/client/petstore/java/okhttp-gson/README.md index 2afff823d3e6..c3bd6a49b45f 100644 --- a/samples/client/petstore/java/okhttp-gson/README.md +++ b/samples/client/petstore/java/okhttp-gson/README.md @@ -238,12 +238,12 @@ Class | Method | HTTP request | Description - [Zebra](docs/Zebra.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth - **Type**: OAuth @@ -253,31 +253,31 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key - **Type**: API key - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query - **Type**: API key - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication - + ### bearer_test - **Type**: HTTP basic authentication - + ### http_signature_test - **Type**: HTTP basic authentication diff --git a/samples/client/petstore/java/okhttp-gson/docs/AnotherFakeApi.md b/samples/client/petstore/java/okhttp-gson/docs/AnotherFakeApi.md index 5fd410e893aa..727c13a88e9e 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/okhttp-gson/docs/AnotherFakeApi.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags | - + # **call123testSpecialTags** > Client call123testSpecialTags(client) diff --git a/samples/client/petstore/java/okhttp-gson/docs/DefaultApi.md b/samples/client/petstore/java/okhttp-gson/docs/DefaultApi.md index 0fa939a20817..3a31549ed3ea 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/DefaultApi.md +++ b/samples/client/petstore/java/okhttp-gson/docs/DefaultApi.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**fooGet**](DefaultApi.md#fooGet) | **GET** /foo | | - + # **fooGet** > FooGetDefaultResponse fooGet() diff --git a/samples/client/petstore/java/okhttp-gson/docs/FakeApi.md b/samples/client/petstore/java/okhttp-gson/docs/FakeApi.md index e004c39d3165..31173ac52df3 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/FakeApi.md +++ b/samples/client/petstore/java/okhttp-gson/docs/FakeApi.md @@ -21,7 +21,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | | - + # **fakeHealthGet** > HealthCheckResult fakeHealthGet() @@ -77,7 +77,7 @@ No authorization required |-------------|-------------|------------------| | **200** | The instance started successfully | - | - + # **fakeOuterBooleanSerialize** > Boolean fakeOuterBooleanSerialize(body) @@ -139,7 +139,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output boolean | - | - + # **fakeOuterCompositeSerialize** > OuterComposite fakeOuterCompositeSerialize(outerComposite) @@ -201,7 +201,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output composite | - | - + # **fakeOuterNumberSerialize** > BigDecimal fakeOuterNumberSerialize(body) @@ -263,7 +263,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output number | - | - + # **fakeOuterStringSerialize** > String fakeOuterStringSerialize(body) @@ -325,7 +325,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Output string | - | - + # **getArrayOfEnums** > List<OuterEnum> getArrayOfEnums() @@ -381,7 +381,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Got named array of enums | - | - + # **testBodyWithFileSchema** > testBodyWithFileSchema(fileSchemaTestClass) @@ -442,7 +442,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Success | - | - + # **testBodyWithQueryParams** > testBodyWithQueryParams(query, user) @@ -503,7 +503,7 @@ No authorization required |-------------|-------------|------------------| | **200** | Success | - | - + # **testClientModel** > Client testClientModel(client) @@ -565,7 +565,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **testEndpointParameters** > testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback) @@ -659,7 +659,7 @@ null (empty response body) | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **testEnumParameters** > testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString) @@ -735,7 +735,7 @@ No authorization required | **400** | Invalid request | - | | **404** | Not found | - | - + # **testGroupParameters** > testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group).stringGroup(stringGroup).booleanGroup(booleanGroup).int64Group(int64Group).execute(); @@ -815,7 +815,7 @@ null (empty response body) |-------------|-------------|------------------| | **400** | Something wrong | - | - + # **testInlineAdditionalProperties** > testInlineAdditionalProperties(requestBody) @@ -876,7 +876,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **testJsonFormData** > testJsonFormData(param, param2) @@ -939,7 +939,7 @@ No authorization required |-------------|-------------|------------------| | **200** | successful operation | - | - + # **testQueryParameterCollectionFormat** > testQueryParameterCollectionFormat(pipe, ioutil, http, url, context) diff --git a/samples/client/petstore/java/okhttp-gson/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/okhttp-gson/docs/FakeClassnameTags123Api.md index a446412a5800..95a8c171fc34 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/okhttp-gson/docs/FakeClassnameTags123Api.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case | - + # **testClassname** > Client testClassname(client) diff --git a/samples/client/petstore/java/okhttp-gson/docs/PetApi.md b/samples/client/petstore/java/okhttp-gson/docs/PetApi.md index 94ed9581e6c4..8c536d28f95d 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/PetApi.md +++ b/samples/client/petstore/java/okhttp-gson/docs/PetApi.md @@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) | - + # **addPet** > addPet(pet) @@ -82,7 +82,7 @@ null (empty response body) |-------------|-------------|------------------| | **405** | Invalid input | - | - + # **deletePet** > deletePet(petId, apiKey) @@ -150,7 +150,7 @@ null (empty response body) |-------------|-------------|------------------| | **400** | Invalid pet value | - | - + # **findPetsByStatus** > List<Pet> findPetsByStatus(status) @@ -219,7 +219,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid status value | - | - + # **findPetsByTags** > List<Pet> findPetsByTags(tags) @@ -288,7 +288,7 @@ public class Example { | **200** | successful operation | - | | **400** | Invalid tag value | - | - + # **getPetById** > Pet getPetById(petId) @@ -359,7 +359,7 @@ public class Example { | **400** | Invalid ID supplied | - | | **404** | Pet not found | - | - + # **updatePet** > updatePet(pet) @@ -428,7 +428,7 @@ null (empty response body) | **404** | Pet not found | - | | **405** | Validation exception | - | - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -498,7 +498,7 @@ null (empty response body) |-------------|-------------|------------------| | **405** | Invalid input | - | - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, _file) @@ -569,7 +569,7 @@ public class Example { |-------------|-------------|------------------| | **200** | successful operation | - | - + # **uploadFileWithRequiredFile** > ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata) diff --git a/samples/client/petstore/java/okhttp-gson/docs/StoreApi.md b/samples/client/petstore/java/okhttp-gson/docs/StoreApi.md index 59b4051d1a05..719f9df42478 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/StoreApi.md +++ b/samples/client/petstore/java/okhttp-gson/docs/StoreApi.md @@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet | - + # **deleteOrder** > deleteOrder(orderId) @@ -72,7 +72,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **getInventory** > Map<String, Integer> getInventory() @@ -137,7 +137,7 @@ This endpoint does not need any parameter. |-------------|-------------|------------------| | **200** | successful operation | - | - + # **getOrderById** > Order getOrderById(orderId) @@ -201,7 +201,7 @@ No authorization required | **400** | Invalid ID supplied | - | | **404** | Order not found | - | - + # **placeOrder** > Order placeOrder(order) diff --git a/samples/client/petstore/java/okhttp-gson/docs/UserApi.md b/samples/client/petstore/java/okhttp-gson/docs/UserApi.md index 2ee9941c62a7..2c5974674074 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/UserApi.md +++ b/samples/client/petstore/java/okhttp-gson/docs/UserApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user | - + # **createUser** > createUser(user) @@ -75,7 +75,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithArrayInput** > createUsersWithArrayInput(user) @@ -136,7 +136,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **createUsersWithListInput** > createUsersWithListInput(user) @@ -197,7 +197,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **deleteUser** > deleteUser(username) @@ -259,7 +259,7 @@ No authorization required | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **getUserByName** > User getUserByName(username) @@ -323,7 +323,7 @@ No authorization required | **400** | Invalid username supplied | - | | **404** | User not found | - | - + # **loginUser** > String loginUser(username, password) @@ -388,7 +388,7 @@ No authorization required | **200** | successful operation | * X-Rate-Limit - calls per hour allowed by the user
* X-Expires-After - date in UTC when token expires
| | **400** | Invalid username/password supplied | - | - + # **logoutUser** > logoutUser() @@ -445,7 +445,7 @@ No authorization required |-------------|-------------|------------------| | **0** | successful operation | - | - + # **updateUser** > updateUser(username, user) diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/AnotherFakeApi.md b/samples/client/petstore/java/rest-assured-jackson/docs/AnotherFakeApi.md index 6ac1bbdeca34..74e48fa4496c 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/AnotherFakeApi.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags | - + # **call123testSpecialTags** > Client call123testSpecialTags(body) diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/FakeApi.md b/samples/client/petstore/java/rest-assured-jackson/docs/FakeApi.md index a890ff7a5191..969883dc5140 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/FakeApi.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/FakeApi.md @@ -20,7 +20,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | | - + # **createXmlItem** > createXmlItem(xmlItem) @@ -62,7 +62,7 @@ No authorization required - **Content-Type**: application/xml, application/xml; charset=utf-8, application/xml; charset=utf-16, text/xml, text/xml; charset=utf-8, text/xml; charset=utf-16 - **Accept**: Not defined - + # **fakeOuterBooleanSerialize** > Boolean fakeOuterBooleanSerialize(body) @@ -103,7 +103,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* - + # **fakeOuterCompositeSerialize** > OuterComposite fakeOuterCompositeSerialize(body) @@ -144,7 +144,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* - + # **fakeOuterNumberSerialize** > BigDecimal fakeOuterNumberSerialize(body) @@ -185,7 +185,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* - + # **fakeOuterStringSerialize** > String fakeOuterStringSerialize(body) @@ -226,7 +226,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* - + # **testBodyWithFileSchema** > testBodyWithFileSchema(body) @@ -268,7 +268,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined - + # **testBodyWithQueryParams** > testBodyWithQueryParams(query, body) @@ -310,7 +310,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined - + # **testClientModel** > Client testClientModel(body) @@ -352,7 +352,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json - + # **testEndpointParameters** > testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback) @@ -410,7 +410,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **testEnumParameters** > testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString) @@ -458,7 +458,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **testGroupParameters** > testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group, stringGroup, booleanGroup, int64Group) @@ -507,7 +507,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **testInlineAdditionalProperties** > testInlineAdditionalProperties(param) @@ -547,7 +547,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined - + # **testJsonFormData** > testJsonFormData(param, param2) @@ -589,7 +589,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **testQueryParameterCollectionFormat** > testQueryParameterCollectionFormat(pipe, ioutil, http, url, context) diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/rest-assured-jackson/docs/FakeClassnameTags123Api.md index e3fd85c4a9dd..71461af42f64 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/FakeClassnameTags123Api.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case | - + # **testClassname** > Client testClassname(body) diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/PetApi.md b/samples/client/petstore/java/rest-assured-jackson/docs/PetApi.md index 50834ca6f349..84b137910886 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/PetApi.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/PetApi.md @@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) | - + # **addPet** > addPet(body) @@ -55,7 +55,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -96,7 +96,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > List<Pet> findPetsByStatus(status) @@ -138,7 +138,7 @@ api.findPetsByStatus() - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **findPetsByTags** > Set<Pet> findPetsByTags(tags) @@ -180,7 +180,7 @@ api.findPetsByTags() - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **getPetById** > Pet getPetById(petId) @@ -222,7 +222,7 @@ api.getPetById() - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **updatePet** > updatePet(body) @@ -262,7 +262,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -304,7 +304,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, _file) @@ -346,7 +346,7 @@ api.uploadFile() - **Content-Type**: multipart/form-data - **Accept**: application/json - + # **uploadFileWithRequiredFile** > ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata) diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/StoreApi.md b/samples/client/petstore/java/rest-assured-jackson/docs/StoreApi.md index 4574efe73c08..7e0a07034651 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/StoreApi.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/StoreApi.md @@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet | - + # **deleteOrder** > deleteOrder(orderId) @@ -52,7 +52,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > Map<String, Integer> getInventory() @@ -90,7 +90,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -132,7 +132,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/UserApi.md b/samples/client/petstore/java/rest-assured-jackson/docs/UserApi.md index 7ee7cb848655..8d4dfba9ff41 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/UserApi.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/UserApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user | - + # **createUser** > createUser(body) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -96,7 +96,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -136,7 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -178,7 +178,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -218,7 +218,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **loginUser** > String loginUser(username, password) @@ -260,7 +260,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **logoutUser** > logoutUser() @@ -296,7 +296,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/java/rest-assured/docs/AnotherFakeApi.md b/samples/client/petstore/java/rest-assured/docs/AnotherFakeApi.md index 6ac1bbdeca34..74e48fa4496c 100644 --- a/samples/client/petstore/java/rest-assured/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/rest-assured/docs/AnotherFakeApi.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**call123testSpecialTags**](AnotherFakeApi.md#call123testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags | - + # **call123testSpecialTags** > Client call123testSpecialTags(body) diff --git a/samples/client/petstore/java/rest-assured/docs/FakeApi.md b/samples/client/petstore/java/rest-assured/docs/FakeApi.md index a890ff7a5191..969883dc5140 100644 --- a/samples/client/petstore/java/rest-assured/docs/FakeApi.md +++ b/samples/client/petstore/java/rest-assured/docs/FakeApi.md @@ -20,7 +20,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testQueryParameterCollectionFormat**](FakeApi.md#testQueryParameterCollectionFormat) | **PUT** /fake/test-query-parameters | | - + # **createXmlItem** > createXmlItem(xmlItem) @@ -62,7 +62,7 @@ No authorization required - **Content-Type**: application/xml, application/xml; charset=utf-8, application/xml; charset=utf-16, text/xml, text/xml; charset=utf-8, text/xml; charset=utf-16 - **Accept**: Not defined - + # **fakeOuterBooleanSerialize** > Boolean fakeOuterBooleanSerialize(body) @@ -103,7 +103,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* - + # **fakeOuterCompositeSerialize** > OuterComposite fakeOuterCompositeSerialize(body) @@ -144,7 +144,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* - + # **fakeOuterNumberSerialize** > BigDecimal fakeOuterNumberSerialize(body) @@ -185,7 +185,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* - + # **fakeOuterStringSerialize** > String fakeOuterStringSerialize(body) @@ -226,7 +226,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* - + # **testBodyWithFileSchema** > testBodyWithFileSchema(body) @@ -268,7 +268,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined - + # **testBodyWithQueryParams** > testBodyWithQueryParams(query, body) @@ -310,7 +310,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined - + # **testClientModel** > Client testClientModel(body) @@ -352,7 +352,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json - + # **testEndpointParameters** > testEndpointParameters(number, _double, patternWithoutDelimiter, _byte, integer, int32, int64, _float, string, binary, date, dateTime, password, paramCallback) @@ -410,7 +410,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **testEnumParameters** > testEnumParameters(enumHeaderStringArray, enumHeaderString, enumQueryStringArray, enumQueryString, enumQueryInteger, enumQueryDouble, enumFormStringArray, enumFormString) @@ -458,7 +458,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **testGroupParameters** > testGroupParameters(requiredStringGroup, requiredBooleanGroup, requiredInt64Group, stringGroup, booleanGroup, int64Group) @@ -507,7 +507,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **testInlineAdditionalProperties** > testInlineAdditionalProperties(param) @@ -547,7 +547,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined - + # **testJsonFormData** > testJsonFormData(param, param2) @@ -589,7 +589,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **testQueryParameterCollectionFormat** > testQueryParameterCollectionFormat(pipe, ioutil, http, url, context) diff --git a/samples/client/petstore/java/rest-assured/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/rest-assured/docs/FakeClassnameTags123Api.md index e3fd85c4a9dd..71461af42f64 100644 --- a/samples/client/petstore/java/rest-assured/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/rest-assured/docs/FakeClassnameTags123Api.md @@ -7,7 +7,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**testClassname**](FakeClassnameTags123Api.md#testClassname) | **PATCH** /fake_classname_test | To test class name in snake case | - + # **testClassname** > Client testClassname(body) diff --git a/samples/client/petstore/java/rest-assured/docs/PetApi.md b/samples/client/petstore/java/rest-assured/docs/PetApi.md index 50834ca6f349..84b137910886 100644 --- a/samples/client/petstore/java/rest-assured/docs/PetApi.md +++ b/samples/client/petstore/java/rest-assured/docs/PetApi.md @@ -15,7 +15,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**uploadFileWithRequiredFile**](PetApi.md#uploadFileWithRequiredFile) | **POST** /fake/{petId}/uploadImageWithRequiredFile | uploads an image (required) | - + # **addPet** > addPet(body) @@ -55,7 +55,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **deletePet** > deletePet(petId, apiKey) @@ -96,7 +96,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined - + # **findPetsByStatus** > List<Pet> findPetsByStatus(status) @@ -138,7 +138,7 @@ api.findPetsByStatus() - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **findPetsByTags** > Set<Pet> findPetsByTags(tags) @@ -180,7 +180,7 @@ api.findPetsByTags() - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **getPetById** > Pet getPetById(petId) @@ -222,7 +222,7 @@ api.getPetById() - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **updatePet** > updatePet(body) @@ -262,7 +262,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined - + # **updatePetWithForm** > updatePetWithForm(petId, name, status) @@ -304,7 +304,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined - + # **uploadFile** > ModelApiResponse uploadFile(petId, additionalMetadata, _file) @@ -346,7 +346,7 @@ api.uploadFile() - **Content-Type**: multipart/form-data - **Accept**: application/json - + # **uploadFileWithRequiredFile** > ModelApiResponse uploadFileWithRequiredFile(petId, requiredFile, additionalMetadata) diff --git a/samples/client/petstore/java/rest-assured/docs/StoreApi.md b/samples/client/petstore/java/rest-assured/docs/StoreApi.md index 4574efe73c08..7e0a07034651 100644 --- a/samples/client/petstore/java/rest-assured/docs/StoreApi.md +++ b/samples/client/petstore/java/rest-assured/docs/StoreApi.md @@ -10,7 +10,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**placeOrder**](StoreApi.md#placeOrder) | **POST** /store/order | Place an order for a pet | - + # **deleteOrder** > deleteOrder(orderId) @@ -52,7 +52,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getInventory** > Map<String, Integer> getInventory() @@ -90,7 +90,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json - + # **getOrderById** > Order getOrderById(orderId) @@ -132,7 +132,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **placeOrder** > Order placeOrder(body) diff --git a/samples/client/petstore/java/rest-assured/docs/UserApi.md b/samples/client/petstore/java/rest-assured/docs/UserApi.md index 7ee7cb848655..8d4dfba9ff41 100644 --- a/samples/client/petstore/java/rest-assured/docs/UserApi.md +++ b/samples/client/petstore/java/rest-assured/docs/UserApi.md @@ -14,7 +14,7 @@ All URIs are relative to *http://petstore.swagger.io:80/v2* | [**updateUser**](UserApi.md#updateUser) | **PUT** /user/{username} | Updated user | - + # **createUser** > createUser(body) @@ -56,7 +56,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithArrayInput** > createUsersWithArrayInput(body) @@ -96,7 +96,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **createUsersWithListInput** > createUsersWithListInput(body) @@ -136,7 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **deleteUser** > deleteUser(username) @@ -178,7 +178,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **getUserByName** > User getUserByName(username) @@ -218,7 +218,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **loginUser** > String loginUser(username, password) @@ -260,7 +260,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json - + # **logoutUser** > logoutUser() @@ -296,7 +296,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined - + # **updateUser** > updateUser(username, body) diff --git a/samples/client/petstore/java/resteasy/README.md b/samples/client/petstore/java/resteasy/README.md index a0b5ddd6048a..0c17abbcbcb4 100644 --- a/samples/client/petstore/java/resteasy/README.md +++ b/samples/client/petstore/java/resteasy/README.md @@ -204,12 +204,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -220,7 +220,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -228,7 +228,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -236,7 +236,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test diff --git a/samples/client/petstore/java/resttemplate-jakarta/README.md b/samples/client/petstore/java/resttemplate-jakarta/README.md index f9bb2708621f..92f03770a1bd 100644 --- a/samples/client/petstore/java/resttemplate-jakarta/README.md +++ b/samples/client/petstore/java/resttemplate-jakarta/README.md @@ -149,12 +149,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -165,7 +165,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key diff --git a/samples/client/petstore/java/resttemplate-swagger1/README.md b/samples/client/petstore/java/resttemplate-swagger1/README.md index f9bb2708621f..92f03770a1bd 100644 --- a/samples/client/petstore/java/resttemplate-swagger1/README.md +++ b/samples/client/petstore/java/resttemplate-swagger1/README.md @@ -149,12 +149,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -165,7 +165,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key diff --git a/samples/client/petstore/java/resttemplate-withXml/README.md b/samples/client/petstore/java/resttemplate-withXml/README.md index 5cbbb4147873..ee9fc09d4752 100644 --- a/samples/client/petstore/java/resttemplate-withXml/README.md +++ b/samples/client/petstore/java/resttemplate-withXml/README.md @@ -204,12 +204,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -220,7 +220,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -228,7 +228,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -236,7 +236,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test diff --git a/samples/client/petstore/java/resttemplate/README.md b/samples/client/petstore/java/resttemplate/README.md index 5c320a6f122b..aa5c382b09a2 100644 --- a/samples/client/petstore/java/resttemplate/README.md +++ b/samples/client/petstore/java/resttemplate/README.md @@ -204,12 +204,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -220,7 +220,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -228,7 +228,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -236,7 +236,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test diff --git a/samples/client/petstore/java/vertx-no-nullable/README.md b/samples/client/petstore/java/vertx-no-nullable/README.md index 27027a49222b..bd7d21e9b39e 100644 --- a/samples/client/petstore/java/vertx-no-nullable/README.md +++ b/samples/client/petstore/java/vertx-no-nullable/README.md @@ -204,12 +204,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -220,7 +220,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -228,7 +228,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -236,7 +236,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test diff --git a/samples/client/petstore/java/vertx/README.md b/samples/client/petstore/java/vertx/README.md index 57d95a617169..72bb5908746d 100644 --- a/samples/client/petstore/java/vertx/README.md +++ b/samples/client/petstore/java/vertx/README.md @@ -204,12 +204,12 @@ Class | Method | HTTP request | Description - [XmlItem](docs/XmlItem.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -220,7 +220,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -228,7 +228,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -236,7 +236,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test diff --git a/samples/client/petstore/java/webclient-jakarta/README.md b/samples/client/petstore/java/webclient-jakarta/README.md index ef29a6a2f727..2109736324e3 100644 --- a/samples/client/petstore/java/webclient-jakarta/README.md +++ b/samples/client/petstore/java/webclient-jakarta/README.md @@ -208,12 +208,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -224,7 +224,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -232,7 +232,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -240,19 +240,19 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication - + ### bearer_test - **Type**: HTTP basic authentication - + ### http_signature_test diff --git a/samples/client/petstore/java/webclient-nullable-arrays/README.md b/samples/client/petstore/java/webclient-nullable-arrays/README.md index 321255562813..29ea4fa24473 100644 --- a/samples/client/petstore/java/webclient-nullable-arrays/README.md +++ b/samples/client/petstore/java/webclient-nullable-arrays/README.md @@ -120,7 +120,7 @@ Class | Method | HTTP request | Description - [ByteArrayObject](docs/ByteArrayObject.md) - + ## Documentation for Authorization Endpoints do not require authorization. diff --git a/samples/client/petstore/java/webclient/README.md b/samples/client/petstore/java/webclient/README.md index ef29a6a2f727..2109736324e3 100644 --- a/samples/client/petstore/java/webclient/README.md +++ b/samples/client/petstore/java/webclient/README.md @@ -208,12 +208,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -224,7 +224,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -232,7 +232,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -240,19 +240,19 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication - + ### bearer_test - **Type**: HTTP basic authentication - + ### http_signature_test diff --git a/samples/openapi3/client/extensions/x-auth-id-alias/java/jersey2-java8/README.md b/samples/openapi3/client/extensions/x-auth-id-alias/java/jersey2-java8/README.md index 3d49b91f5b48..bbc773312960 100644 --- a/samples/openapi3/client/extensions/x-auth-id-alias/java/jersey2-java8/README.md +++ b/samples/openapi3/client/extensions/x-auth-id-alias/java/jersey2-java8/README.md @@ -159,12 +159,12 @@ Class | Method | HTTP request | Description - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### api_key @@ -172,7 +172,7 @@ Authentication schemes defined for the API: - **API key parameter name**: X-Api-Key - **Location**: HTTP header - + ### api_key_query diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/README.md b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/README.md index 8b9880600cef..42fdb952c6ab 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/README.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/README.md @@ -150,7 +150,7 @@ Class | Method | HTTP request | Description - [Parent](docs/Parent.md) - + ## Documentation for Authorization Endpoints do not require authorization. diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/README.md b/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/README.md index 7202f797ee1d..df8e0e52364c 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/README.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8-swagger1/README.md @@ -174,12 +174,12 @@ Class | Method | HTTP request | Description - [User](docs/User.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -190,7 +190,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/README.md b/samples/openapi3/client/petstore/java/jersey2-java8/README.md index df8d6f8f9a78..74316c6f19d9 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/README.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/README.md @@ -259,12 +259,12 @@ Class | Method | HTTP request | Description - [Zebra](docs/Zebra.md) - + ## Documentation for Authorization Authentication schemes defined for the API: - + ### petstore_auth @@ -275,7 +275,7 @@ Authentication schemes defined for the API: - write:pets: modify pets in your account - read:pets: read your pets - + ### api_key @@ -283,7 +283,7 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key - **Location**: HTTP header - + ### api_key_query @@ -291,19 +291,19 @@ Authentication schemes defined for the API: - **API key parameter name**: api_key_query - **Location**: URL query string - + ### http_basic_test - **Type**: HTTP basic authentication - + ### bearer_test - **Type**: HTTP basic authentication - + ### http_signature_test diff --git a/samples/server/petstore/java-micronaut-server/docs/controllers/PetController.md b/samples/server/petstore/java-micronaut-server/docs/controllers/PetController.md index de79610457ff..5beb9b6adbf4 100644 --- a/samples/server/petstore/java-micronaut-server/docs/controllers/PetController.md +++ b/samples/server/petstore/java-micronaut-server/docs/controllers/PetController.md @@ -15,7 +15,7 @@ Method | HTTP request | Description [**updatePetWithForm**](#updatePetWithForm) | **POST** /pet/{petId} | Updates a pet in the store with form data [**uploadFile**](#uploadFile) | **POST** /pet/{petId}/uploadImage | uploads an image - + # **addPet** ```java Mono PetController.addPet(pet) @@ -40,7 +40,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: `application/json`, `application/xml` - **Produces Content-Type**: `application/xml`, `application/json` - + # **deletePet** ```java Mono PetController.deletePet(petIdapiKey) @@ -64,7 +64,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: Not defined - **Produces Content-Type**: Not defined - + # **findPetsByStatus** ```java Mono> PetController.findPetsByStatus(status) @@ -89,7 +89,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: Not defined - **Produces Content-Type**: `application/xml`, `application/json` - + # **findPetsByTags** ```java Mono> PetController.findPetsByTags(tags) @@ -114,7 +114,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: Not defined - **Produces Content-Type**: `application/xml`, `application/json` - + # **getPetById** ```java Mono PetController.getPetById(petId) @@ -139,7 +139,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: Not defined - **Produces Content-Type**: `application/xml`, `application/json` - + # **updatePet** ```java Mono PetController.updatePet(pet) @@ -164,7 +164,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: `application/json`, `application/xml` - **Produces Content-Type**: `application/xml`, `application/json` - + # **updatePetWithForm** ```java Mono PetController.updatePetWithForm(petIdnamestatus) @@ -189,7 +189,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: `application/x-www-form-urlencoded` - **Produces Content-Type**: Not defined - + # **uploadFile** ```java Mono PetController.uploadFile(petIdadditionalMetadata_file) diff --git a/samples/server/petstore/java-micronaut-server/docs/controllers/StoreController.md b/samples/server/petstore/java-micronaut-server/docs/controllers/StoreController.md index db2aa917631d..c76eb3ddafc6 100644 --- a/samples/server/petstore/java-micronaut-server/docs/controllers/StoreController.md +++ b/samples/server/petstore/java-micronaut-server/docs/controllers/StoreController.md @@ -11,7 +11,7 @@ Method | HTTP request | Description [**getOrderById**](#getOrderById) | **GET** /store/order/{orderId} | Find purchase order by ID [**placeOrder**](#placeOrder) | **POST** /store/order | Place an order for a pet - + # **deleteOrder** ```java Mono StoreController.deleteOrder(orderId) @@ -32,7 +32,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: Not defined - **Produces Content-Type**: Not defined - + # **getInventory** ```java Mono> StoreController.getInventory() @@ -53,7 +53,7 @@ Returns a map of status codes to quantities - **Accepts Content-Type**: Not defined - **Produces Content-Type**: `application/json` - + # **getOrderById** ```java Mono StoreController.getOrderById(orderId) @@ -76,7 +76,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: Not defined - **Produces Content-Type**: `application/xml`, `application/json` - + # **placeOrder** ```java Mono StoreController.placeOrder(order) diff --git a/samples/server/petstore/java-micronaut-server/docs/controllers/UserController.md b/samples/server/petstore/java-micronaut-server/docs/controllers/UserController.md index 75e930ab7fa1..d35eab18468d 100644 --- a/samples/server/petstore/java-micronaut-server/docs/controllers/UserController.md +++ b/samples/server/petstore/java-micronaut-server/docs/controllers/UserController.md @@ -15,7 +15,7 @@ Method | HTTP request | Description [**logoutUser**](#logoutUser) | **GET** /user/logout | Logs out current logged in user session [**updateUser**](#updateUser) | **PUT** /user/{username} | Updated user - + # **createUser** ```java Mono UserController.createUser(user) @@ -38,7 +38,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: `application/json` - **Produces Content-Type**: Not defined - + # **createUsersWithArrayInput** ```java Mono UserController.createUsersWithArrayInput(user) @@ -61,7 +61,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: `application/json` - **Produces Content-Type**: Not defined - + # **createUsersWithListInput** ```java Mono UserController.createUsersWithListInput(user) @@ -84,7 +84,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: `application/json` - **Produces Content-Type**: Not defined - + # **deleteUser** ```java Mono UserController.deleteUser(username) @@ -107,7 +107,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: Not defined - **Produces Content-Type**: Not defined - + # **getUserByName** ```java Mono UserController.getUserByName(username) @@ -130,7 +130,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: Not defined - **Produces Content-Type**: `application/xml`, `application/json` - + # **loginUser** ```java Mono UserController.loginUser(usernamepassword) @@ -154,7 +154,7 @@ Name | Type | Description | Notes - **Accepts Content-Type**: Not defined - **Produces Content-Type**: `application/xml`, `application/json` - + # **logoutUser** ```java Mono UserController.logoutUser() @@ -173,7 +173,7 @@ Logs out current logged in user session - **Accepts Content-Type**: Not defined - **Produces Content-Type**: Not defined - + # **updateUser** ```java Mono UserController.updateUser(usernameuser)