diff --git a/modules/openapi-generator/src/main/resources/Java/api_doc.mustache b/modules/openapi-generator/src/main/resources/Java/api_doc.mustache index e68b9b1aef..55d0244e3a 100644 --- a/modules/openapi-generator/src/main/resources/Java/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/Java/api_doc.mustache @@ -95,6 +95,7 @@ Name | Type | Description | Notes - **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}} {{#responses.0}} + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/modules/openapi-generator/src/main/resources/Java/pojo_doc.mustache b/modules/openapi-generator/src/main/resources/Java/pojo_doc.mustache index 0a42c19469..f564375446 100644 --- a/modules/openapi-generator/src/main/resources/Java/pojo_doc.mustache +++ b/modules/openapi-generator/src/main/resources/Java/pojo_doc.mustache @@ -3,6 +3,7 @@ {{#description}}{{&description}} {{/description}} {{^vendorExtensions.x-is-one-of-interface}} + ## Properties Name | Type | Description | Notes diff --git a/modules/openapi-generator/src/main/resources/cpp-tizen-client/doc-readme.mustache b/modules/openapi-generator/src/main/resources/cpp-tizen-client/doc-readme.mustache index 40cfc87c11..43e695a6ff 100644 --- a/modules/openapi-generator/src/main/resources/cpp-tizen-client/doc-readme.mustache +++ b/modules/openapi-generator/src/main/resources/cpp-tizen-client/doc-readme.mustache @@ -38,6 +38,7 @@ Check out [Doxygen](https://www.doxygen.org/) for additional information about t ## I Don't want to run Doxygen. What are the API files for accessing the REST endpoints? All URIs are relative to {{{scheme}}}://{{{host}}}{{{basePath}}} {{#apiInfo}}{{#apis}}{{#operations}} + ### {{classname}} Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/modules/openapi-generator/src/main/resources/csharp-dotnet2/model_doc.mustache b/modules/openapi-generator/src/main/resources/csharp-dotnet2/model_doc.mustache index 2e748e0f0f..e6f7f2c9b8 100644 --- a/modules/openapi-generator/src/main/resources/csharp-dotnet2/model_doc.mustache +++ b/modules/openapi-generator/src/main/resources/csharp-dotnet2/model_doc.mustache @@ -1,6 +1,7 @@ {{#models}} {{#model}} # {{{modelPackage}}}.{{{classname}}} + ## Properties Name | Type | Description | Notes diff --git a/modules/openapi-generator/src/main/resources/csharp-netcore/api_doc.mustache b/modules/openapi-generator/src/main/resources/csharp-netcore/api_doc.mustache index 85a2b7dea8..0fd9f87906 100644 --- a/modules/openapi-generator/src/main/resources/csharp-netcore/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/csharp-netcore/api_doc.mustache @@ -108,6 +108,7 @@ Name | Type | Description | Notes - **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}} {{#responses.0}} + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/modules/openapi-generator/src/main/resources/csharp-netcore/model_doc.mustache b/modules/openapi-generator/src/main/resources/csharp-netcore/model_doc.mustache index 0770b36be1..babf25481c 100644 --- a/modules/openapi-generator/src/main/resources/csharp-netcore/model_doc.mustache +++ b/modules/openapi-generator/src/main/resources/csharp-netcore/model_doc.mustache @@ -3,6 +3,7 @@ # {{{packageName}}}.{{modelPackage}}.{{{classname}}} {{#description}}{{&description}} {{/description}} + ## Properties Name | Type | Description | Notes diff --git a/modules/openapi-generator/src/main/resources/csharp/api_doc.mustache b/modules/openapi-generator/src/main/resources/csharp/api_doc.mustache index 2e6ab1b3f0..5b1c686cd3 100644 --- a/modules/openapi-generator/src/main/resources/csharp/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/csharp/api_doc.mustache @@ -113,6 +113,7 @@ Name | Type | Description | Notes - **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}} {{#responses.0}} + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/modules/openapi-generator/src/main/resources/python-legacy/model_doc.mustache b/modules/openapi-generator/src/main/resources/python-legacy/model_doc.mustache index fc90a2e0fc..f73f21259c 100644 --- a/modules/openapi-generator/src/main/resources/python-legacy/model_doc.mustache +++ b/modules/openapi-generator/src/main/resources/python-legacy/model_doc.mustache @@ -2,6 +2,7 @@ {{#description}}{{&description}} {{/description}} + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/modules/openapi-generator/src/main/resources/python/api_doc.mustache b/modules/openapi-generator/src/main/resources/python/api_doc.mustache index 36eac3ca91..7c19d58ebd 100644 --- a/modules/openapi-generator/src/main/resources/python/api_doc.mustache +++ b/modules/openapi-generator/src/main/resources/python/api_doc.mustache @@ -38,6 +38,7 @@ Method | HTTP request | Description {{/authMethods}} {{/hasAuthMethods}} {{> api_doc_example }} + ### Parameters {{^allParams}}This endpoint does not need any parameter.{{/allParams}}{{#allParams}}{{#-last}} Name | Type | Description | Notes @@ -61,6 +62,7 @@ Name | Type | Description | Notes - **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}} {{#responses.0}} + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/modules/openapi-generator/src/main/resources/python/model_doc.mustache b/modules/openapi-generator/src/main/resources/python/model_doc.mustache index 7971d6c85f..ff7358618e 100644 --- a/modules/openapi-generator/src/main/resources/python/model_doc.mustache +++ b/modules/openapi-generator/src/main/resources/python/model_doc.mustache @@ -2,6 +2,7 @@ {{#description}}{{&description}} {{/description}} + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/modules/openapi-generator/src/main/resources/r/model_doc.mustache b/modules/openapi-generator/src/main/resources/r/model_doc.mustache index f4649bb886..d8194ab1f5 100644 --- a/modules/openapi-generator/src/main/resources/r/model_doc.mustache +++ b/modules/openapi-generator/src/main/resources/r/model_doc.mustache @@ -2,6 +2,7 @@ {{#description}}{{&description}} {{/description}} + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/R/docs/Category.md b/samples/client/petstore/R/docs/Category.md index 93c2a72113..7fa99ae82e 100644 --- a/samples/client/petstore/R/docs/Category.md +++ b/samples/client/petstore/R/docs/Category.md @@ -1,6 +1,7 @@ # petstore::Category A category for a pet + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/R/docs/ModelApiResponse.md b/samples/client/petstore/R/docs/ModelApiResponse.md index 4b53ceb413..c761ca7d5e 100644 --- a/samples/client/petstore/R/docs/ModelApiResponse.md +++ b/samples/client/petstore/R/docs/ModelApiResponse.md @@ -1,6 +1,7 @@ # petstore::ModelApiResponse Describes the result of uploading an image resource + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/R/docs/Order.md b/samples/client/petstore/R/docs/Order.md index 76398d1ef1..2e41a35135 100644 --- a/samples/client/petstore/R/docs/Order.md +++ b/samples/client/petstore/R/docs/Order.md @@ -1,6 +1,7 @@ # petstore::Order An order for a pets from the pet store + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/R/docs/Pet.md b/samples/client/petstore/R/docs/Pet.md index 92ed51c801..63021a8294 100644 --- a/samples/client/petstore/R/docs/Pet.md +++ b/samples/client/petstore/R/docs/Pet.md @@ -1,6 +1,7 @@ # petstore::Pet A pet for sale in the pet store + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/R/docs/Tag.md b/samples/client/petstore/R/docs/Tag.md index 595279123e..3cb9bd184d 100644 --- a/samples/client/petstore/R/docs/Tag.md +++ b/samples/client/petstore/R/docs/Tag.md @@ -1,6 +1,7 @@ # petstore::Tag A tag for a pet + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/R/docs/User.md b/samples/client/petstore/R/docs/User.md index 8d04bdd9d3..98d0316ea2 100644 --- a/samples/client/petstore/R/docs/User.md +++ b/samples/client/petstore/R/docs/User.md @@ -1,6 +1,7 @@ # petstore::User A User who is purchasing from the pet store + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AdditionalPropertiesClass.md index fbcf3be947..c40cd0f8ac 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Animal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Animal.md index a97ce49b80..f14b7a3ae4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Animal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Animal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AnotherFakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AnotherFakeApi.md index 494fe14c5e..93fca7e408 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AnotherFakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AnotherFakeApi.md @@ -70,6 +70,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ApiResponse.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ApiResponse.md index 1ac0bfc8ac..bb723d2baa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ApiResponse.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ApiResponse.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Apple.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Apple.md index 1b3949b9f2..1f819f8f28 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Apple.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Apple.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Apple + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AppleReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AppleReq.md index 1a3f09548e..005b8f8058 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AppleReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/AppleReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AppleReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayOfArrayOfNumberOnly.md index a4acb4dfa7..4764c0ff80 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayOfArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayOfNumberOnly.md index c61636e358..d93717103b 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayTest.md index a5e9e5c244..d74d11bae7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ArrayTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Banana.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Banana.md index 74aa8a86b7..226952d1ce 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Banana.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Banana.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Banana + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/BananaReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/BananaReq.md index 10ea538f59..f99aab99e3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/BananaReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/BananaReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BananaReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/BasquePig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/BasquePig.md index 36c2df9673..681be0bc7e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/BasquePig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/BasquePig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BasquePig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Capitalization.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Capitalization.md index 74c1ab66db..1b1352d918 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Capitalization.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Capitalization.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Cat.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Cat.md index 8975864ba1..aa1ac17604 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Cat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Cat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/CatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/CatAllOf.md index e6f320ac0d..6cbaaa14e8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/CatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/CatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Category.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Category.md index f7b8d4ebf7..032a1faeb3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Category.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Category.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ChildCat.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ChildCat.md index ff376beeba..8ce6449e5f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ChildCat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ChildCat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ChildCatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ChildCatAllOf.md index 18044560aa..864d33e80e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ChildCatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ChildCatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ClassModel.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ClassModel.md index 51e52f4b73..f39982657c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ClassModel.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ClassModel.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ComplexQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ComplexQuadrilateral.md index 46da47c512..65a6097ce3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ComplexQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ComplexQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ComplexQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DanishPig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DanishPig.md index 53f6a75427..d9cf6527a3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DanishPig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DanishPig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DanishPig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DefaultApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DefaultApi.md index d2447d2e0a..6f5de6b685 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DefaultApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DefaultApi.md @@ -63,6 +63,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Dog.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Dog.md index aa5df1a927..3aa00144e9 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Dog.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Dog.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DogAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DogAllOf.md index ef32aeb714..c1096f2c31 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DogAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/DogAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Drawing.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Drawing.md index cdb1654356..6b7122940a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Drawing.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Drawing.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Drawing + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumArrays.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumArrays.md index 2dfe0e2238..8881585a4c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumArrays.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumArrays.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumClass.md index 4fb1eae9c0..38f309437d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumTest.md index 5a6544a517..ac0ae4e6a8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EnumTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EquilateralTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EquilateralTriangle.md index 9899d7c5db..ab06d96ca3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EquilateralTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/EquilateralTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EquilateralTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FakeApi.md index 7f5e0f57ca..af8d565abf 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FakeApi.md @@ -78,6 +78,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -216,6 +218,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -285,6 +288,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -354,6 +358,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -418,6 +423,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -486,6 +492,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -554,6 +561,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -624,6 +632,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -723,6 +732,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -807,6 +817,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -890,6 +901,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -957,6 +969,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1026,6 +1039,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1102,6 +1116,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FakeClassnameTags123Api.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FakeClassnameTags123Api.md index 2a148644cc..13235fbd10 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FakeClassnameTags123Api.md @@ -75,6 +75,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/File.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/File.md index 11192666c4..28959feda0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/File.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/File.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.File Must be named `File` for test. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FileSchemaTestClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FileSchemaTestClass.md index 244164accb..0ce4be56cc 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FileSchemaTestClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Foo.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Foo.md index fd84dc2038..92cf457232 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Foo.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Foo.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Foo + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FormatTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FormatTest.md index 3efa07e3b4..39a70be7ad 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FormatTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FormatTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Fruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Fruit.md index ab12d86b7c..56b1c9f00a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Fruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Fruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Fruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FruitReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FruitReq.md index 06120314fb..5db6b0e2d1 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FruitReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/FruitReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FruitReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/GmFruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/GmFruit.md index 2cdabaa6ec..2cc2d496e6 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/GmFruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/GmFruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GmFruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/GrandparentAnimal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/GrandparentAnimal.md index 2879f720f4..461ebfe34c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/GrandparentAnimal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/GrandparentAnimal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GrandparentAnimal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/HasOnlyReadOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/HasOnlyReadOnly.md index 4a5d17ea88..64549c18b0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/HasOnlyReadOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/HealthCheckResult.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/HealthCheckResult.md index 44c5cd47b6..f7d1a7eb68 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/HealthCheckResult.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/HealthCheckResult.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.HealthCheckResult Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/InlineResponseDefault.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/InlineResponseDefault.md index 8c96fb62ac..e3d55e133f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/InlineResponseDefault.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/InlineResponseDefault.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.InlineResponseDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/IsoscelesTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/IsoscelesTriangle.md index d4ac347e2e..f0eef14fab 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/IsoscelesTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/IsoscelesTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.IsoscelesTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/List.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/List.md index 484c2a0992..2862c7e532 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/List.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/List.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.List + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Mammal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Mammal.md index b3f243cc6e..aab8f4db9c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Mammal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Mammal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Mammal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/MapTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/MapTest.md index b2e30bde4c..dc1ebba4e7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/MapTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/MapTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 9aa858ade8..5f57db957d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Model200Response.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Model200Response.md index 668f456c69..31f4d86fe4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Model200Response.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Model200Response.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ModelClient.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ModelClient.md index ecc7b60ce5..8a1bd169a2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ModelClient.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ModelClient.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ModelClient + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Name.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Name.md index c75e5d034e..692af702b5 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Name.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Name.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NullableClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NullableClass.md index 0ca2455a4a..7bab4fa20e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NullableClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NullableClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NullableClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NullableShape.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NullableShape.md index 4fe318e4a1..f8fb004da8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NullableShape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NullableShape.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.NullableShape The value may be a shape or the 'null' value. The 'nullable' attribute was introduced in OAS schema >= 3.0 and has been deprecated in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NumberOnly.md index a2ca39cc52..14a7c0f107 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/NumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Order.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Order.md index 13eb4a56bd..66c55c3b47 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Order.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Order.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterComposite.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterComposite.md index 4f026f75b7..eb42bcc1aa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterComposite.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterComposite.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnum.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnum.md index 22713352ca..245765c784 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnum.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnum.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnum + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumDefaultValue.md index 09f6b91ee6..3ffaa1086a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumInteger.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumInteger.md index 149bb5a8dd..567858392d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumInteger.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumInteger.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumIntegerDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumIntegerDefaultValue.md index 29de715097..35c75a4437 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumIntegerDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/OuterEnumIntegerDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumIntegerDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ParentPet.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ParentPet.md index 188f0754e3..0e18ba6d59 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ParentPet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ParentPet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ParentPet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Pet.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Pet.md index 348d5c8d22..c7224764e2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Pet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Pet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/PetApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/PetApi.md index 5acd4f3520..47820f406d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/PetApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/PetApi.md @@ -78,6 +78,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -150,6 +151,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -223,6 +225,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -297,6 +300,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -373,6 +377,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -445,6 +450,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -521,6 +527,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -596,6 +603,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -671,6 +679,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Pig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Pig.md index 6e9ea93190..6e86d0760d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Pig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Pig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Quadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Quadrilateral.md index 2676d64eab..0165ddcc0e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Quadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Quadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Quadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/QuadrilateralInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/QuadrilateralInterface.md index 0fd001c58b..6daf340a14 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/QuadrilateralInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/QuadrilateralInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.QuadrilateralInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ReadOnlyFirst.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ReadOnlyFirst.md index 5c3762e880..b3f4a17ea3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ReadOnlyFirst.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Return.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Return.md index 56a0ac3de0..2c7c97e09d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Return.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Return.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Return Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ScaleneTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ScaleneTriangle.md index 2ebc1db5b4..76da8f1de8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ScaleneTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ScaleneTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ScaleneTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Shape.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Shape.md index cabde4dffc..9a54628cd4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Shape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Shape.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Shape + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ShapeInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ShapeInterface.md index 6126932df8..57456d6793 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ShapeInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ShapeInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ShapeInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ShapeOrNull.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ShapeOrNull.md index 59c2453ac7..cbf61ebe77 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ShapeOrNull.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/ShapeOrNull.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ShapeOrNull The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/SimpleQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/SimpleQuadrilateral.md index 5f55ec3e83..c329495425 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/SimpleQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/SimpleQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SimpleQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/SpecialModelName.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/SpecialModelName.md index e0008731e6..a27e685165 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/SpecialModelName.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/SpecialModelName.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/StoreApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/StoreApi.md index c0ed9ea438..24e2480d5d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/StoreApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/StoreApi.md @@ -72,6 +72,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -214,6 +216,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -284,6 +287,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Tag.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Tag.md index 718effdb02..fdd22eb31f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Tag.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Tag.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Triangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Triangle.md index 6578de9803..c4d0452b4e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Triangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Triangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Triangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/TriangleInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/TriangleInterface.md index c354aa0476..e0d8b5a591 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/TriangleInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/TriangleInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.TriangleInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/User.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/User.md index a6b2889dc6..b0cd4dc042 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/User.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/User.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/UserApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/UserApi.md index 73b2c545a5..aa12c26c69 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/UserApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/UserApi.md @@ -76,6 +76,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -143,6 +144,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -210,6 +212,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -279,6 +282,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -348,6 +352,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -420,6 +425,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -484,6 +490,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -555,6 +562,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Whale.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Whale.md index cd60de874d..5fc3dc7f85 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Whale.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Whale.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Whale + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Zebra.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Zebra.md index 48da462bd0..31e686adf0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Zebra.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/docs/Zebra.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Zebra + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AdditionalPropertiesClass.md index fbcf3be947..c40cd0f8ac 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Animal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Animal.md index a97ce49b80..f14b7a3ae4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Animal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Animal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AnotherFakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AnotherFakeApi.md index 494fe14c5e..93fca7e408 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AnotherFakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AnotherFakeApi.md @@ -70,6 +70,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ApiResponse.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ApiResponse.md index 1ac0bfc8ac..bb723d2baa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ApiResponse.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ApiResponse.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Apple.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Apple.md index 1b3949b9f2..1f819f8f28 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Apple.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Apple.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Apple + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AppleReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AppleReq.md index 1a3f09548e..005b8f8058 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AppleReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/AppleReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AppleReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayOfArrayOfNumberOnly.md index a4acb4dfa7..4764c0ff80 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayOfArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayOfNumberOnly.md index c61636e358..d93717103b 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayTest.md index a5e9e5c244..d74d11bae7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ArrayTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Banana.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Banana.md index 74aa8a86b7..226952d1ce 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Banana.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Banana.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Banana + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/BananaReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/BananaReq.md index 10ea538f59..f99aab99e3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/BananaReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/BananaReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BananaReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/BasquePig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/BasquePig.md index 36c2df9673..681be0bc7e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/BasquePig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/BasquePig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BasquePig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Capitalization.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Capitalization.md index 74c1ab66db..1b1352d918 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Capitalization.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Capitalization.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Cat.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Cat.md index 8975864ba1..aa1ac17604 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Cat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Cat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/CatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/CatAllOf.md index e6f320ac0d..6cbaaa14e8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/CatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/CatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Category.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Category.md index f7b8d4ebf7..032a1faeb3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Category.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Category.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ChildCat.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ChildCat.md index ff376beeba..8ce6449e5f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ChildCat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ChildCat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ChildCatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ChildCatAllOf.md index 18044560aa..864d33e80e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ChildCatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ChildCatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ClassModel.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ClassModel.md index 51e52f4b73..f39982657c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ClassModel.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ClassModel.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ComplexQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ComplexQuadrilateral.md index 46da47c512..65a6097ce3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ComplexQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ComplexQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ComplexQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DanishPig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DanishPig.md index 53f6a75427..d9cf6527a3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DanishPig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DanishPig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DanishPig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DefaultApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DefaultApi.md index d2447d2e0a..6f5de6b685 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DefaultApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DefaultApi.md @@ -63,6 +63,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Dog.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Dog.md index aa5df1a927..3aa00144e9 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Dog.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Dog.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DogAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DogAllOf.md index ef32aeb714..c1096f2c31 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DogAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/DogAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Drawing.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Drawing.md index cdb1654356..6b7122940a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Drawing.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Drawing.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Drawing + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumArrays.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumArrays.md index 2dfe0e2238..8881585a4c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumArrays.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumArrays.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumClass.md index 4fb1eae9c0..38f309437d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumTest.md index 5a6544a517..ac0ae4e6a8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EnumTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EquilateralTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EquilateralTriangle.md index 9899d7c5db..ab06d96ca3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EquilateralTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/EquilateralTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EquilateralTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FakeApi.md index 7f5e0f57ca..af8d565abf 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FakeApi.md @@ -78,6 +78,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -216,6 +218,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -285,6 +288,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -354,6 +358,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -418,6 +423,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -486,6 +492,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -554,6 +561,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -624,6 +632,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -723,6 +732,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -807,6 +817,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -890,6 +901,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -957,6 +969,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1026,6 +1039,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1102,6 +1116,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FakeClassnameTags123Api.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FakeClassnameTags123Api.md index 2a148644cc..13235fbd10 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FakeClassnameTags123Api.md @@ -75,6 +75,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/File.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/File.md index 11192666c4..28959feda0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/File.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/File.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.File Must be named `File` for test. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FileSchemaTestClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FileSchemaTestClass.md index 244164accb..0ce4be56cc 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FileSchemaTestClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Foo.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Foo.md index fd84dc2038..92cf457232 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Foo.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Foo.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Foo + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FormatTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FormatTest.md index 3efa07e3b4..39a70be7ad 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FormatTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FormatTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Fruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Fruit.md index ab12d86b7c..56b1c9f00a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Fruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Fruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Fruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FruitReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FruitReq.md index 06120314fb..5db6b0e2d1 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FruitReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/FruitReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FruitReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/GmFruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/GmFruit.md index 2cdabaa6ec..2cc2d496e6 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/GmFruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/GmFruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GmFruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/GrandparentAnimal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/GrandparentAnimal.md index 2879f720f4..461ebfe34c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/GrandparentAnimal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/GrandparentAnimal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GrandparentAnimal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/HasOnlyReadOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/HasOnlyReadOnly.md index 4a5d17ea88..64549c18b0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/HasOnlyReadOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/HealthCheckResult.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/HealthCheckResult.md index 44c5cd47b6..f7d1a7eb68 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/HealthCheckResult.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/HealthCheckResult.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.HealthCheckResult Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/InlineResponseDefault.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/InlineResponseDefault.md index 8c96fb62ac..e3d55e133f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/InlineResponseDefault.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/InlineResponseDefault.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.InlineResponseDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/IsoscelesTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/IsoscelesTriangle.md index d4ac347e2e..f0eef14fab 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/IsoscelesTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/IsoscelesTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.IsoscelesTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/List.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/List.md index 484c2a0992..2862c7e532 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/List.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/List.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.List + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Mammal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Mammal.md index b3f243cc6e..aab8f4db9c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Mammal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Mammal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Mammal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/MapTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/MapTest.md index b2e30bde4c..dc1ebba4e7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/MapTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/MapTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 9aa858ade8..5f57db957d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Model200Response.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Model200Response.md index 668f456c69..31f4d86fe4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Model200Response.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Model200Response.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ModelClient.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ModelClient.md index ecc7b60ce5..8a1bd169a2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ModelClient.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ModelClient.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ModelClient + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Name.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Name.md index c75e5d034e..692af702b5 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Name.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Name.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NullableClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NullableClass.md index 0ca2455a4a..7bab4fa20e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NullableClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NullableClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NullableClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NullableShape.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NullableShape.md index 4fe318e4a1..f8fb004da8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NullableShape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NullableShape.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.NullableShape The value may be a shape or the 'null' value. The 'nullable' attribute was introduced in OAS schema >= 3.0 and has been deprecated in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NumberOnly.md index a2ca39cc52..14a7c0f107 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/NumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Order.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Order.md index 13eb4a56bd..66c55c3b47 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Order.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Order.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterComposite.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterComposite.md index 4f026f75b7..eb42bcc1aa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterComposite.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterComposite.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnum.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnum.md index 22713352ca..245765c784 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnum.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnum.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnum + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumDefaultValue.md index 09f6b91ee6..3ffaa1086a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumInteger.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumInteger.md index 149bb5a8dd..567858392d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumInteger.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumInteger.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumIntegerDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumIntegerDefaultValue.md index 29de715097..35c75a4437 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumIntegerDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/OuterEnumIntegerDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumIntegerDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ParentPet.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ParentPet.md index 188f0754e3..0e18ba6d59 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ParentPet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ParentPet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ParentPet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Pet.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Pet.md index 348d5c8d22..c7224764e2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Pet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Pet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/PetApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/PetApi.md index 5acd4f3520..47820f406d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/PetApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/PetApi.md @@ -78,6 +78,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -150,6 +151,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -223,6 +225,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -297,6 +300,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -373,6 +377,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -445,6 +450,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -521,6 +527,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -596,6 +603,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -671,6 +679,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Pig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Pig.md index 6e9ea93190..6e86d0760d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Pig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Pig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Quadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Quadrilateral.md index 2676d64eab..0165ddcc0e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Quadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Quadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Quadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/QuadrilateralInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/QuadrilateralInterface.md index 0fd001c58b..6daf340a14 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/QuadrilateralInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/QuadrilateralInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.QuadrilateralInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ReadOnlyFirst.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ReadOnlyFirst.md index 5c3762e880..b3f4a17ea3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ReadOnlyFirst.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Return.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Return.md index 56a0ac3de0..2c7c97e09d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Return.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Return.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Return Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ScaleneTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ScaleneTriangle.md index 2ebc1db5b4..76da8f1de8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ScaleneTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ScaleneTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ScaleneTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Shape.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Shape.md index cabde4dffc..9a54628cd4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Shape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Shape.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Shape + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ShapeInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ShapeInterface.md index 6126932df8..57456d6793 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ShapeInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ShapeInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ShapeInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ShapeOrNull.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ShapeOrNull.md index 59c2453ac7..cbf61ebe77 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ShapeOrNull.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/ShapeOrNull.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ShapeOrNull The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/SimpleQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/SimpleQuadrilateral.md index 5f55ec3e83..c329495425 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/SimpleQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/SimpleQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SimpleQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/SpecialModelName.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/SpecialModelName.md index e0008731e6..a27e685165 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/SpecialModelName.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/SpecialModelName.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/StoreApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/StoreApi.md index c0ed9ea438..24e2480d5d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/StoreApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/StoreApi.md @@ -72,6 +72,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -214,6 +216,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -284,6 +287,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Tag.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Tag.md index 718effdb02..fdd22eb31f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Tag.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Tag.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Triangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Triangle.md index 6578de9803..c4d0452b4e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Triangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Triangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Triangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/TriangleInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/TriangleInterface.md index c354aa0476..e0d8b5a591 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/TriangleInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/TriangleInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.TriangleInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/User.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/User.md index a6b2889dc6..b0cd4dc042 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/User.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/User.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/UserApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/UserApi.md index 73b2c545a5..aa12c26c69 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/UserApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/UserApi.md @@ -76,6 +76,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -143,6 +144,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -210,6 +212,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -279,6 +282,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -348,6 +352,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -420,6 +425,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -484,6 +490,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -555,6 +562,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Whale.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Whale.md index cd60de874d..5fc3dc7f85 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Whale.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Whale.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Whale + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Zebra.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Zebra.md index 48da462bd0..31e686adf0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Zebra.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/docs/Zebra.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Zebra + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AdditionalPropertiesClass.md index fbcf3be947..c40cd0f8ac 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Animal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Animal.md index a97ce49b80..f14b7a3ae4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Animal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Animal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AnotherFakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AnotherFakeApi.md index 494fe14c5e..93fca7e408 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AnotherFakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AnotherFakeApi.md @@ -70,6 +70,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ApiResponse.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ApiResponse.md index 1ac0bfc8ac..bb723d2baa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ApiResponse.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ApiResponse.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Apple.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Apple.md index 1b3949b9f2..1f819f8f28 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Apple.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Apple.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Apple + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AppleReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AppleReq.md index 1a3f09548e..005b8f8058 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AppleReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/AppleReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AppleReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayOfArrayOfNumberOnly.md index a4acb4dfa7..4764c0ff80 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayOfArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayOfNumberOnly.md index c61636e358..d93717103b 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayTest.md index a5e9e5c244..d74d11bae7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ArrayTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Banana.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Banana.md index 74aa8a86b7..226952d1ce 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Banana.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Banana.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Banana + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/BananaReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/BananaReq.md index 10ea538f59..f99aab99e3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/BananaReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/BananaReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BananaReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/BasquePig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/BasquePig.md index 36c2df9673..681be0bc7e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/BasquePig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/BasquePig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BasquePig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Capitalization.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Capitalization.md index 74c1ab66db..1b1352d918 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Capitalization.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Capitalization.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Cat.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Cat.md index 8975864ba1..aa1ac17604 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Cat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Cat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/CatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/CatAllOf.md index e6f320ac0d..6cbaaa14e8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/CatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/CatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Category.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Category.md index f7b8d4ebf7..032a1faeb3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Category.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Category.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ChildCat.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ChildCat.md index ff376beeba..8ce6449e5f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ChildCat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ChildCat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ChildCatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ChildCatAllOf.md index 18044560aa..864d33e80e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ChildCatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ChildCatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ClassModel.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ClassModel.md index 51e52f4b73..f39982657c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ClassModel.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ClassModel.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ComplexQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ComplexQuadrilateral.md index 46da47c512..65a6097ce3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ComplexQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ComplexQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ComplexQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DanishPig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DanishPig.md index 53f6a75427..d9cf6527a3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DanishPig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DanishPig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DanishPig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DefaultApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DefaultApi.md index d2447d2e0a..6f5de6b685 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DefaultApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DefaultApi.md @@ -63,6 +63,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Dog.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Dog.md index aa5df1a927..3aa00144e9 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Dog.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Dog.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DogAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DogAllOf.md index ef32aeb714..c1096f2c31 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DogAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/DogAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Drawing.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Drawing.md index cdb1654356..6b7122940a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Drawing.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Drawing.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Drawing + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumArrays.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumArrays.md index 2dfe0e2238..8881585a4c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumArrays.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumArrays.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumClass.md index 4fb1eae9c0..38f309437d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumTest.md index 5a6544a517..ac0ae4e6a8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EnumTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EquilateralTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EquilateralTriangle.md index 9899d7c5db..ab06d96ca3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EquilateralTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/EquilateralTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EquilateralTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FakeApi.md index 7f5e0f57ca..af8d565abf 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FakeApi.md @@ -78,6 +78,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -216,6 +218,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -285,6 +288,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -354,6 +358,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -418,6 +423,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -486,6 +492,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -554,6 +561,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -624,6 +632,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -723,6 +732,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -807,6 +817,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -890,6 +901,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -957,6 +969,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1026,6 +1039,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1102,6 +1116,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FakeClassnameTags123Api.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FakeClassnameTags123Api.md index 2a148644cc..13235fbd10 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FakeClassnameTags123Api.md @@ -75,6 +75,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/File.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/File.md index 11192666c4..28959feda0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/File.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/File.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.File Must be named `File` for test. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FileSchemaTestClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FileSchemaTestClass.md index 244164accb..0ce4be56cc 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FileSchemaTestClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Foo.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Foo.md index fd84dc2038..92cf457232 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Foo.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Foo.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Foo + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FormatTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FormatTest.md index 3efa07e3b4..39a70be7ad 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FormatTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FormatTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Fruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Fruit.md index ab12d86b7c..56b1c9f00a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Fruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Fruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Fruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FruitReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FruitReq.md index 06120314fb..5db6b0e2d1 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FruitReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/FruitReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FruitReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/GmFruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/GmFruit.md index 2cdabaa6ec..2cc2d496e6 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/GmFruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/GmFruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GmFruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/GrandparentAnimal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/GrandparentAnimal.md index 2879f720f4..461ebfe34c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/GrandparentAnimal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/GrandparentAnimal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GrandparentAnimal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/HasOnlyReadOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/HasOnlyReadOnly.md index 4a5d17ea88..64549c18b0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/HasOnlyReadOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/HealthCheckResult.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/HealthCheckResult.md index 44c5cd47b6..f7d1a7eb68 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/HealthCheckResult.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/HealthCheckResult.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.HealthCheckResult Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/InlineResponseDefault.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/InlineResponseDefault.md index 8c96fb62ac..e3d55e133f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/InlineResponseDefault.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/InlineResponseDefault.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.InlineResponseDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/IsoscelesTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/IsoscelesTriangle.md index d4ac347e2e..f0eef14fab 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/IsoscelesTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/IsoscelesTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.IsoscelesTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/List.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/List.md index 484c2a0992..2862c7e532 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/List.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/List.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.List + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Mammal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Mammal.md index b3f243cc6e..aab8f4db9c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Mammal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Mammal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Mammal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/MapTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/MapTest.md index b2e30bde4c..dc1ebba4e7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/MapTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/MapTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 9aa858ade8..5f57db957d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Model200Response.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Model200Response.md index 668f456c69..31f4d86fe4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Model200Response.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Model200Response.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ModelClient.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ModelClient.md index ecc7b60ce5..8a1bd169a2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ModelClient.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ModelClient.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ModelClient + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Name.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Name.md index c75e5d034e..692af702b5 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Name.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Name.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NullableClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NullableClass.md index 0ca2455a4a..7bab4fa20e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NullableClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NullableClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NullableClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NullableShape.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NullableShape.md index 4fe318e4a1..f8fb004da8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NullableShape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NullableShape.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.NullableShape The value may be a shape or the 'null' value. The 'nullable' attribute was introduced in OAS schema >= 3.0 and has been deprecated in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NumberOnly.md index a2ca39cc52..14a7c0f107 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/NumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Order.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Order.md index 13eb4a56bd..66c55c3b47 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Order.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Order.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterComposite.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterComposite.md index 4f026f75b7..eb42bcc1aa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterComposite.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterComposite.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnum.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnum.md index 22713352ca..245765c784 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnum.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnum.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnum + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumDefaultValue.md index 09f6b91ee6..3ffaa1086a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumInteger.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumInteger.md index 149bb5a8dd..567858392d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumInteger.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumInteger.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumIntegerDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumIntegerDefaultValue.md index 29de715097..35c75a4437 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumIntegerDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/OuterEnumIntegerDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumIntegerDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ParentPet.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ParentPet.md index 188f0754e3..0e18ba6d59 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ParentPet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ParentPet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ParentPet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Pet.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Pet.md index 348d5c8d22..c7224764e2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Pet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Pet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/PetApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/PetApi.md index 5acd4f3520..47820f406d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/PetApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/PetApi.md @@ -78,6 +78,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -150,6 +151,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -223,6 +225,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -297,6 +300,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -373,6 +377,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -445,6 +450,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -521,6 +527,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -596,6 +603,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -671,6 +679,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Pig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Pig.md index 6e9ea93190..6e86d0760d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Pig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Pig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Quadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Quadrilateral.md index 2676d64eab..0165ddcc0e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Quadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Quadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Quadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/QuadrilateralInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/QuadrilateralInterface.md index 0fd001c58b..6daf340a14 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/QuadrilateralInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/QuadrilateralInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.QuadrilateralInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ReadOnlyFirst.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ReadOnlyFirst.md index 5c3762e880..b3f4a17ea3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ReadOnlyFirst.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Return.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Return.md index 56a0ac3de0..2c7c97e09d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Return.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Return.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Return Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ScaleneTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ScaleneTriangle.md index 2ebc1db5b4..76da8f1de8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ScaleneTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ScaleneTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ScaleneTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Shape.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Shape.md index cabde4dffc..9a54628cd4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Shape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Shape.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Shape + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ShapeInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ShapeInterface.md index 6126932df8..57456d6793 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ShapeInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ShapeInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ShapeInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ShapeOrNull.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ShapeOrNull.md index 59c2453ac7..cbf61ebe77 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ShapeOrNull.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/ShapeOrNull.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ShapeOrNull The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/SimpleQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/SimpleQuadrilateral.md index 5f55ec3e83..c329495425 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/SimpleQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/SimpleQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SimpleQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/SpecialModelName.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/SpecialModelName.md index e0008731e6..a27e685165 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/SpecialModelName.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/SpecialModelName.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/StoreApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/StoreApi.md index c0ed9ea438..24e2480d5d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/StoreApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/StoreApi.md @@ -72,6 +72,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -214,6 +216,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -284,6 +287,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Tag.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Tag.md index 718effdb02..fdd22eb31f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Tag.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Tag.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Triangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Triangle.md index 6578de9803..c4d0452b4e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Triangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Triangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Triangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/TriangleInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/TriangleInterface.md index c354aa0476..e0d8b5a591 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/TriangleInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/TriangleInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.TriangleInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/User.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/User.md index a6b2889dc6..b0cd4dc042 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/User.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/User.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/UserApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/UserApi.md index 73b2c545a5..aa12c26c69 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/UserApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/UserApi.md @@ -76,6 +76,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -143,6 +144,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -210,6 +212,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -279,6 +282,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -348,6 +352,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -420,6 +425,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -484,6 +490,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -555,6 +562,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Whale.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Whale.md index cd60de874d..5fc3dc7f85 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Whale.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Whale.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Whale + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Zebra.md b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Zebra.md index 48da462bd0..31e686adf0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Zebra.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/docs/Zebra.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Zebra + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AdditionalPropertiesClass.md index fbcf3be947..c40cd0f8ac 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Animal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Animal.md index a97ce49b80..f14b7a3ae4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Animal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Animal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AnotherFakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AnotherFakeApi.md index 494fe14c5e..93fca7e408 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AnotherFakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AnotherFakeApi.md @@ -70,6 +70,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ApiResponse.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ApiResponse.md index 1ac0bfc8ac..bb723d2baa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ApiResponse.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ApiResponse.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Apple.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Apple.md index 1b3949b9f2..1f819f8f28 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Apple.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Apple.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Apple + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AppleReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AppleReq.md index 1a3f09548e..005b8f8058 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AppleReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/AppleReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AppleReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayOfArrayOfNumberOnly.md index a4acb4dfa7..4764c0ff80 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayOfArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayOfNumberOnly.md index c61636e358..d93717103b 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayTest.md index a5e9e5c244..d74d11bae7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ArrayTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Banana.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Banana.md index 74aa8a86b7..226952d1ce 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Banana.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Banana.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Banana + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/BananaReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/BananaReq.md index 10ea538f59..f99aab99e3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/BananaReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/BananaReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BananaReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/BasquePig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/BasquePig.md index 36c2df9673..681be0bc7e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/BasquePig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/BasquePig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BasquePig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Capitalization.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Capitalization.md index 74c1ab66db..1b1352d918 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Capitalization.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Capitalization.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Cat.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Cat.md index 8975864ba1..aa1ac17604 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Cat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Cat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/CatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/CatAllOf.md index e6f320ac0d..6cbaaa14e8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/CatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/CatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Category.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Category.md index f7b8d4ebf7..032a1faeb3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Category.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Category.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ChildCat.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ChildCat.md index ff376beeba..8ce6449e5f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ChildCat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ChildCat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ChildCatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ChildCatAllOf.md index 18044560aa..864d33e80e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ChildCatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ChildCatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ClassModel.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ClassModel.md index 51e52f4b73..f39982657c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ClassModel.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ClassModel.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ComplexQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ComplexQuadrilateral.md index 46da47c512..65a6097ce3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ComplexQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ComplexQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ComplexQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DanishPig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DanishPig.md index 53f6a75427..d9cf6527a3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DanishPig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DanishPig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DanishPig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DefaultApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DefaultApi.md index d2447d2e0a..6f5de6b685 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DefaultApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DefaultApi.md @@ -63,6 +63,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Dog.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Dog.md index aa5df1a927..3aa00144e9 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Dog.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Dog.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DogAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DogAllOf.md index ef32aeb714..c1096f2c31 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DogAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/DogAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Drawing.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Drawing.md index cdb1654356..6b7122940a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Drawing.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Drawing.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Drawing + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumArrays.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumArrays.md index 2dfe0e2238..8881585a4c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumArrays.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumArrays.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumClass.md index 4fb1eae9c0..38f309437d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumTest.md index 5a6544a517..ac0ae4e6a8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EnumTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EquilateralTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EquilateralTriangle.md index 9899d7c5db..ab06d96ca3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EquilateralTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/EquilateralTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EquilateralTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FakeApi.md index 7f5e0f57ca..af8d565abf 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FakeApi.md @@ -78,6 +78,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -216,6 +218,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -285,6 +288,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -354,6 +358,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -418,6 +423,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -486,6 +492,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -554,6 +561,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -624,6 +632,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -723,6 +732,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -807,6 +817,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -890,6 +901,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -957,6 +969,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1026,6 +1039,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1102,6 +1116,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FakeClassnameTags123Api.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FakeClassnameTags123Api.md index 2a148644cc..13235fbd10 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FakeClassnameTags123Api.md @@ -75,6 +75,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/File.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/File.md index 11192666c4..28959feda0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/File.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/File.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.File Must be named `File` for test. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FileSchemaTestClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FileSchemaTestClass.md index 244164accb..0ce4be56cc 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FileSchemaTestClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Foo.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Foo.md index fd84dc2038..92cf457232 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Foo.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Foo.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Foo + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FormatTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FormatTest.md index 3efa07e3b4..39a70be7ad 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FormatTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FormatTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Fruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Fruit.md index ab12d86b7c..56b1c9f00a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Fruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Fruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Fruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FruitReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FruitReq.md index 06120314fb..5db6b0e2d1 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FruitReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/FruitReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FruitReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/GmFruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/GmFruit.md index 2cdabaa6ec..2cc2d496e6 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/GmFruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/GmFruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GmFruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/GrandparentAnimal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/GrandparentAnimal.md index 2879f720f4..461ebfe34c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/GrandparentAnimal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/GrandparentAnimal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GrandparentAnimal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/HasOnlyReadOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/HasOnlyReadOnly.md index 4a5d17ea88..64549c18b0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/HasOnlyReadOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/HealthCheckResult.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/HealthCheckResult.md index 44c5cd47b6..f7d1a7eb68 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/HealthCheckResult.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/HealthCheckResult.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.HealthCheckResult Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/InlineResponseDefault.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/InlineResponseDefault.md index 8c96fb62ac..e3d55e133f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/InlineResponseDefault.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/InlineResponseDefault.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.InlineResponseDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/IsoscelesTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/IsoscelesTriangle.md index d4ac347e2e..f0eef14fab 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/IsoscelesTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/IsoscelesTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.IsoscelesTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/List.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/List.md index 484c2a0992..2862c7e532 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/List.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/List.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.List + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Mammal.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Mammal.md index b3f243cc6e..aab8f4db9c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Mammal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Mammal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Mammal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/MapTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/MapTest.md index b2e30bde4c..dc1ebba4e7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/MapTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/MapTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 9aa858ade8..5f57db957d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Model200Response.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Model200Response.md index 668f456c69..31f4d86fe4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Model200Response.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Model200Response.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ModelClient.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ModelClient.md index ecc7b60ce5..8a1bd169a2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ModelClient.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ModelClient.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ModelClient + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Name.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Name.md index c75e5d034e..692af702b5 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Name.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Name.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NullableClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NullableClass.md index 0ca2455a4a..7bab4fa20e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NullableClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NullableClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NullableClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NullableShape.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NullableShape.md index 4fe318e4a1..f8fb004da8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NullableShape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NullableShape.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.NullableShape The value may be a shape or the 'null' value. The 'nullable' attribute was introduced in OAS schema >= 3.0 and has been deprecated in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NumberOnly.md index a2ca39cc52..14a7c0f107 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/NumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Order.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Order.md index 13eb4a56bd..66c55c3b47 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Order.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Order.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterComposite.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterComposite.md index 4f026f75b7..eb42bcc1aa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterComposite.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterComposite.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnum.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnum.md index 22713352ca..245765c784 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnum.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnum.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnum + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumDefaultValue.md index 09f6b91ee6..3ffaa1086a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumInteger.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumInteger.md index 149bb5a8dd..567858392d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumInteger.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumInteger.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumIntegerDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumIntegerDefaultValue.md index 29de715097..35c75a4437 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumIntegerDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/OuterEnumIntegerDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumIntegerDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ParentPet.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ParentPet.md index 188f0754e3..0e18ba6d59 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ParentPet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ParentPet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ParentPet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Pet.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Pet.md index 348d5c8d22..c7224764e2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Pet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Pet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/PetApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/PetApi.md index 5acd4f3520..47820f406d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/PetApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/PetApi.md @@ -78,6 +78,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -150,6 +151,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -223,6 +225,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -297,6 +300,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -373,6 +377,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -445,6 +450,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -521,6 +527,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -596,6 +603,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -671,6 +679,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Pig.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Pig.md index 6e9ea93190..6e86d0760d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Pig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Pig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Quadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Quadrilateral.md index 2676d64eab..0165ddcc0e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Quadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Quadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Quadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/QuadrilateralInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/QuadrilateralInterface.md index 0fd001c58b..6daf340a14 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/QuadrilateralInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/QuadrilateralInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.QuadrilateralInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ReadOnlyFirst.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ReadOnlyFirst.md index 5c3762e880..b3f4a17ea3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ReadOnlyFirst.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Return.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Return.md index 56a0ac3de0..2c7c97e09d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Return.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Return.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Return Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ScaleneTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ScaleneTriangle.md index 2ebc1db5b4..76da8f1de8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ScaleneTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ScaleneTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ScaleneTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Shape.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Shape.md index cabde4dffc..9a54628cd4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Shape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Shape.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Shape + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ShapeInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ShapeInterface.md index 6126932df8..57456d6793 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ShapeInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ShapeInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ShapeInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ShapeOrNull.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ShapeOrNull.md index 59c2453ac7..cbf61ebe77 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ShapeOrNull.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/ShapeOrNull.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ShapeOrNull The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/SimpleQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/SimpleQuadrilateral.md index 5f55ec3e83..c329495425 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/SimpleQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/SimpleQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SimpleQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/SpecialModelName.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/SpecialModelName.md index e0008731e6..a27e685165 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/SpecialModelName.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/SpecialModelName.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/StoreApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/StoreApi.md index c0ed9ea438..24e2480d5d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/StoreApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/StoreApi.md @@ -72,6 +72,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -214,6 +216,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -284,6 +287,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Tag.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Tag.md index 718effdb02..fdd22eb31f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Tag.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Tag.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Triangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Triangle.md index 6578de9803..c4d0452b4e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Triangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Triangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Triangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/TriangleInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/TriangleInterface.md index c354aa0476..e0d8b5a591 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/TriangleInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/TriangleInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.TriangleInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/User.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/User.md index a6b2889dc6..b0cd4dc042 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/User.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/User.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/UserApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/UserApi.md index 73b2c545a5..aa12c26c69 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/UserApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/UserApi.md @@ -76,6 +76,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -143,6 +144,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -210,6 +212,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -279,6 +282,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -348,6 +352,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -420,6 +425,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -484,6 +490,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -555,6 +562,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Whale.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Whale.md index cd60de874d..5fc3dc7f85 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Whale.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Whale.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Whale + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Zebra.md b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Zebra.md index 48da462bd0..31e686adf0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Zebra.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/docs/Zebra.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Zebra + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AdditionalPropertiesClass.md index fbcf3be947..c40cd0f8ac 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Animal.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Animal.md index a97ce49b80..f14b7a3ae4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Animal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Animal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AnotherFakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AnotherFakeApi.md index 494fe14c5e..93fca7e408 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AnotherFakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AnotherFakeApi.md @@ -70,6 +70,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ApiResponse.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ApiResponse.md index 1ac0bfc8ac..bb723d2baa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ApiResponse.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ApiResponse.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Apple.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Apple.md index 1b3949b9f2..1f819f8f28 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Apple.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Apple.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Apple + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AppleReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AppleReq.md index 1a3f09548e..005b8f8058 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AppleReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/AppleReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.AppleReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayOfArrayOfNumberOnly.md index a4acb4dfa7..4764c0ff80 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayOfArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayOfNumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayOfNumberOnly.md index c61636e358..d93717103b 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayOfNumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayTest.md index a5e9e5c244..d74d11bae7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ArrayTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Banana.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Banana.md index 74aa8a86b7..226952d1ce 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Banana.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Banana.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Banana + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/BananaReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/BananaReq.md index 10ea538f59..f99aab99e3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/BananaReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/BananaReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BananaReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/BasquePig.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/BasquePig.md index 36c2df9673..681be0bc7e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/BasquePig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/BasquePig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.BasquePig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Capitalization.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Capitalization.md index 74c1ab66db..1b1352d918 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Capitalization.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Capitalization.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Cat.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Cat.md index 8975864ba1..aa1ac17604 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Cat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Cat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/CatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/CatAllOf.md index e6f320ac0d..6cbaaa14e8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/CatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/CatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Category.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Category.md index f7b8d4ebf7..032a1faeb3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Category.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Category.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ChildCat.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ChildCat.md index ff376beeba..8ce6449e5f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ChildCat.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ChildCat.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ChildCatAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ChildCatAllOf.md index 18044560aa..864d33e80e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ChildCatAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ChildCatAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ChildCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ClassModel.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ClassModel.md index 51e52f4b73..f39982657c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ClassModel.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ClassModel.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ComplexQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ComplexQuadrilateral.md index 46da47c512..65a6097ce3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ComplexQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ComplexQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ComplexQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DanishPig.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DanishPig.md index 53f6a75427..d9cf6527a3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DanishPig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DanishPig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DanishPig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DefaultApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DefaultApi.md index d2447d2e0a..6f5de6b685 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DefaultApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DefaultApi.md @@ -63,6 +63,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Dog.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Dog.md index aa5df1a927..3aa00144e9 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Dog.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Dog.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DogAllOf.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DogAllOf.md index ef32aeb714..c1096f2c31 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DogAllOf.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/DogAllOf.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Drawing.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Drawing.md index cdb1654356..6b7122940a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Drawing.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Drawing.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Drawing + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumArrays.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumArrays.md index 2dfe0e2238..8881585a4c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumArrays.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumArrays.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumClass.md index 4fb1eae9c0..38f309437d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumTest.md index 5a6544a517..ac0ae4e6a8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EnumTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EquilateralTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EquilateralTriangle.md index 9899d7c5db..ab06d96ca3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EquilateralTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/EquilateralTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.EquilateralTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FakeApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FakeApi.md index 7f5e0f57ca..af8d565abf 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FakeApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FakeApi.md @@ -78,6 +78,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -216,6 +218,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -285,6 +288,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -354,6 +358,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -418,6 +423,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -486,6 +492,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -554,6 +561,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -624,6 +632,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -723,6 +732,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -807,6 +817,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -890,6 +901,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -957,6 +969,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1026,6 +1039,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1102,6 +1116,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FakeClassnameTags123Api.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FakeClassnameTags123Api.md index 2a148644cc..13235fbd10 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FakeClassnameTags123Api.md @@ -75,6 +75,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/File.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/File.md index 11192666c4..28959feda0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/File.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/File.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.File Must be named `File` for test. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FileSchemaTestClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FileSchemaTestClass.md index 244164accb..0ce4be56cc 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FileSchemaTestClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Foo.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Foo.md index fd84dc2038..92cf457232 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Foo.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Foo.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Foo + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FormatTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FormatTest.md index 3efa07e3b4..39a70be7ad 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FormatTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FormatTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Fruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Fruit.md index ab12d86b7c..56b1c9f00a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Fruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Fruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Fruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FruitReq.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FruitReq.md index 06120314fb..5db6b0e2d1 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FruitReq.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/FruitReq.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.FruitReq + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/GmFruit.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/GmFruit.md index 2cdabaa6ec..2cc2d496e6 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/GmFruit.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/GmFruit.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GmFruit + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/GrandparentAnimal.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/GrandparentAnimal.md index 2879f720f4..461ebfe34c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/GrandparentAnimal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/GrandparentAnimal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.GrandparentAnimal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/HasOnlyReadOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/HasOnlyReadOnly.md index 4a5d17ea88..64549c18b0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/HasOnlyReadOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/HealthCheckResult.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/HealthCheckResult.md index 44c5cd47b6..f7d1a7eb68 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/HealthCheckResult.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/HealthCheckResult.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.HealthCheckResult Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/InlineResponseDefault.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/InlineResponseDefault.md index 8c96fb62ac..e3d55e133f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/InlineResponseDefault.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/InlineResponseDefault.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.InlineResponseDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/IsoscelesTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/IsoscelesTriangle.md index d4ac347e2e..f0eef14fab 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/IsoscelesTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/IsoscelesTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.IsoscelesTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/List.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/List.md index 484c2a0992..2862c7e532 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/List.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/List.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.List + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Mammal.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Mammal.md index b3f243cc6e..aab8f4db9c 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Mammal.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Mammal.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Mammal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/MapTest.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/MapTest.md index b2e30bde4c..dc1ebba4e7 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/MapTest.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/MapTest.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 9aa858ade8..5f57db957d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Model200Response.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Model200Response.md index 668f456c69..31f4d86fe4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Model200Response.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Model200Response.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ModelClient.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ModelClient.md index ecc7b60ce5..8a1bd169a2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ModelClient.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ModelClient.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ModelClient + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Name.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Name.md index c75e5d034e..692af702b5 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Name.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Name.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NullableClass.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NullableClass.md index 0ca2455a4a..7bab4fa20e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NullableClass.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NullableClass.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NullableClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NullableShape.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NullableShape.md index 4fe318e4a1..f8fb004da8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NullableShape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NullableShape.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.NullableShape The value may be a shape or the 'null' value. The 'nullable' attribute was introduced in OAS schema >= 3.0 and has been deprecated in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NumberOnly.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NumberOnly.md index a2ca39cc52..14a7c0f107 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NumberOnly.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/NumberOnly.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Order.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Order.md index 13eb4a56bd..66c55c3b47 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Order.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Order.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterComposite.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterComposite.md index 4f026f75b7..eb42bcc1aa 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterComposite.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterComposite.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnum.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnum.md index 22713352ca..245765c784 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnum.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnum.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnum + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumDefaultValue.md index 09f6b91ee6..3ffaa1086a 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumInteger.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumInteger.md index 149bb5a8dd..567858392d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumInteger.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumInteger.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumIntegerDefaultValue.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumIntegerDefaultValue.md index 29de715097..35c75a4437 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumIntegerDefaultValue.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/OuterEnumIntegerDefaultValue.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.OuterEnumIntegerDefaultValue + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ParentPet.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ParentPet.md index 188f0754e3..0e18ba6d59 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ParentPet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ParentPet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ParentPet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Pet.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Pet.md index 348d5c8d22..c7224764e2 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Pet.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Pet.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/PetApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/PetApi.md index 5acd4f3520..47820f406d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/PetApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/PetApi.md @@ -78,6 +78,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -150,6 +151,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -223,6 +225,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -297,6 +300,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -373,6 +377,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -445,6 +450,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -521,6 +527,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -596,6 +603,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -671,6 +679,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Pig.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Pig.md index 6e9ea93190..6e86d0760d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Pig.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Pig.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Pig + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Quadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Quadrilateral.md index 2676d64eab..0165ddcc0e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Quadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Quadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Quadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/QuadrilateralInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/QuadrilateralInterface.md index 0fd001c58b..6daf340a14 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/QuadrilateralInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/QuadrilateralInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.QuadrilateralInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ReadOnlyFirst.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ReadOnlyFirst.md index 5c3762e880..b3f4a17ea3 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ReadOnlyFirst.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Return.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Return.md index 56a0ac3de0..2c7c97e09d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Return.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Return.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.Return Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ScaleneTriangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ScaleneTriangle.md index 2ebc1db5b4..76da8f1de8 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ScaleneTriangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ScaleneTriangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ScaleneTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Shape.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Shape.md index cabde4dffc..9a54628cd4 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Shape.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Shape.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Shape + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ShapeInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ShapeInterface.md index 6126932df8..57456d6793 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ShapeInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ShapeInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.ShapeInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ShapeOrNull.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ShapeOrNull.md index 59c2453ac7..cbf61ebe77 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ShapeOrNull.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/ShapeOrNull.md @@ -1,5 +1,6 @@ # Org.OpenAPITools.Model.ShapeOrNull The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/SimpleQuadrilateral.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/SimpleQuadrilateral.md index 5f55ec3e83..c329495425 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/SimpleQuadrilateral.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/SimpleQuadrilateral.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SimpleQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/SpecialModelName.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/SpecialModelName.md index e0008731e6..a27e685165 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/SpecialModelName.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/SpecialModelName.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/StoreApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/StoreApi.md index c0ed9ea438..24e2480d5d 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/StoreApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/StoreApi.md @@ -72,6 +72,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -214,6 +216,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -284,6 +287,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Tag.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Tag.md index 718effdb02..fdd22eb31f 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Tag.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Tag.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Triangle.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Triangle.md index 6578de9803..c4d0452b4e 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Triangle.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Triangle.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Triangle + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/TriangleInterface.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/TriangleInterface.md index c354aa0476..e0d8b5a591 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/TriangleInterface.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/TriangleInterface.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.TriangleInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/User.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/User.md index a6b2889dc6..b0cd4dc042 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/User.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/User.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/UserApi.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/UserApi.md index 73b2c545a5..aa12c26c69 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/UserApi.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/UserApi.md @@ -76,6 +76,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -143,6 +144,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -210,6 +212,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -279,6 +282,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -348,6 +352,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -420,6 +425,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -484,6 +490,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -555,6 +562,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Whale.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Whale.md index cd60de874d..5fc3dc7f85 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Whale.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Whale.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Whale + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Zebra.md b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Zebra.md index 48da462bd0..31e686adf0 100644 --- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Zebra.md +++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/docs/Zebra.md @@ -1,4 +1,5 @@ # Org.OpenAPITools.Model.Zebra + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/csharp/OpenAPIClient/docs/AnotherFakeApi.md b/samples/client/petstore/csharp/OpenAPIClient/docs/AnotherFakeApi.md index c7cb3d0513..4e201d824b 100644 --- a/samples/client/petstore/csharp/OpenAPIClient/docs/AnotherFakeApi.md +++ b/samples/client/petstore/csharp/OpenAPIClient/docs/AnotherFakeApi.md @@ -72,6 +72,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp/OpenAPIClient/docs/DefaultApi.md b/samples/client/petstore/csharp/OpenAPIClient/docs/DefaultApi.md index 7ee074eba2..5feca30d1d 100644 --- a/samples/client/petstore/csharp/OpenAPIClient/docs/DefaultApi.md +++ b/samples/client/petstore/csharp/OpenAPIClient/docs/DefaultApi.md @@ -65,6 +65,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp/OpenAPIClient/docs/FakeApi.md b/samples/client/petstore/csharp/OpenAPIClient/docs/FakeApi.md index b60a61bae4..24436e10bc 100644 --- a/samples/client/petstore/csharp/OpenAPIClient/docs/FakeApi.md +++ b/samples/client/petstore/csharp/OpenAPIClient/docs/FakeApi.md @@ -81,6 +81,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -158,6 +159,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -232,6 +234,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -306,6 +309,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -380,6 +384,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -454,6 +459,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -601,6 +607,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -674,6 +681,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -749,6 +757,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -853,6 +862,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -942,6 +952,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1030,6 +1041,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1102,6 +1114,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1176,6 +1189,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1257,6 +1271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp/OpenAPIClient/docs/FakeClassnameTags123Api.md b/samples/client/petstore/csharp/OpenAPIClient/docs/FakeClassnameTags123Api.md index 93eb8b2745..c4d52011ec 100644 --- a/samples/client/petstore/csharp/OpenAPIClient/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/csharp/OpenAPIClient/docs/FakeClassnameTags123Api.md @@ -77,6 +77,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp/OpenAPIClient/docs/PetApi.md b/samples/client/petstore/csharp/OpenAPIClient/docs/PetApi.md index 9c0cc2b295..7f8dd7f0fb 100644 --- a/samples/client/petstore/csharp/OpenAPIClient/docs/PetApi.md +++ b/samples/client/petstore/csharp/OpenAPIClient/docs/PetApi.md @@ -80,6 +80,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -158,6 +159,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -237,6 +239,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -316,6 +319,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -397,6 +401,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -474,6 +479,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -556,6 +562,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -637,6 +644,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -717,6 +725,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp/OpenAPIClient/docs/StoreApi.md b/samples/client/petstore/csharp/OpenAPIClient/docs/StoreApi.md index d3c3c7c540..eac4f3fcaf 100644 --- a/samples/client/petstore/csharp/OpenAPIClient/docs/StoreApi.md +++ b/samples/client/petstore/csharp/OpenAPIClient/docs/StoreApi.md @@ -74,6 +74,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -151,6 +152,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -226,6 +228,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -301,6 +304,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/csharp/OpenAPIClient/docs/UserApi.md b/samples/client/petstore/csharp/OpenAPIClient/docs/UserApi.md index 7c37179a91..611bd412da 100644 --- a/samples/client/petstore/csharp/OpenAPIClient/docs/UserApi.md +++ b/samples/client/petstore/csharp/OpenAPIClient/docs/UserApi.md @@ -78,6 +78,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -150,6 +151,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -222,6 +224,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -296,6 +299,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -370,6 +374,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -447,6 +452,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -516,6 +522,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -592,6 +599,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/google-api-client/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Animal.md b/samples/client/petstore/java/google-api-client/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/google-api-client/docs/Animal.md +++ b/samples/client/petstore/java/google-api-client/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/AnotherFakeApi.md b/samples/client/petstore/java/google-api-client/docs/AnotherFakeApi.md index 059616ec6b..12e20b2221 100644 --- a/samples/client/petstore/java/google-api-client/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/google-api-client/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/google-api-client/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/google-api-client/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/google-api-client/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/google-api-client/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/google-api-client/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/google-api-client/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/google-api-client/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/ArrayTest.md b/samples/client/petstore/java/google-api-client/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/google-api-client/docs/ArrayTest.md +++ b/samples/client/petstore/java/google-api-client/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/BigCat.md b/samples/client/petstore/java/google-api-client/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/google-api-client/docs/BigCat.md +++ b/samples/client/petstore/java/google-api-client/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/BigCatAllOf.md b/samples/client/petstore/java/google-api-client/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/google-api-client/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/google-api-client/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Capitalization.md b/samples/client/petstore/java/google-api-client/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/google-api-client/docs/Capitalization.md +++ b/samples/client/petstore/java/google-api-client/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Cat.md b/samples/client/petstore/java/google-api-client/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/google-api-client/docs/Cat.md +++ b/samples/client/petstore/java/google-api-client/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/CatAllOf.md b/samples/client/petstore/java/google-api-client/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/google-api-client/docs/CatAllOf.md +++ b/samples/client/petstore/java/google-api-client/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Category.md b/samples/client/petstore/java/google-api-client/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/google-api-client/docs/Category.md +++ b/samples/client/petstore/java/google-api-client/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/ClassModel.md b/samples/client/petstore/java/google-api-client/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/google-api-client/docs/ClassModel.md +++ b/samples/client/petstore/java/google-api-client/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Client.md b/samples/client/petstore/java/google-api-client/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/google-api-client/docs/Client.md +++ b/samples/client/petstore/java/google-api-client/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Dog.md b/samples/client/petstore/java/google-api-client/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/google-api-client/docs/Dog.md +++ b/samples/client/petstore/java/google-api-client/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/DogAllOf.md b/samples/client/petstore/java/google-api-client/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/google-api-client/docs/DogAllOf.md +++ b/samples/client/petstore/java/google-api-client/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/EnumArrays.md b/samples/client/petstore/java/google-api-client/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/google-api-client/docs/EnumArrays.md +++ b/samples/client/petstore/java/google-api-client/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/EnumTest.md b/samples/client/petstore/java/google-api-client/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/google-api-client/docs/EnumTest.md +++ b/samples/client/petstore/java/google-api-client/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/FakeApi.md b/samples/client/petstore/java/google-api-client/docs/FakeApi.md index 9c46433be4..a71dd8aa4a 100644 --- a/samples/client/petstore/java/google-api-client/docs/FakeApi.md +++ b/samples/client/petstore/java/google-api-client/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/google-api-client/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/google-api-client/docs/FakeClassnameTags123Api.md index 14a74a37a4..ea4765a69a 100644 --- a/samples/client/petstore/java/google-api-client/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/google-api-client/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/google-api-client/docs/FileSchemaTestClass.md b/samples/client/petstore/java/google-api-client/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/google-api-client/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/google-api-client/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/FormatTest.md b/samples/client/petstore/java/google-api-client/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/google-api-client/docs/FormatTest.md +++ b/samples/client/petstore/java/google-api-client/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/google-api-client/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/google-api-client/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/google-api-client/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/MapTest.md b/samples/client/petstore/java/google-api-client/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/google-api-client/docs/MapTest.md +++ b/samples/client/petstore/java/google-api-client/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/google-api-client/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/google-api-client/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/google-api-client/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Model200Response.md b/samples/client/petstore/java/google-api-client/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/google-api-client/docs/Model200Response.md +++ b/samples/client/petstore/java/google-api-client/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/ModelApiResponse.md b/samples/client/petstore/java/google-api-client/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/google-api-client/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/google-api-client/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/ModelReturn.md b/samples/client/petstore/java/google-api-client/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/google-api-client/docs/ModelReturn.md +++ b/samples/client/petstore/java/google-api-client/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Name.md b/samples/client/petstore/java/google-api-client/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/google-api-client/docs/Name.md +++ b/samples/client/petstore/java/google-api-client/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/NumberOnly.md b/samples/client/petstore/java/google-api-client/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/google-api-client/docs/NumberOnly.md +++ b/samples/client/petstore/java/google-api-client/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Order.md b/samples/client/petstore/java/google-api-client/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/google-api-client/docs/Order.md +++ b/samples/client/petstore/java/google-api-client/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/OuterComposite.md b/samples/client/petstore/java/google-api-client/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/google-api-client/docs/OuterComposite.md +++ b/samples/client/petstore/java/google-api-client/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/Pet.md b/samples/client/petstore/java/google-api-client/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/google-api-client/docs/Pet.md +++ b/samples/client/petstore/java/google-api-client/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/PetApi.md b/samples/client/petstore/java/google-api-client/docs/PetApi.md index d56efcd596..798a210c14 100644 --- a/samples/client/petstore/java/google-api-client/docs/PetApi.md +++ b/samples/client/petstore/java/google-api-client/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/google-api-client/docs/ReadOnlyFirst.md b/samples/client/petstore/java/google-api-client/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/google-api-client/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/google-api-client/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/SpecialModelName.md b/samples/client/petstore/java/google-api-client/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/google-api-client/docs/SpecialModelName.md +++ b/samples/client/petstore/java/google-api-client/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/StoreApi.md b/samples/client/petstore/java/google-api-client/docs/StoreApi.md index 352399ea51..2e59caca46 100644 --- a/samples/client/petstore/java/google-api-client/docs/StoreApi.md +++ b/samples/client/petstore/java/google-api-client/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/google-api-client/docs/Tag.md b/samples/client/petstore/java/google-api-client/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/google-api-client/docs/Tag.md +++ b/samples/client/petstore/java/google-api-client/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/TypeHolderDefault.md b/samples/client/petstore/java/google-api-client/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/google-api-client/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/google-api-client/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/TypeHolderExample.md b/samples/client/petstore/java/google-api-client/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/google-api-client/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/google-api-client/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/User.md b/samples/client/petstore/java/google-api-client/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/google-api-client/docs/User.md +++ b/samples/client/petstore/java/google-api-client/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/google-api-client/docs/UserApi.md b/samples/client/petstore/java/google-api-client/docs/UserApi.md index ca9f550c31..d651e8b349 100644 --- a/samples/client/petstore/java/google-api-client/docs/UserApi.md +++ b/samples/client/petstore/java/google-api-client/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/google-api-client/docs/XmlItem.md b/samples/client/petstore/java/google-api-client/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/google-api-client/docs/XmlItem.md +++ b/samples/client/petstore/java/google-api-client/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/jersey1/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Animal.md b/samples/client/petstore/java/jersey1/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/jersey1/docs/Animal.md +++ b/samples/client/petstore/java/jersey1/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/AnotherFakeApi.md b/samples/client/petstore/java/jersey1/docs/AnotherFakeApi.md index 059616ec6b..12e20b2221 100644 --- a/samples/client/petstore/java/jersey1/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/jersey1/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/jersey1/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/jersey1/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/jersey1/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/jersey1/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/jersey1/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/jersey1/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/jersey1/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/ArrayTest.md b/samples/client/petstore/java/jersey1/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/jersey1/docs/ArrayTest.md +++ b/samples/client/petstore/java/jersey1/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/BigCat.md b/samples/client/petstore/java/jersey1/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/jersey1/docs/BigCat.md +++ b/samples/client/petstore/java/jersey1/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/BigCatAllOf.md b/samples/client/petstore/java/jersey1/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/jersey1/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/jersey1/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Capitalization.md b/samples/client/petstore/java/jersey1/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/jersey1/docs/Capitalization.md +++ b/samples/client/petstore/java/jersey1/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Cat.md b/samples/client/petstore/java/jersey1/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/jersey1/docs/Cat.md +++ b/samples/client/petstore/java/jersey1/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/CatAllOf.md b/samples/client/petstore/java/jersey1/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/jersey1/docs/CatAllOf.md +++ b/samples/client/petstore/java/jersey1/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Category.md b/samples/client/petstore/java/jersey1/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/jersey1/docs/Category.md +++ b/samples/client/petstore/java/jersey1/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/ClassModel.md b/samples/client/petstore/java/jersey1/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/jersey1/docs/ClassModel.md +++ b/samples/client/petstore/java/jersey1/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Client.md b/samples/client/petstore/java/jersey1/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/jersey1/docs/Client.md +++ b/samples/client/petstore/java/jersey1/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Dog.md b/samples/client/petstore/java/jersey1/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/jersey1/docs/Dog.md +++ b/samples/client/petstore/java/jersey1/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/DogAllOf.md b/samples/client/petstore/java/jersey1/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/jersey1/docs/DogAllOf.md +++ b/samples/client/petstore/java/jersey1/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/EnumArrays.md b/samples/client/petstore/java/jersey1/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/jersey1/docs/EnumArrays.md +++ b/samples/client/petstore/java/jersey1/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/EnumTest.md b/samples/client/petstore/java/jersey1/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/jersey1/docs/EnumTest.md +++ b/samples/client/petstore/java/jersey1/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/FakeApi.md b/samples/client/petstore/java/jersey1/docs/FakeApi.md index 9c46433be4..a71dd8aa4a 100644 --- a/samples/client/petstore/java/jersey1/docs/FakeApi.md +++ b/samples/client/petstore/java/jersey1/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/jersey1/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/jersey1/docs/FakeClassnameTags123Api.md index 14a74a37a4..ea4765a69a 100644 --- a/samples/client/petstore/java/jersey1/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/jersey1/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/jersey1/docs/FileSchemaTestClass.md b/samples/client/petstore/java/jersey1/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/jersey1/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/jersey1/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/FormatTest.md b/samples/client/petstore/java/jersey1/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/jersey1/docs/FormatTest.md +++ b/samples/client/petstore/java/jersey1/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/jersey1/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/jersey1/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/jersey1/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/MapTest.md b/samples/client/petstore/java/jersey1/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/jersey1/docs/MapTest.md +++ b/samples/client/petstore/java/jersey1/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/jersey1/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/jersey1/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/jersey1/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Model200Response.md b/samples/client/petstore/java/jersey1/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/jersey1/docs/Model200Response.md +++ b/samples/client/petstore/java/jersey1/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/ModelApiResponse.md b/samples/client/petstore/java/jersey1/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/jersey1/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/jersey1/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/ModelReturn.md b/samples/client/petstore/java/jersey1/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/jersey1/docs/ModelReturn.md +++ b/samples/client/petstore/java/jersey1/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Name.md b/samples/client/petstore/java/jersey1/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/jersey1/docs/Name.md +++ b/samples/client/petstore/java/jersey1/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/NumberOnly.md b/samples/client/petstore/java/jersey1/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/jersey1/docs/NumberOnly.md +++ b/samples/client/petstore/java/jersey1/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Order.md b/samples/client/petstore/java/jersey1/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/jersey1/docs/Order.md +++ b/samples/client/petstore/java/jersey1/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/OuterComposite.md b/samples/client/petstore/java/jersey1/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/jersey1/docs/OuterComposite.md +++ b/samples/client/petstore/java/jersey1/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/Pet.md b/samples/client/petstore/java/jersey1/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/jersey1/docs/Pet.md +++ b/samples/client/petstore/java/jersey1/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/PetApi.md b/samples/client/petstore/java/jersey1/docs/PetApi.md index d56efcd596..798a210c14 100644 --- a/samples/client/petstore/java/jersey1/docs/PetApi.md +++ b/samples/client/petstore/java/jersey1/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/jersey1/docs/ReadOnlyFirst.md b/samples/client/petstore/java/jersey1/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/jersey1/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/jersey1/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/SpecialModelName.md b/samples/client/petstore/java/jersey1/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/jersey1/docs/SpecialModelName.md +++ b/samples/client/petstore/java/jersey1/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/StoreApi.md b/samples/client/petstore/java/jersey1/docs/StoreApi.md index 352399ea51..2e59caca46 100644 --- a/samples/client/petstore/java/jersey1/docs/StoreApi.md +++ b/samples/client/petstore/java/jersey1/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/jersey1/docs/Tag.md b/samples/client/petstore/java/jersey1/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/jersey1/docs/Tag.md +++ b/samples/client/petstore/java/jersey1/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/TypeHolderDefault.md b/samples/client/petstore/java/jersey1/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/jersey1/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/jersey1/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/TypeHolderExample.md b/samples/client/petstore/java/jersey1/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/jersey1/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/jersey1/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/User.md b/samples/client/petstore/java/jersey1/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/jersey1/docs/User.md +++ b/samples/client/petstore/java/jersey1/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey1/docs/UserApi.md b/samples/client/petstore/java/jersey1/docs/UserApi.md index ca9f550c31..d651e8b349 100644 --- a/samples/client/petstore/java/jersey1/docs/UserApi.md +++ b/samples/client/petstore/java/jersey1/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/jersey1/docs/XmlItem.md b/samples/client/petstore/java/jersey1/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/jersey1/docs/XmlItem.md +++ b/samples/client/petstore/java/jersey1/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Animal.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Animal.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayTest.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayTest.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/BigCat.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/BigCat.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/BigCatAllOf.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Capitalization.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Capitalization.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Cat.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Cat.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/CatAllOf.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/CatAllOf.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Category.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Category.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ClassModel.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ClassModel.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Client.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Client.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Dog.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Dog.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/DogAllOf.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/DogAllOf.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/EnumArrays.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/EnumArrays.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/EnumTest.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/EnumTest.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/FileSchemaTestClass.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/FormatTest.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/FormatTest.md index 119bcdc97e..1fcee40401 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/FormatTest.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/MapTest.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/MapTest.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 7d124d8969..2c3dd70962 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Model200Response.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Model200Response.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ModelApiResponse.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ModelReturn.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ModelReturn.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Name.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Name.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/NumberOnly.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/NumberOnly.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Order.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Order.md index c002f5a361..ff107e8d7e 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Order.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/OuterComposite.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/OuterComposite.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Pet.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Pet.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ReadOnlyFirst.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/SpecialModelName.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/SpecialModelName.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Tag.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Tag.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/TypeHolderDefault.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/TypeHolderExample.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/User.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/User.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/XmlItem.md b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/jersey2-java8-localdatetime/docs/XmlItem.md +++ b/samples/client/petstore/java/jersey2-java8-localdatetime/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Animal.md b/samples/client/petstore/java/jersey2-java8/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Animal.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/jersey2-java8/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/jersey2-java8/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/jersey2-java8/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/jersey2-java8/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/ArrayTest.md b/samples/client/petstore/java/jersey2-java8/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/ArrayTest.md +++ b/samples/client/petstore/java/jersey2-java8/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/BigCat.md b/samples/client/petstore/java/jersey2-java8/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/BigCat.md +++ b/samples/client/petstore/java/jersey2-java8/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/BigCatAllOf.md b/samples/client/petstore/java/jersey2-java8/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/jersey2-java8/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Capitalization.md b/samples/client/petstore/java/jersey2-java8/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Capitalization.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Cat.md b/samples/client/petstore/java/jersey2-java8/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Cat.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/CatAllOf.md b/samples/client/petstore/java/jersey2-java8/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/CatAllOf.md +++ b/samples/client/petstore/java/jersey2-java8/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Category.md b/samples/client/petstore/java/jersey2-java8/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Category.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/ClassModel.md b/samples/client/petstore/java/jersey2-java8/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/ClassModel.md +++ b/samples/client/petstore/java/jersey2-java8/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Client.md b/samples/client/petstore/java/jersey2-java8/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Client.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Dog.md b/samples/client/petstore/java/jersey2-java8/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Dog.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/DogAllOf.md b/samples/client/petstore/java/jersey2-java8/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/DogAllOf.md +++ b/samples/client/petstore/java/jersey2-java8/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/EnumArrays.md b/samples/client/petstore/java/jersey2-java8/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/EnumArrays.md +++ b/samples/client/petstore/java/jersey2-java8/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/EnumTest.md b/samples/client/petstore/java/jersey2-java8/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/EnumTest.md +++ b/samples/client/petstore/java/jersey2-java8/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/FileSchemaTestClass.md b/samples/client/petstore/java/jersey2-java8/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/jersey2-java8/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/FormatTest.md b/samples/client/petstore/java/jersey2-java8/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/FormatTest.md +++ b/samples/client/petstore/java/jersey2-java8/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/jersey2-java8/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/jersey2-java8/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/MapTest.md b/samples/client/petstore/java/jersey2-java8/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/MapTest.md +++ b/samples/client/petstore/java/jersey2-java8/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/jersey2-java8/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/jersey2-java8/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Model200Response.md b/samples/client/petstore/java/jersey2-java8/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Model200Response.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/ModelApiResponse.md b/samples/client/petstore/java/jersey2-java8/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/jersey2-java8/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/ModelReturn.md b/samples/client/petstore/java/jersey2-java8/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/ModelReturn.md +++ b/samples/client/petstore/java/jersey2-java8/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Name.md b/samples/client/petstore/java/jersey2-java8/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Name.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/NumberOnly.md b/samples/client/petstore/java/jersey2-java8/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/NumberOnly.md +++ b/samples/client/petstore/java/jersey2-java8/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Order.md b/samples/client/petstore/java/jersey2-java8/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Order.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/OuterComposite.md b/samples/client/petstore/java/jersey2-java8/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/OuterComposite.md +++ b/samples/client/petstore/java/jersey2-java8/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Pet.md b/samples/client/petstore/java/jersey2-java8/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Pet.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/ReadOnlyFirst.md b/samples/client/petstore/java/jersey2-java8/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/jersey2-java8/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/SpecialModelName.md b/samples/client/petstore/java/jersey2-java8/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/SpecialModelName.md +++ b/samples/client/petstore/java/jersey2-java8/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/Tag.md b/samples/client/petstore/java/jersey2-java8/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/Tag.md +++ b/samples/client/petstore/java/jersey2-java8/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/TypeHolderDefault.md b/samples/client/petstore/java/jersey2-java8/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/jersey2-java8/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/TypeHolderExample.md b/samples/client/petstore/java/jersey2-java8/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/jersey2-java8/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/User.md b/samples/client/petstore/java/jersey2-java8/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/User.md +++ b/samples/client/petstore/java/jersey2-java8/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/jersey2-java8/docs/XmlItem.md b/samples/client/petstore/java/jersey2-java8/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/jersey2-java8/docs/XmlItem.md +++ b/samples/client/petstore/java/jersey2-java8/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/microprofile-rest-client/docs/Category.md b/samples/client/petstore/java/microprofile-rest-client/docs/Category.md index eac8fab40f..6f5421307d 100644 --- a/samples/client/petstore/java/microprofile-rest-client/docs/Category.md +++ b/samples/client/petstore/java/microprofile-rest-client/docs/Category.md @@ -3,6 +3,7 @@ # Category A category for a pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/microprofile-rest-client/docs/ModelApiResponse.md b/samples/client/petstore/java/microprofile-rest-client/docs/ModelApiResponse.md index aaf138e7ff..113ba95b70 100644 --- a/samples/client/petstore/java/microprofile-rest-client/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/microprofile-rest-client/docs/ModelApiResponse.md @@ -3,6 +3,7 @@ # ModelApiResponse Describes the result of uploading an image resource + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/microprofile-rest-client/docs/Order.md b/samples/client/petstore/java/microprofile-rest-client/docs/Order.md index dd72cd9bdc..cefaaf5b4d 100644 --- a/samples/client/petstore/java/microprofile-rest-client/docs/Order.md +++ b/samples/client/petstore/java/microprofile-rest-client/docs/Order.md @@ -3,6 +3,7 @@ # Order An order for a pets from the pet store + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/microprofile-rest-client/docs/Pet.md b/samples/client/petstore/java/microprofile-rest-client/docs/Pet.md index a2664e601e..2ab4d8c7fe 100644 --- a/samples/client/petstore/java/microprofile-rest-client/docs/Pet.md +++ b/samples/client/petstore/java/microprofile-rest-client/docs/Pet.md @@ -3,6 +3,7 @@ # Pet A pet for sale in the pet store + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/microprofile-rest-client/docs/PetApi.md b/samples/client/petstore/java/microprofile-rest-client/docs/PetApi.md index 3e784666f1..60b9920b9b 100644 --- a/samples/client/petstore/java/microprofile-rest-client/docs/PetApi.md +++ b/samples/client/petstore/java/microprofile-rest-client/docs/PetApi.md @@ -77,6 +77,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -217,6 +219,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -288,6 +291,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -361,6 +365,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ Name | Type | Description | Notes - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/microprofile-rest-client/docs/StoreApi.md b/samples/client/petstore/java/microprofile-rest-client/docs/StoreApi.md index f43fc7d76f..da0b458210 100644 --- a/samples/client/petstore/java/microprofile-rest-client/docs/StoreApi.md +++ b/samples/client/petstore/java/microprofile-rest-client/docs/StoreApi.md @@ -70,6 +70,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -139,6 +140,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -204,6 +206,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -269,6 +272,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/microprofile-rest-client/docs/Tag.md b/samples/client/petstore/java/microprofile-rest-client/docs/Tag.md index 58beb5e14e..ae6756ef39 100644 --- a/samples/client/petstore/java/microprofile-rest-client/docs/Tag.md +++ b/samples/client/petstore/java/microprofile-rest-client/docs/Tag.md @@ -3,6 +3,7 @@ # Tag A tag for a pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/microprofile-rest-client/docs/User.md b/samples/client/petstore/java/microprofile-rest-client/docs/User.md index d34ff1a4d8..22968c797b 100644 --- a/samples/client/petstore/java/microprofile-rest-client/docs/User.md +++ b/samples/client/petstore/java/microprofile-rest-client/docs/User.md @@ -3,6 +3,7 @@ # User A User who is purchasing from the pet store + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/microprofile-rest-client/docs/UserApi.md b/samples/client/petstore/java/microprofile-rest-client/docs/UserApi.md index 891af25788..eac383c5d1 100644 --- a/samples/client/petstore/java/microprofile-rest-client/docs/UserApi.md +++ b/samples/client/petstore/java/microprofile-rest-client/docs/UserApi.md @@ -74,6 +74,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -137,6 +138,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -200,6 +202,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -265,6 +268,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -329,6 +333,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -396,6 +401,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -456,6 +462,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -523,6 +530,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/native-async/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/native-async/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Animal.md b/samples/client/petstore/java/native-async/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/native-async/docs/Animal.md +++ b/samples/client/petstore/java/native-async/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/native-async/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/native-async/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/native-async/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/native-async/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/native-async/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/native-async/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/ArrayTest.md b/samples/client/petstore/java/native-async/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/native-async/docs/ArrayTest.md +++ b/samples/client/petstore/java/native-async/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/BigCat.md b/samples/client/petstore/java/native-async/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/native-async/docs/BigCat.md +++ b/samples/client/petstore/java/native-async/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/BigCatAllOf.md b/samples/client/petstore/java/native-async/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/native-async/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/native-async/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Capitalization.md b/samples/client/petstore/java/native-async/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/native-async/docs/Capitalization.md +++ b/samples/client/petstore/java/native-async/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Cat.md b/samples/client/petstore/java/native-async/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/native-async/docs/Cat.md +++ b/samples/client/petstore/java/native-async/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/CatAllOf.md b/samples/client/petstore/java/native-async/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/native-async/docs/CatAllOf.md +++ b/samples/client/petstore/java/native-async/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Category.md b/samples/client/petstore/java/native-async/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/native-async/docs/Category.md +++ b/samples/client/petstore/java/native-async/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/ClassModel.md b/samples/client/petstore/java/native-async/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/native-async/docs/ClassModel.md +++ b/samples/client/petstore/java/native-async/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Client.md b/samples/client/petstore/java/native-async/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/native-async/docs/Client.md +++ b/samples/client/petstore/java/native-async/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Dog.md b/samples/client/petstore/java/native-async/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/native-async/docs/Dog.md +++ b/samples/client/petstore/java/native-async/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/DogAllOf.md b/samples/client/petstore/java/native-async/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/native-async/docs/DogAllOf.md +++ b/samples/client/petstore/java/native-async/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/EnumArrays.md b/samples/client/petstore/java/native-async/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/native-async/docs/EnumArrays.md +++ b/samples/client/petstore/java/native-async/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/EnumTest.md b/samples/client/petstore/java/native-async/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/native-async/docs/EnumTest.md +++ b/samples/client/petstore/java/native-async/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/FileSchemaTestClass.md b/samples/client/petstore/java/native-async/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/native-async/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/native-async/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/FormatTest.md b/samples/client/petstore/java/native-async/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/native-async/docs/FormatTest.md +++ b/samples/client/petstore/java/native-async/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/native-async/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/native-async/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/native-async/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/MapTest.md b/samples/client/petstore/java/native-async/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/native-async/docs/MapTest.md +++ b/samples/client/petstore/java/native-async/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/native-async/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/native-async/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/native-async/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Model200Response.md b/samples/client/petstore/java/native-async/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/native-async/docs/Model200Response.md +++ b/samples/client/petstore/java/native-async/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/ModelApiResponse.md b/samples/client/petstore/java/native-async/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/native-async/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/native-async/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/ModelReturn.md b/samples/client/petstore/java/native-async/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/native-async/docs/ModelReturn.md +++ b/samples/client/petstore/java/native-async/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Name.md b/samples/client/petstore/java/native-async/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/native-async/docs/Name.md +++ b/samples/client/petstore/java/native-async/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/NumberOnly.md b/samples/client/petstore/java/native-async/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/native-async/docs/NumberOnly.md +++ b/samples/client/petstore/java/native-async/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Order.md b/samples/client/petstore/java/native-async/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/native-async/docs/Order.md +++ b/samples/client/petstore/java/native-async/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/OuterComposite.md b/samples/client/petstore/java/native-async/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/native-async/docs/OuterComposite.md +++ b/samples/client/petstore/java/native-async/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Pet.md b/samples/client/petstore/java/native-async/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/native-async/docs/Pet.md +++ b/samples/client/petstore/java/native-async/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/ReadOnlyFirst.md b/samples/client/petstore/java/native-async/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/native-async/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/native-async/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/SpecialModelName.md b/samples/client/petstore/java/native-async/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/native-async/docs/SpecialModelName.md +++ b/samples/client/petstore/java/native-async/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/Tag.md b/samples/client/petstore/java/native-async/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/native-async/docs/Tag.md +++ b/samples/client/petstore/java/native-async/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/TypeHolderDefault.md b/samples/client/petstore/java/native-async/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/native-async/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/native-async/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/TypeHolderExample.md b/samples/client/petstore/java/native-async/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/native-async/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/native-async/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/User.md b/samples/client/petstore/java/native-async/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/native-async/docs/User.md +++ b/samples/client/petstore/java/native-async/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native-async/docs/XmlItem.md b/samples/client/petstore/java/native-async/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/native-async/docs/XmlItem.md +++ b/samples/client/petstore/java/native-async/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/native/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/native/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/native/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/native/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/native/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/native/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/native/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/native/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/native/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/native/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/native/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/native/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/native/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/native/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/native/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/native/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/native/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/native/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/native/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/native/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/native/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/native/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/native/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/native/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Animal.md b/samples/client/petstore/java/native/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/native/docs/Animal.md +++ b/samples/client/petstore/java/native/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/native/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/native/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/native/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/native/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/native/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/native/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/ArrayTest.md b/samples/client/petstore/java/native/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/native/docs/ArrayTest.md +++ b/samples/client/petstore/java/native/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/BigCat.md b/samples/client/petstore/java/native/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/native/docs/BigCat.md +++ b/samples/client/petstore/java/native/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/BigCatAllOf.md b/samples/client/petstore/java/native/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/native/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/native/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Capitalization.md b/samples/client/petstore/java/native/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/native/docs/Capitalization.md +++ b/samples/client/petstore/java/native/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Cat.md b/samples/client/petstore/java/native/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/native/docs/Cat.md +++ b/samples/client/petstore/java/native/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/CatAllOf.md b/samples/client/petstore/java/native/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/native/docs/CatAllOf.md +++ b/samples/client/petstore/java/native/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Category.md b/samples/client/petstore/java/native/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/native/docs/Category.md +++ b/samples/client/petstore/java/native/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/ClassModel.md b/samples/client/petstore/java/native/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/native/docs/ClassModel.md +++ b/samples/client/petstore/java/native/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Client.md b/samples/client/petstore/java/native/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/native/docs/Client.md +++ b/samples/client/petstore/java/native/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Dog.md b/samples/client/petstore/java/native/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/native/docs/Dog.md +++ b/samples/client/petstore/java/native/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/DogAllOf.md b/samples/client/petstore/java/native/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/native/docs/DogAllOf.md +++ b/samples/client/petstore/java/native/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/EnumArrays.md b/samples/client/petstore/java/native/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/native/docs/EnumArrays.md +++ b/samples/client/petstore/java/native/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/EnumTest.md b/samples/client/petstore/java/native/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/native/docs/EnumTest.md +++ b/samples/client/petstore/java/native/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/FileSchemaTestClass.md b/samples/client/petstore/java/native/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/native/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/native/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/FormatTest.md b/samples/client/petstore/java/native/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/native/docs/FormatTest.md +++ b/samples/client/petstore/java/native/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/native/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/native/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/native/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/MapTest.md b/samples/client/petstore/java/native/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/native/docs/MapTest.md +++ b/samples/client/petstore/java/native/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/native/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/native/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/native/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Model200Response.md b/samples/client/petstore/java/native/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/native/docs/Model200Response.md +++ b/samples/client/petstore/java/native/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/ModelApiResponse.md b/samples/client/petstore/java/native/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/native/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/native/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/ModelReturn.md b/samples/client/petstore/java/native/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/native/docs/ModelReturn.md +++ b/samples/client/petstore/java/native/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Name.md b/samples/client/petstore/java/native/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/native/docs/Name.md +++ b/samples/client/petstore/java/native/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/NumberOnly.md b/samples/client/petstore/java/native/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/native/docs/NumberOnly.md +++ b/samples/client/petstore/java/native/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Order.md b/samples/client/petstore/java/native/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/native/docs/Order.md +++ b/samples/client/petstore/java/native/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/OuterComposite.md b/samples/client/petstore/java/native/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/native/docs/OuterComposite.md +++ b/samples/client/petstore/java/native/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Pet.md b/samples/client/petstore/java/native/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/native/docs/Pet.md +++ b/samples/client/petstore/java/native/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/ReadOnlyFirst.md b/samples/client/petstore/java/native/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/native/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/native/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/SpecialModelName.md b/samples/client/petstore/java/native/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/native/docs/SpecialModelName.md +++ b/samples/client/petstore/java/native/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/Tag.md b/samples/client/petstore/java/native/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/native/docs/Tag.md +++ b/samples/client/petstore/java/native/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/TypeHolderDefault.md b/samples/client/petstore/java/native/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/native/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/native/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/TypeHolderExample.md b/samples/client/petstore/java/native/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/native/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/native/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/User.md b/samples/client/petstore/java/native/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/native/docs/User.md +++ b/samples/client/petstore/java/native/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/native/docs/XmlItem.md b/samples/client/petstore/java/native/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/native/docs/XmlItem.md +++ b/samples/client/petstore/java/native/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Animal.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Animal.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayTest.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayTest.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/BigCat.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/BigCat.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/BigCatAllOf.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Capitalization.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Capitalization.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Cat.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Cat.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/CatAllOf.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/CatAllOf.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Category.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Category.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ClassModel.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ClassModel.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Client.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Client.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Dog.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Dog.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/DogAllOf.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/DogAllOf.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/EnumArrays.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/EnumArrays.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/EnumTest.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/EnumTest.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FileSchemaTestClass.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FormatTest.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FormatTest.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/MapTest.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/MapTest.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Model200Response.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Model200Response.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ModelApiResponse.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ModelReturn.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ModelReturn.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Name.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Name.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/NumberOnly.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/NumberOnly.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Order.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Order.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/OuterComposite.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/OuterComposite.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Pet.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Pet.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ReadOnlyFirst.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/SpecialModelName.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/SpecialModelName.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Tag.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Tag.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/TypeHolderDefault.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/TypeHolderExample.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/User.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/User.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/XmlItem.md b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/XmlItem.md +++ b/samples/client/petstore/java/okhttp-gson-dynamicOperations/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesAnyType.md index 34c14b52bf..8c348eb230 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesArray.md index 6a791da710..2e7ed29b25 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesBoolean.md index 930bfd1a5a..bfe96e6ffd 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesClass.md index e3b04c897e..1b443d6ddf 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesInteger.md index 7629f5f50c..c030cc566c 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesNumber.md index 6a745f35b6..34583587d6 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesObject.md index 060b7bdd6c..3377cb6aed 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesString.md index 5b0385e52a..715c33fe11 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Animal.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Animal.md index cd162bd797..ebe5635356 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Animal.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayOfArrayOfNumberOnly.md index e6071b7ac6..824460e9b8 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayOfNumberOnly.md index 103babddf1..74eeb0362a 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayTest.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayTest.md index 1b79b1e97d..e3af575009 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayTest.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/BigCat.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/BigCat.md index eec91a4580..d69b9abe4a 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/BigCat.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/BigCatAllOf.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/BigCatAllOf.md index d4c713b3e9..e010e0307f 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Capitalization.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Capitalization.md index d7b56a6b99..3e27a48138 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Capitalization.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Cat.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Cat.md index 7c35c8fdba..7595377e38 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Cat.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/CatAllOf.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/CatAllOf.md index c8b1004870..a45e40c7ce 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/CatAllOf.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Category.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Category.md index eaa76f6bb2..24205f7a04 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Category.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ClassModel.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ClassModel.md index ede422e87c..d4cb7cafb4 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ClassModel.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Client.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Client.md index 149537224c..cff52708e5 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Client.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Dog.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Dog.md index ffb0e9d2dc..abcb3f4775 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Dog.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/DogAllOf.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/DogAllOf.md index 1ed266a241..d2a15068ec 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/DogAllOf.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/EnumArrays.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/EnumArrays.md index f1193deea4..149054aa58 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/EnumArrays.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/EnumTest.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/EnumTest.md index 5b0880f6c2..8ef92cc9c0 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/EnumTest.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FileSchemaTestClass.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FileSchemaTestClass.md index 69ba61e421..25db1df010 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FormatTest.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FormatTest.md index ea86e5d595..0fa92f2f3c 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FormatTest.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/HasOnlyReadOnly.md index b79bfb108f..d4eaa5acd4 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/MapTest.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/MapTest.md index 575e33afaa..7f90bb41e6 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/MapTest.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 68afad173e..b9f9e6e534 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Model200Response.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Model200Response.md index 9ba2d6a0f9..1d31df867e 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Model200Response.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ModelApiResponse.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ModelApiResponse.md index 02b3abc589..0b0fb72a7b 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ModelReturn.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ModelReturn.md index 44ef6c4dfc..e3febcad09 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ModelReturn.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Name.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Name.md index d439eec4bb..f5ca878564 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Name.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/NumberOnly.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/NumberOnly.md index 982360b302..7a8400d891 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/NumberOnly.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Order.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Order.md index 3a50641dde..e2db24edc4 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Order.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/OuterComposite.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/OuterComposite.md index f539125ebe..63cb48f4d3 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/OuterComposite.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Pet.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Pet.md index 932bd08f0c..c7fa5e6280 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Pet.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ReadOnlyFirst.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ReadOnlyFirst.md index 5702a47fb5..ad892c7be1 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/SpecialModelName.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/SpecialModelName.md index ec66e930bd..c98cd96db2 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/SpecialModelName.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Tag.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Tag.md index 0bb43f42f2..e90d5a34cb 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Tag.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/TypeHolderDefault.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/TypeHolderDefault.md index 5c4a6f50d1..34ecab13e0 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/TypeHolderExample.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/TypeHolderExample.md index 76de8235c8..53d3afebac 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/User.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/User.md index 76046312d5..5561162eee 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/User.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/XmlItem.md b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/XmlItem.md index 06b218877b..4c0db5e9e2 100644 --- a/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/XmlItem.md +++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/okhttp-gson/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Animal.md b/samples/client/petstore/java/okhttp-gson/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Animal.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/okhttp-gson/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/okhttp-gson/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/okhttp-gson/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/okhttp-gson/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/ArrayTest.md b/samples/client/petstore/java/okhttp-gson/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/ArrayTest.md +++ b/samples/client/petstore/java/okhttp-gson/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/BigCat.md b/samples/client/petstore/java/okhttp-gson/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/BigCat.md +++ b/samples/client/petstore/java/okhttp-gson/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/BigCatAllOf.md b/samples/client/petstore/java/okhttp-gson/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/okhttp-gson/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Capitalization.md b/samples/client/petstore/java/okhttp-gson/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Capitalization.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Cat.md b/samples/client/petstore/java/okhttp-gson/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Cat.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/CatAllOf.md b/samples/client/petstore/java/okhttp-gson/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/CatAllOf.md +++ b/samples/client/petstore/java/okhttp-gson/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Category.md b/samples/client/petstore/java/okhttp-gson/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Category.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/ClassModel.md b/samples/client/petstore/java/okhttp-gson/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/ClassModel.md +++ b/samples/client/petstore/java/okhttp-gson/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Client.md b/samples/client/petstore/java/okhttp-gson/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Client.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Dog.md b/samples/client/petstore/java/okhttp-gson/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Dog.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/DogAllOf.md b/samples/client/petstore/java/okhttp-gson/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/DogAllOf.md +++ b/samples/client/petstore/java/okhttp-gson/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/EnumArrays.md b/samples/client/petstore/java/okhttp-gson/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/EnumArrays.md +++ b/samples/client/petstore/java/okhttp-gson/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/EnumTest.md b/samples/client/petstore/java/okhttp-gson/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/EnumTest.md +++ b/samples/client/petstore/java/okhttp-gson/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/FileSchemaTestClass.md b/samples/client/petstore/java/okhttp-gson/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/okhttp-gson/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/FormatTest.md b/samples/client/petstore/java/okhttp-gson/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/FormatTest.md +++ b/samples/client/petstore/java/okhttp-gson/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/okhttp-gson/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/okhttp-gson/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/MapTest.md b/samples/client/petstore/java/okhttp-gson/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/MapTest.md +++ b/samples/client/petstore/java/okhttp-gson/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/okhttp-gson/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/okhttp-gson/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Model200Response.md b/samples/client/petstore/java/okhttp-gson/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Model200Response.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/ModelApiResponse.md b/samples/client/petstore/java/okhttp-gson/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/okhttp-gson/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/ModelReturn.md b/samples/client/petstore/java/okhttp-gson/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/ModelReturn.md +++ b/samples/client/petstore/java/okhttp-gson/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Name.md b/samples/client/petstore/java/okhttp-gson/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Name.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/NumberOnly.md b/samples/client/petstore/java/okhttp-gson/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/NumberOnly.md +++ b/samples/client/petstore/java/okhttp-gson/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Order.md b/samples/client/petstore/java/okhttp-gson/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Order.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/OuterComposite.md b/samples/client/petstore/java/okhttp-gson/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/OuterComposite.md +++ b/samples/client/petstore/java/okhttp-gson/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Pet.md b/samples/client/petstore/java/okhttp-gson/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Pet.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/ReadOnlyFirst.md b/samples/client/petstore/java/okhttp-gson/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/okhttp-gson/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/SpecialModelName.md b/samples/client/petstore/java/okhttp-gson/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/SpecialModelName.md +++ b/samples/client/petstore/java/okhttp-gson/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/Tag.md b/samples/client/petstore/java/okhttp-gson/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/Tag.md +++ b/samples/client/petstore/java/okhttp-gson/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/TypeHolderDefault.md b/samples/client/petstore/java/okhttp-gson/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/okhttp-gson/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/TypeHolderExample.md b/samples/client/petstore/java/okhttp-gson/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/okhttp-gson/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/User.md b/samples/client/petstore/java/okhttp-gson/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/User.md +++ b/samples/client/petstore/java/okhttp-gson/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/okhttp-gson/docs/XmlItem.md b/samples/client/petstore/java/okhttp-gson/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/okhttp-gson/docs/XmlItem.md +++ b/samples/client/petstore/java/okhttp-gson/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Animal.md b/samples/client/petstore/java/rest-assured-jackson/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Animal.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/rest-assured-jackson/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/rest-assured-jackson/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/ArrayTest.md b/samples/client/petstore/java/rest-assured-jackson/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/ArrayTest.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/BigCat.md b/samples/client/petstore/java/rest-assured-jackson/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/BigCat.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/BigCatAllOf.md b/samples/client/petstore/java/rest-assured-jackson/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Capitalization.md b/samples/client/petstore/java/rest-assured-jackson/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Capitalization.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Cat.md b/samples/client/petstore/java/rest-assured-jackson/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Cat.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/CatAllOf.md b/samples/client/petstore/java/rest-assured-jackson/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/CatAllOf.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Category.md b/samples/client/petstore/java/rest-assured-jackson/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Category.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/ClassModel.md b/samples/client/petstore/java/rest-assured-jackson/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/ClassModel.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Client.md b/samples/client/petstore/java/rest-assured-jackson/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Client.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Dog.md b/samples/client/petstore/java/rest-assured-jackson/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Dog.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/DogAllOf.md b/samples/client/petstore/java/rest-assured-jackson/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/DogAllOf.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/EnumArrays.md b/samples/client/petstore/java/rest-assured-jackson/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/EnumArrays.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/EnumTest.md b/samples/client/petstore/java/rest-assured-jackson/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/EnumTest.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/FileSchemaTestClass.md b/samples/client/petstore/java/rest-assured-jackson/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/FormatTest.md b/samples/client/petstore/java/rest-assured-jackson/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/FormatTest.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/rest-assured-jackson/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/MapTest.md b/samples/client/petstore/java/rest-assured-jackson/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/MapTest.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/rest-assured-jackson/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Model200Response.md b/samples/client/petstore/java/rest-assured-jackson/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Model200Response.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/ModelApiResponse.md b/samples/client/petstore/java/rest-assured-jackson/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/ModelReturn.md b/samples/client/petstore/java/rest-assured-jackson/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/ModelReturn.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Name.md b/samples/client/petstore/java/rest-assured-jackson/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Name.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/NumberOnly.md b/samples/client/petstore/java/rest-assured-jackson/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/NumberOnly.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Order.md b/samples/client/petstore/java/rest-assured-jackson/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Order.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/OuterComposite.md b/samples/client/petstore/java/rest-assured-jackson/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/OuterComposite.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Pet.md b/samples/client/petstore/java/rest-assured-jackson/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Pet.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/ReadOnlyFirst.md b/samples/client/petstore/java/rest-assured-jackson/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/SpecialModelName.md b/samples/client/petstore/java/rest-assured-jackson/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/SpecialModelName.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/Tag.md b/samples/client/petstore/java/rest-assured-jackson/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/Tag.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/TypeHolderDefault.md b/samples/client/petstore/java/rest-assured-jackson/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/TypeHolderExample.md b/samples/client/petstore/java/rest-assured-jackson/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/User.md b/samples/client/petstore/java/rest-assured-jackson/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/User.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured-jackson/docs/XmlItem.md b/samples/client/petstore/java/rest-assured-jackson/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/rest-assured-jackson/docs/XmlItem.md +++ b/samples/client/petstore/java/rest-assured-jackson/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/rest-assured/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Animal.md b/samples/client/petstore/java/rest-assured/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/rest-assured/docs/Animal.md +++ b/samples/client/petstore/java/rest-assured/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/rest-assured/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/rest-assured/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/rest-assured/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/rest-assured/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/rest-assured/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/rest-assured/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/ArrayTest.md b/samples/client/petstore/java/rest-assured/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/rest-assured/docs/ArrayTest.md +++ b/samples/client/petstore/java/rest-assured/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/BigCat.md b/samples/client/petstore/java/rest-assured/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/rest-assured/docs/BigCat.md +++ b/samples/client/petstore/java/rest-assured/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/BigCatAllOf.md b/samples/client/petstore/java/rest-assured/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/rest-assured/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/rest-assured/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Capitalization.md b/samples/client/petstore/java/rest-assured/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/rest-assured/docs/Capitalization.md +++ b/samples/client/petstore/java/rest-assured/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Cat.md b/samples/client/petstore/java/rest-assured/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/rest-assured/docs/Cat.md +++ b/samples/client/petstore/java/rest-assured/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/CatAllOf.md b/samples/client/petstore/java/rest-assured/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/rest-assured/docs/CatAllOf.md +++ b/samples/client/petstore/java/rest-assured/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Category.md b/samples/client/petstore/java/rest-assured/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/rest-assured/docs/Category.md +++ b/samples/client/petstore/java/rest-assured/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/ClassModel.md b/samples/client/petstore/java/rest-assured/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/rest-assured/docs/ClassModel.md +++ b/samples/client/petstore/java/rest-assured/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Client.md b/samples/client/petstore/java/rest-assured/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/rest-assured/docs/Client.md +++ b/samples/client/petstore/java/rest-assured/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Dog.md b/samples/client/petstore/java/rest-assured/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/rest-assured/docs/Dog.md +++ b/samples/client/petstore/java/rest-assured/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/DogAllOf.md b/samples/client/petstore/java/rest-assured/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/rest-assured/docs/DogAllOf.md +++ b/samples/client/petstore/java/rest-assured/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/EnumArrays.md b/samples/client/petstore/java/rest-assured/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/rest-assured/docs/EnumArrays.md +++ b/samples/client/petstore/java/rest-assured/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/EnumTest.md b/samples/client/petstore/java/rest-assured/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/rest-assured/docs/EnumTest.md +++ b/samples/client/petstore/java/rest-assured/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/FileSchemaTestClass.md b/samples/client/petstore/java/rest-assured/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/rest-assured/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/rest-assured/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/FormatTest.md b/samples/client/petstore/java/rest-assured/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/rest-assured/docs/FormatTest.md +++ b/samples/client/petstore/java/rest-assured/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/rest-assured/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/rest-assured/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/rest-assured/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/MapTest.md b/samples/client/petstore/java/rest-assured/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/rest-assured/docs/MapTest.md +++ b/samples/client/petstore/java/rest-assured/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/rest-assured/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/rest-assured/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/rest-assured/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Model200Response.md b/samples/client/petstore/java/rest-assured/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/rest-assured/docs/Model200Response.md +++ b/samples/client/petstore/java/rest-assured/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/ModelApiResponse.md b/samples/client/petstore/java/rest-assured/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/rest-assured/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/rest-assured/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/ModelReturn.md b/samples/client/petstore/java/rest-assured/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/rest-assured/docs/ModelReturn.md +++ b/samples/client/petstore/java/rest-assured/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Name.md b/samples/client/petstore/java/rest-assured/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/rest-assured/docs/Name.md +++ b/samples/client/petstore/java/rest-assured/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/NumberOnly.md b/samples/client/petstore/java/rest-assured/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/rest-assured/docs/NumberOnly.md +++ b/samples/client/petstore/java/rest-assured/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Order.md b/samples/client/petstore/java/rest-assured/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/rest-assured/docs/Order.md +++ b/samples/client/petstore/java/rest-assured/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/OuterComposite.md b/samples/client/petstore/java/rest-assured/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/rest-assured/docs/OuterComposite.md +++ b/samples/client/petstore/java/rest-assured/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Pet.md b/samples/client/petstore/java/rest-assured/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/rest-assured/docs/Pet.md +++ b/samples/client/petstore/java/rest-assured/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/ReadOnlyFirst.md b/samples/client/petstore/java/rest-assured/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/rest-assured/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/rest-assured/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/SpecialModelName.md b/samples/client/petstore/java/rest-assured/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/rest-assured/docs/SpecialModelName.md +++ b/samples/client/petstore/java/rest-assured/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/Tag.md b/samples/client/petstore/java/rest-assured/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/rest-assured/docs/Tag.md +++ b/samples/client/petstore/java/rest-assured/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/TypeHolderDefault.md b/samples/client/petstore/java/rest-assured/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/rest-assured/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/rest-assured/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/TypeHolderExample.md b/samples/client/petstore/java/rest-assured/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/rest-assured/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/rest-assured/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/User.md b/samples/client/petstore/java/rest-assured/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/rest-assured/docs/User.md +++ b/samples/client/petstore/java/rest-assured/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/rest-assured/docs/XmlItem.md b/samples/client/petstore/java/rest-assured/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/rest-assured/docs/XmlItem.md +++ b/samples/client/petstore/java/rest-assured/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/resteasy/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Animal.md b/samples/client/petstore/java/resteasy/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/resteasy/docs/Animal.md +++ b/samples/client/petstore/java/resteasy/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/AnotherFakeApi.md b/samples/client/petstore/java/resteasy/docs/AnotherFakeApi.md index 059616ec6b..12e20b2221 100644 --- a/samples/client/petstore/java/resteasy/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/resteasy/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resteasy/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/resteasy/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/resteasy/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/resteasy/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/resteasy/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/resteasy/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/resteasy/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/ArrayTest.md b/samples/client/petstore/java/resteasy/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/resteasy/docs/ArrayTest.md +++ b/samples/client/petstore/java/resteasy/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/BigCat.md b/samples/client/petstore/java/resteasy/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/resteasy/docs/BigCat.md +++ b/samples/client/petstore/java/resteasy/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/BigCatAllOf.md b/samples/client/petstore/java/resteasy/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/resteasy/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/resteasy/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Capitalization.md b/samples/client/petstore/java/resteasy/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/resteasy/docs/Capitalization.md +++ b/samples/client/petstore/java/resteasy/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Cat.md b/samples/client/petstore/java/resteasy/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/resteasy/docs/Cat.md +++ b/samples/client/petstore/java/resteasy/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/CatAllOf.md b/samples/client/petstore/java/resteasy/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/resteasy/docs/CatAllOf.md +++ b/samples/client/petstore/java/resteasy/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Category.md b/samples/client/petstore/java/resteasy/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/resteasy/docs/Category.md +++ b/samples/client/petstore/java/resteasy/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/ClassModel.md b/samples/client/petstore/java/resteasy/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/resteasy/docs/ClassModel.md +++ b/samples/client/petstore/java/resteasy/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Client.md b/samples/client/petstore/java/resteasy/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/resteasy/docs/Client.md +++ b/samples/client/petstore/java/resteasy/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Dog.md b/samples/client/petstore/java/resteasy/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/resteasy/docs/Dog.md +++ b/samples/client/petstore/java/resteasy/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/DogAllOf.md b/samples/client/petstore/java/resteasy/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/resteasy/docs/DogAllOf.md +++ b/samples/client/petstore/java/resteasy/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/EnumArrays.md b/samples/client/petstore/java/resteasy/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/resteasy/docs/EnumArrays.md +++ b/samples/client/petstore/java/resteasy/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/EnumTest.md b/samples/client/petstore/java/resteasy/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/resteasy/docs/EnumTest.md +++ b/samples/client/petstore/java/resteasy/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/FakeApi.md b/samples/client/petstore/java/resteasy/docs/FakeApi.md index 9c46433be4..a71dd8aa4a 100644 --- a/samples/client/petstore/java/resteasy/docs/FakeApi.md +++ b/samples/client/petstore/java/resteasy/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resteasy/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/resteasy/docs/FakeClassnameTags123Api.md index 14a74a37a4..ea4765a69a 100644 --- a/samples/client/petstore/java/resteasy/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/resteasy/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resteasy/docs/FileSchemaTestClass.md b/samples/client/petstore/java/resteasy/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/resteasy/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/resteasy/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/FormatTest.md b/samples/client/petstore/java/resteasy/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/resteasy/docs/FormatTest.md +++ b/samples/client/petstore/java/resteasy/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/resteasy/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/resteasy/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/resteasy/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/MapTest.md b/samples/client/petstore/java/resteasy/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/resteasy/docs/MapTest.md +++ b/samples/client/petstore/java/resteasy/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/resteasy/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/resteasy/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/resteasy/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Model200Response.md b/samples/client/petstore/java/resteasy/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/resteasy/docs/Model200Response.md +++ b/samples/client/petstore/java/resteasy/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/ModelApiResponse.md b/samples/client/petstore/java/resteasy/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/resteasy/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/resteasy/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/ModelReturn.md b/samples/client/petstore/java/resteasy/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/resteasy/docs/ModelReturn.md +++ b/samples/client/petstore/java/resteasy/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Name.md b/samples/client/petstore/java/resteasy/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/resteasy/docs/Name.md +++ b/samples/client/petstore/java/resteasy/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/NumberOnly.md b/samples/client/petstore/java/resteasy/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/resteasy/docs/NumberOnly.md +++ b/samples/client/petstore/java/resteasy/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Order.md b/samples/client/petstore/java/resteasy/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/resteasy/docs/Order.md +++ b/samples/client/petstore/java/resteasy/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/OuterComposite.md b/samples/client/petstore/java/resteasy/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/resteasy/docs/OuterComposite.md +++ b/samples/client/petstore/java/resteasy/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/Pet.md b/samples/client/petstore/java/resteasy/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/resteasy/docs/Pet.md +++ b/samples/client/petstore/java/resteasy/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/PetApi.md b/samples/client/petstore/java/resteasy/docs/PetApi.md index d56efcd596..798a210c14 100644 --- a/samples/client/petstore/java/resteasy/docs/PetApi.md +++ b/samples/client/petstore/java/resteasy/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resteasy/docs/ReadOnlyFirst.md b/samples/client/petstore/java/resteasy/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/resteasy/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/resteasy/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/SpecialModelName.md b/samples/client/petstore/java/resteasy/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/resteasy/docs/SpecialModelName.md +++ b/samples/client/petstore/java/resteasy/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/StoreApi.md b/samples/client/petstore/java/resteasy/docs/StoreApi.md index 352399ea51..2e59caca46 100644 --- a/samples/client/petstore/java/resteasy/docs/StoreApi.md +++ b/samples/client/petstore/java/resteasy/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resteasy/docs/Tag.md b/samples/client/petstore/java/resteasy/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/resteasy/docs/Tag.md +++ b/samples/client/petstore/java/resteasy/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/TypeHolderDefault.md b/samples/client/petstore/java/resteasy/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/resteasy/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/resteasy/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/TypeHolderExample.md b/samples/client/petstore/java/resteasy/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/resteasy/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/resteasy/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/User.md b/samples/client/petstore/java/resteasy/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/resteasy/docs/User.md +++ b/samples/client/petstore/java/resteasy/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resteasy/docs/UserApi.md b/samples/client/petstore/java/resteasy/docs/UserApi.md index ca9f550c31..d651e8b349 100644 --- a/samples/client/petstore/java/resteasy/docs/UserApi.md +++ b/samples/client/petstore/java/resteasy/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resteasy/docs/XmlItem.md b/samples/client/petstore/java/resteasy/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/resteasy/docs/XmlItem.md +++ b/samples/client/petstore/java/resteasy/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Animal.md b/samples/client/petstore/java/resttemplate-withXml/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Animal.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/AnotherFakeApi.md b/samples/client/petstore/java/resttemplate-withXml/docs/AnotherFakeApi.md index 059616ec6b..12e20b2221 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/resttemplate-withXml/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/resttemplate-withXml/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/ArrayTest.md b/samples/client/petstore/java/resttemplate-withXml/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/ArrayTest.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/BigCat.md b/samples/client/petstore/java/resttemplate-withXml/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/BigCat.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/BigCatAllOf.md b/samples/client/petstore/java/resttemplate-withXml/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Capitalization.md b/samples/client/petstore/java/resttemplate-withXml/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Capitalization.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Cat.md b/samples/client/petstore/java/resttemplate-withXml/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Cat.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/CatAllOf.md b/samples/client/petstore/java/resttemplate-withXml/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/CatAllOf.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Category.md b/samples/client/petstore/java/resttemplate-withXml/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Category.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/ClassModel.md b/samples/client/petstore/java/resttemplate-withXml/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/ClassModel.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Client.md b/samples/client/petstore/java/resttemplate-withXml/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Client.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Dog.md b/samples/client/petstore/java/resttemplate-withXml/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Dog.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/DogAllOf.md b/samples/client/petstore/java/resttemplate-withXml/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/DogAllOf.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/EnumArrays.md b/samples/client/petstore/java/resttemplate-withXml/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/EnumArrays.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/EnumTest.md b/samples/client/petstore/java/resttemplate-withXml/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/EnumTest.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/FakeApi.md b/samples/client/petstore/java/resttemplate-withXml/docs/FakeApi.md index 9c46433be4..a71dd8aa4a 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/FakeApi.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/resttemplate-withXml/docs/FakeClassnameTags123Api.md index 14a74a37a4..ea4765a69a 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/FileSchemaTestClass.md b/samples/client/petstore/java/resttemplate-withXml/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/FormatTest.md b/samples/client/petstore/java/resttemplate-withXml/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/FormatTest.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/resttemplate-withXml/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/MapTest.md b/samples/client/petstore/java/resttemplate-withXml/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/MapTest.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/resttemplate-withXml/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Model200Response.md b/samples/client/petstore/java/resttemplate-withXml/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Model200Response.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/ModelApiResponse.md b/samples/client/petstore/java/resttemplate-withXml/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/ModelReturn.md b/samples/client/petstore/java/resttemplate-withXml/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/ModelReturn.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Name.md b/samples/client/petstore/java/resttemplate-withXml/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Name.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/NumberOnly.md b/samples/client/petstore/java/resttemplate-withXml/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/NumberOnly.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Order.md b/samples/client/petstore/java/resttemplate-withXml/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Order.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/OuterComposite.md b/samples/client/petstore/java/resttemplate-withXml/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/OuterComposite.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Pet.md b/samples/client/petstore/java/resttemplate-withXml/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Pet.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/PetApi.md b/samples/client/petstore/java/resttemplate-withXml/docs/PetApi.md index d56efcd596..798a210c14 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/PetApi.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/ReadOnlyFirst.md b/samples/client/petstore/java/resttemplate-withXml/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/SpecialModelName.md b/samples/client/petstore/java/resttemplate-withXml/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/SpecialModelName.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/StoreApi.md b/samples/client/petstore/java/resttemplate-withXml/docs/StoreApi.md index 352399ea51..2e59caca46 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/StoreApi.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/Tag.md b/samples/client/petstore/java/resttemplate-withXml/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/Tag.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/TypeHolderDefault.md b/samples/client/petstore/java/resttemplate-withXml/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/TypeHolderExample.md b/samples/client/petstore/java/resttemplate-withXml/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/User.md b/samples/client/petstore/java/resttemplate-withXml/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/User.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/UserApi.md b/samples/client/petstore/java/resttemplate-withXml/docs/UserApi.md index ca9f550c31..d651e8b349 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/UserApi.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate-withXml/docs/XmlItem.md b/samples/client/petstore/java/resttemplate-withXml/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/resttemplate-withXml/docs/XmlItem.md +++ b/samples/client/petstore/java/resttemplate-withXml/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/resttemplate/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Animal.md b/samples/client/petstore/java/resttemplate/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/resttemplate/docs/Animal.md +++ b/samples/client/petstore/java/resttemplate/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/AnotherFakeApi.md b/samples/client/petstore/java/resttemplate/docs/AnotherFakeApi.md index 059616ec6b..12e20b2221 100644 --- a/samples/client/petstore/java/resttemplate/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/resttemplate/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/resttemplate/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/resttemplate/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/resttemplate/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/resttemplate/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/resttemplate/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/resttemplate/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/ArrayTest.md b/samples/client/petstore/java/resttemplate/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/resttemplate/docs/ArrayTest.md +++ b/samples/client/petstore/java/resttemplate/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/BigCat.md b/samples/client/petstore/java/resttemplate/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/resttemplate/docs/BigCat.md +++ b/samples/client/petstore/java/resttemplate/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/BigCatAllOf.md b/samples/client/petstore/java/resttemplate/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/resttemplate/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/resttemplate/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Capitalization.md b/samples/client/petstore/java/resttemplate/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/resttemplate/docs/Capitalization.md +++ b/samples/client/petstore/java/resttemplate/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Cat.md b/samples/client/petstore/java/resttemplate/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/resttemplate/docs/Cat.md +++ b/samples/client/petstore/java/resttemplate/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/CatAllOf.md b/samples/client/petstore/java/resttemplate/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/resttemplate/docs/CatAllOf.md +++ b/samples/client/petstore/java/resttemplate/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Category.md b/samples/client/petstore/java/resttemplate/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/resttemplate/docs/Category.md +++ b/samples/client/petstore/java/resttemplate/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/ClassModel.md b/samples/client/petstore/java/resttemplate/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/resttemplate/docs/ClassModel.md +++ b/samples/client/petstore/java/resttemplate/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Client.md b/samples/client/petstore/java/resttemplate/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/resttemplate/docs/Client.md +++ b/samples/client/petstore/java/resttemplate/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Dog.md b/samples/client/petstore/java/resttemplate/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/resttemplate/docs/Dog.md +++ b/samples/client/petstore/java/resttemplate/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/DogAllOf.md b/samples/client/petstore/java/resttemplate/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/resttemplate/docs/DogAllOf.md +++ b/samples/client/petstore/java/resttemplate/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/EnumArrays.md b/samples/client/petstore/java/resttemplate/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/resttemplate/docs/EnumArrays.md +++ b/samples/client/petstore/java/resttemplate/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/EnumTest.md b/samples/client/petstore/java/resttemplate/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/resttemplate/docs/EnumTest.md +++ b/samples/client/petstore/java/resttemplate/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/FakeApi.md b/samples/client/petstore/java/resttemplate/docs/FakeApi.md index 9c46433be4..a71dd8aa4a 100644 --- a/samples/client/petstore/java/resttemplate/docs/FakeApi.md +++ b/samples/client/petstore/java/resttemplate/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/resttemplate/docs/FakeClassnameTags123Api.md index 14a74a37a4..ea4765a69a 100644 --- a/samples/client/petstore/java/resttemplate/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/resttemplate/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate/docs/FileSchemaTestClass.md b/samples/client/petstore/java/resttemplate/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/resttemplate/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/resttemplate/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/FormatTest.md b/samples/client/petstore/java/resttemplate/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/resttemplate/docs/FormatTest.md +++ b/samples/client/petstore/java/resttemplate/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/resttemplate/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/resttemplate/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/resttemplate/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/MapTest.md b/samples/client/petstore/java/resttemplate/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/resttemplate/docs/MapTest.md +++ b/samples/client/petstore/java/resttemplate/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/resttemplate/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/resttemplate/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/resttemplate/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Model200Response.md b/samples/client/petstore/java/resttemplate/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/resttemplate/docs/Model200Response.md +++ b/samples/client/petstore/java/resttemplate/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/ModelApiResponse.md b/samples/client/petstore/java/resttemplate/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/resttemplate/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/resttemplate/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/ModelReturn.md b/samples/client/petstore/java/resttemplate/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/resttemplate/docs/ModelReturn.md +++ b/samples/client/petstore/java/resttemplate/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Name.md b/samples/client/petstore/java/resttemplate/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/resttemplate/docs/Name.md +++ b/samples/client/petstore/java/resttemplate/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/NumberOnly.md b/samples/client/petstore/java/resttemplate/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/resttemplate/docs/NumberOnly.md +++ b/samples/client/petstore/java/resttemplate/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Order.md b/samples/client/petstore/java/resttemplate/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/resttemplate/docs/Order.md +++ b/samples/client/petstore/java/resttemplate/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/OuterComposite.md b/samples/client/petstore/java/resttemplate/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/resttemplate/docs/OuterComposite.md +++ b/samples/client/petstore/java/resttemplate/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/Pet.md b/samples/client/petstore/java/resttemplate/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/resttemplate/docs/Pet.md +++ b/samples/client/petstore/java/resttemplate/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/PetApi.md b/samples/client/petstore/java/resttemplate/docs/PetApi.md index d56efcd596..798a210c14 100644 --- a/samples/client/petstore/java/resttemplate/docs/PetApi.md +++ b/samples/client/petstore/java/resttemplate/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate/docs/ReadOnlyFirst.md b/samples/client/petstore/java/resttemplate/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/resttemplate/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/resttemplate/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/SpecialModelName.md b/samples/client/petstore/java/resttemplate/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/resttemplate/docs/SpecialModelName.md +++ b/samples/client/petstore/java/resttemplate/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/StoreApi.md b/samples/client/petstore/java/resttemplate/docs/StoreApi.md index 352399ea51..2e59caca46 100644 --- a/samples/client/petstore/java/resttemplate/docs/StoreApi.md +++ b/samples/client/petstore/java/resttemplate/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate/docs/Tag.md b/samples/client/petstore/java/resttemplate/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/resttemplate/docs/Tag.md +++ b/samples/client/petstore/java/resttemplate/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/TypeHolderDefault.md b/samples/client/petstore/java/resttemplate/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/resttemplate/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/resttemplate/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/TypeHolderExample.md b/samples/client/petstore/java/resttemplate/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/resttemplate/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/resttemplate/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/User.md b/samples/client/petstore/java/resttemplate/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/resttemplate/docs/User.md +++ b/samples/client/petstore/java/resttemplate/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/resttemplate/docs/UserApi.md b/samples/client/petstore/java/resttemplate/docs/UserApi.md index ca9f550c31..d651e8b349 100644 --- a/samples/client/petstore/java/resttemplate/docs/UserApi.md +++ b/samples/client/petstore/java/resttemplate/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/resttemplate/docs/XmlItem.md b/samples/client/petstore/java/resttemplate/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/resttemplate/docs/XmlItem.md +++ b/samples/client/petstore/java/resttemplate/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Animal.md b/samples/client/petstore/java/retrofit2-play26/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Animal.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/AnotherFakeApi.md b/samples/client/petstore/java/retrofit2-play26/docs/AnotherFakeApi.md index f58ecd4216..35fdbbbeaa 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2-play26/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/retrofit2-play26/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/retrofit2-play26/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/ArrayTest.md b/samples/client/petstore/java/retrofit2-play26/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/ArrayTest.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/BigCat.md b/samples/client/petstore/java/retrofit2-play26/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/BigCat.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/BigCatAllOf.md b/samples/client/petstore/java/retrofit2-play26/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Capitalization.md b/samples/client/petstore/java/retrofit2-play26/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Capitalization.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Cat.md b/samples/client/petstore/java/retrofit2-play26/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Cat.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/CatAllOf.md b/samples/client/petstore/java/retrofit2-play26/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/CatAllOf.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Category.md b/samples/client/petstore/java/retrofit2-play26/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Category.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/ClassModel.md b/samples/client/petstore/java/retrofit2-play26/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/ClassModel.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Client.md b/samples/client/petstore/java/retrofit2-play26/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Client.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Dog.md b/samples/client/petstore/java/retrofit2-play26/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Dog.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/DogAllOf.md b/samples/client/petstore/java/retrofit2-play26/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/DogAllOf.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/EnumArrays.md b/samples/client/petstore/java/retrofit2-play26/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/EnumArrays.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/EnumTest.md b/samples/client/petstore/java/retrofit2-play26/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/EnumTest.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/FakeApi.md b/samples/client/petstore/java/retrofit2-play26/docs/FakeApi.md index c531ab56df..fbeee306c4 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/FakeApi.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2-play26/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/retrofit2-play26/docs/FakeClassnameTags123Api.md index 4f4dac5858..f0469bd488 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2-play26/docs/FileSchemaTestClass.md b/samples/client/petstore/java/retrofit2-play26/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/FormatTest.md b/samples/client/petstore/java/retrofit2-play26/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/FormatTest.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/retrofit2-play26/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/MapTest.md b/samples/client/petstore/java/retrofit2-play26/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/MapTest.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/retrofit2-play26/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Model200Response.md b/samples/client/petstore/java/retrofit2-play26/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Model200Response.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/ModelApiResponse.md b/samples/client/petstore/java/retrofit2-play26/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/ModelReturn.md b/samples/client/petstore/java/retrofit2-play26/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/ModelReturn.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Name.md b/samples/client/petstore/java/retrofit2-play26/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Name.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/NumberOnly.md b/samples/client/petstore/java/retrofit2-play26/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/NumberOnly.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Order.md b/samples/client/petstore/java/retrofit2-play26/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Order.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/OuterComposite.md b/samples/client/petstore/java/retrofit2-play26/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/OuterComposite.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Pet.md b/samples/client/petstore/java/retrofit2-play26/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Pet.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/PetApi.md b/samples/client/petstore/java/retrofit2-play26/docs/PetApi.md index ca4e8b4197..c7caacc6ef 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/PetApi.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2-play26/docs/ReadOnlyFirst.md b/samples/client/petstore/java/retrofit2-play26/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/SpecialModelName.md b/samples/client/petstore/java/retrofit2-play26/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/SpecialModelName.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/StoreApi.md b/samples/client/petstore/java/retrofit2-play26/docs/StoreApi.md index ebefe2ffdd..477e464d88 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/StoreApi.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2-play26/docs/Tag.md b/samples/client/petstore/java/retrofit2-play26/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/Tag.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/TypeHolderDefault.md b/samples/client/petstore/java/retrofit2-play26/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/TypeHolderExample.md b/samples/client/petstore/java/retrofit2-play26/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/User.md b/samples/client/petstore/java/retrofit2-play26/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/User.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2-play26/docs/UserApi.md b/samples/client/petstore/java/retrofit2-play26/docs/UserApi.md index d03e871ce0..8c197c2263 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/UserApi.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2-play26/docs/XmlItem.md b/samples/client/petstore/java/retrofit2-play26/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/retrofit2-play26/docs/XmlItem.md +++ b/samples/client/petstore/java/retrofit2-play26/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/retrofit2/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Animal.md b/samples/client/petstore/java/retrofit2/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/retrofit2/docs/Animal.md +++ b/samples/client/petstore/java/retrofit2/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/AnotherFakeApi.md b/samples/client/petstore/java/retrofit2/docs/AnotherFakeApi.md index f58ecd4216..35fdbbbeaa 100644 --- a/samples/client/petstore/java/retrofit2/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/retrofit2/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/retrofit2/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/retrofit2/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/retrofit2/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/retrofit2/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/retrofit2/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/retrofit2/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/ArrayTest.md b/samples/client/petstore/java/retrofit2/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/retrofit2/docs/ArrayTest.md +++ b/samples/client/petstore/java/retrofit2/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/BigCat.md b/samples/client/petstore/java/retrofit2/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/retrofit2/docs/BigCat.md +++ b/samples/client/petstore/java/retrofit2/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/BigCatAllOf.md b/samples/client/petstore/java/retrofit2/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/retrofit2/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/retrofit2/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Capitalization.md b/samples/client/petstore/java/retrofit2/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/retrofit2/docs/Capitalization.md +++ b/samples/client/petstore/java/retrofit2/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Cat.md b/samples/client/petstore/java/retrofit2/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/retrofit2/docs/Cat.md +++ b/samples/client/petstore/java/retrofit2/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/CatAllOf.md b/samples/client/petstore/java/retrofit2/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/retrofit2/docs/CatAllOf.md +++ b/samples/client/petstore/java/retrofit2/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Category.md b/samples/client/petstore/java/retrofit2/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/retrofit2/docs/Category.md +++ b/samples/client/petstore/java/retrofit2/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/ClassModel.md b/samples/client/petstore/java/retrofit2/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/retrofit2/docs/ClassModel.md +++ b/samples/client/petstore/java/retrofit2/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Client.md b/samples/client/petstore/java/retrofit2/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/retrofit2/docs/Client.md +++ b/samples/client/petstore/java/retrofit2/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Dog.md b/samples/client/petstore/java/retrofit2/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/retrofit2/docs/Dog.md +++ b/samples/client/petstore/java/retrofit2/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/DogAllOf.md b/samples/client/petstore/java/retrofit2/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/retrofit2/docs/DogAllOf.md +++ b/samples/client/petstore/java/retrofit2/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/EnumArrays.md b/samples/client/petstore/java/retrofit2/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/retrofit2/docs/EnumArrays.md +++ b/samples/client/petstore/java/retrofit2/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/EnumTest.md b/samples/client/petstore/java/retrofit2/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/retrofit2/docs/EnumTest.md +++ b/samples/client/petstore/java/retrofit2/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/FakeApi.md b/samples/client/petstore/java/retrofit2/docs/FakeApi.md index c531ab56df..fbeee306c4 100644 --- a/samples/client/petstore/java/retrofit2/docs/FakeApi.md +++ b/samples/client/petstore/java/retrofit2/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/retrofit2/docs/FakeClassnameTags123Api.md index 4f4dac5858..f0469bd488 100644 --- a/samples/client/petstore/java/retrofit2/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/retrofit2/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2/docs/FileSchemaTestClass.md b/samples/client/petstore/java/retrofit2/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/retrofit2/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/retrofit2/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/FormatTest.md b/samples/client/petstore/java/retrofit2/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/retrofit2/docs/FormatTest.md +++ b/samples/client/petstore/java/retrofit2/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/retrofit2/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/retrofit2/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/retrofit2/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/MapTest.md b/samples/client/petstore/java/retrofit2/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/retrofit2/docs/MapTest.md +++ b/samples/client/petstore/java/retrofit2/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/retrofit2/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/retrofit2/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/retrofit2/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Model200Response.md b/samples/client/petstore/java/retrofit2/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/retrofit2/docs/Model200Response.md +++ b/samples/client/petstore/java/retrofit2/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/ModelApiResponse.md b/samples/client/petstore/java/retrofit2/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/retrofit2/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/retrofit2/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/ModelReturn.md b/samples/client/petstore/java/retrofit2/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/retrofit2/docs/ModelReturn.md +++ b/samples/client/petstore/java/retrofit2/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Name.md b/samples/client/petstore/java/retrofit2/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/retrofit2/docs/Name.md +++ b/samples/client/petstore/java/retrofit2/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/NumberOnly.md b/samples/client/petstore/java/retrofit2/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/retrofit2/docs/NumberOnly.md +++ b/samples/client/petstore/java/retrofit2/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Order.md b/samples/client/petstore/java/retrofit2/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/retrofit2/docs/Order.md +++ b/samples/client/petstore/java/retrofit2/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/OuterComposite.md b/samples/client/petstore/java/retrofit2/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/retrofit2/docs/OuterComposite.md +++ b/samples/client/petstore/java/retrofit2/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/Pet.md b/samples/client/petstore/java/retrofit2/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/retrofit2/docs/Pet.md +++ b/samples/client/petstore/java/retrofit2/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/PetApi.md b/samples/client/petstore/java/retrofit2/docs/PetApi.md index ca4e8b4197..c7caacc6ef 100644 --- a/samples/client/petstore/java/retrofit2/docs/PetApi.md +++ b/samples/client/petstore/java/retrofit2/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2/docs/ReadOnlyFirst.md b/samples/client/petstore/java/retrofit2/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/retrofit2/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/retrofit2/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/SpecialModelName.md b/samples/client/petstore/java/retrofit2/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/retrofit2/docs/SpecialModelName.md +++ b/samples/client/petstore/java/retrofit2/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/StoreApi.md b/samples/client/petstore/java/retrofit2/docs/StoreApi.md index ebefe2ffdd..477e464d88 100644 --- a/samples/client/petstore/java/retrofit2/docs/StoreApi.md +++ b/samples/client/petstore/java/retrofit2/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2/docs/Tag.md b/samples/client/petstore/java/retrofit2/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/retrofit2/docs/Tag.md +++ b/samples/client/petstore/java/retrofit2/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/TypeHolderDefault.md b/samples/client/petstore/java/retrofit2/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/retrofit2/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/retrofit2/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/TypeHolderExample.md b/samples/client/petstore/java/retrofit2/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/retrofit2/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/retrofit2/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/User.md b/samples/client/petstore/java/retrofit2/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/retrofit2/docs/User.md +++ b/samples/client/petstore/java/retrofit2/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2/docs/UserApi.md b/samples/client/petstore/java/retrofit2/docs/UserApi.md index d03e871ce0..8c197c2263 100644 --- a/samples/client/petstore/java/retrofit2/docs/UserApi.md +++ b/samples/client/petstore/java/retrofit2/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2/docs/XmlItem.md b/samples/client/petstore/java/retrofit2/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/retrofit2/docs/XmlItem.md +++ b/samples/client/petstore/java/retrofit2/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Animal.md b/samples/client/petstore/java/retrofit2rx2/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Animal.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/AnotherFakeApi.md b/samples/client/petstore/java/retrofit2rx2/docs/AnotherFakeApi.md index f58ecd4216..35fdbbbeaa 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx2/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/retrofit2rx2/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/retrofit2rx2/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/ArrayTest.md b/samples/client/petstore/java/retrofit2rx2/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/ArrayTest.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/BigCat.md b/samples/client/petstore/java/retrofit2rx2/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/BigCat.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/BigCatAllOf.md b/samples/client/petstore/java/retrofit2rx2/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Capitalization.md b/samples/client/petstore/java/retrofit2rx2/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Capitalization.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Cat.md b/samples/client/petstore/java/retrofit2rx2/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Cat.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/CatAllOf.md b/samples/client/petstore/java/retrofit2rx2/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/CatAllOf.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Category.md b/samples/client/petstore/java/retrofit2rx2/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Category.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/ClassModel.md b/samples/client/petstore/java/retrofit2rx2/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/ClassModel.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Client.md b/samples/client/petstore/java/retrofit2rx2/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Client.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Dog.md b/samples/client/petstore/java/retrofit2rx2/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Dog.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/DogAllOf.md b/samples/client/petstore/java/retrofit2rx2/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/DogAllOf.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/EnumArrays.md b/samples/client/petstore/java/retrofit2rx2/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/EnumArrays.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/EnumTest.md b/samples/client/petstore/java/retrofit2rx2/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/EnumTest.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/FakeApi.md b/samples/client/petstore/java/retrofit2rx2/docs/FakeApi.md index c531ab56df..fbeee306c4 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/FakeApi.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx2/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/retrofit2rx2/docs/FakeClassnameTags123Api.md index 4f4dac5858..f0469bd488 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx2/docs/FileSchemaTestClass.md b/samples/client/petstore/java/retrofit2rx2/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/FormatTest.md b/samples/client/petstore/java/retrofit2rx2/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/FormatTest.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/retrofit2rx2/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/MapTest.md b/samples/client/petstore/java/retrofit2rx2/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/MapTest.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/retrofit2rx2/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Model200Response.md b/samples/client/petstore/java/retrofit2rx2/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Model200Response.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/ModelApiResponse.md b/samples/client/petstore/java/retrofit2rx2/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/ModelReturn.md b/samples/client/petstore/java/retrofit2rx2/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/ModelReturn.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Name.md b/samples/client/petstore/java/retrofit2rx2/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Name.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/NumberOnly.md b/samples/client/petstore/java/retrofit2rx2/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/NumberOnly.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Order.md b/samples/client/petstore/java/retrofit2rx2/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Order.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/OuterComposite.md b/samples/client/petstore/java/retrofit2rx2/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/OuterComposite.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Pet.md b/samples/client/petstore/java/retrofit2rx2/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Pet.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/PetApi.md b/samples/client/petstore/java/retrofit2rx2/docs/PetApi.md index ca4e8b4197..c7caacc6ef 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/PetApi.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx2/docs/ReadOnlyFirst.md b/samples/client/petstore/java/retrofit2rx2/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/SpecialModelName.md b/samples/client/petstore/java/retrofit2rx2/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/SpecialModelName.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/StoreApi.md b/samples/client/petstore/java/retrofit2rx2/docs/StoreApi.md index ebefe2ffdd..477e464d88 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/StoreApi.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx2/docs/Tag.md b/samples/client/petstore/java/retrofit2rx2/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/Tag.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/TypeHolderDefault.md b/samples/client/petstore/java/retrofit2rx2/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/TypeHolderExample.md b/samples/client/petstore/java/retrofit2rx2/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/User.md b/samples/client/petstore/java/retrofit2rx2/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/User.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx2/docs/UserApi.md b/samples/client/petstore/java/retrofit2rx2/docs/UserApi.md index d03e871ce0..8c197c2263 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/UserApi.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx2/docs/XmlItem.md b/samples/client/petstore/java/retrofit2rx2/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/retrofit2rx2/docs/XmlItem.md +++ b/samples/client/petstore/java/retrofit2rx2/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Animal.md b/samples/client/petstore/java/retrofit2rx3/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Animal.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/AnotherFakeApi.md b/samples/client/petstore/java/retrofit2rx3/docs/AnotherFakeApi.md index f58ecd4216..35fdbbbeaa 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx3/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/retrofit2rx3/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/retrofit2rx3/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/ArrayTest.md b/samples/client/petstore/java/retrofit2rx3/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/ArrayTest.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/BigCat.md b/samples/client/petstore/java/retrofit2rx3/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/BigCat.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/BigCatAllOf.md b/samples/client/petstore/java/retrofit2rx3/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Capitalization.md b/samples/client/petstore/java/retrofit2rx3/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Capitalization.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Cat.md b/samples/client/petstore/java/retrofit2rx3/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Cat.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/CatAllOf.md b/samples/client/petstore/java/retrofit2rx3/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/CatAllOf.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Category.md b/samples/client/petstore/java/retrofit2rx3/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Category.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/ClassModel.md b/samples/client/petstore/java/retrofit2rx3/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/ClassModel.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Client.md b/samples/client/petstore/java/retrofit2rx3/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Client.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Dog.md b/samples/client/petstore/java/retrofit2rx3/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Dog.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/DogAllOf.md b/samples/client/petstore/java/retrofit2rx3/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/DogAllOf.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/EnumArrays.md b/samples/client/petstore/java/retrofit2rx3/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/EnumArrays.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/EnumTest.md b/samples/client/petstore/java/retrofit2rx3/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/EnumTest.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/FakeApi.md b/samples/client/petstore/java/retrofit2rx3/docs/FakeApi.md index c531ab56df..fbeee306c4 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/FakeApi.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx3/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/retrofit2rx3/docs/FakeClassnameTags123Api.md index 4f4dac5858..f0469bd488 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx3/docs/FileSchemaTestClass.md b/samples/client/petstore/java/retrofit2rx3/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/FormatTest.md b/samples/client/petstore/java/retrofit2rx3/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/FormatTest.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/retrofit2rx3/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/MapTest.md b/samples/client/petstore/java/retrofit2rx3/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/MapTest.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/retrofit2rx3/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Model200Response.md b/samples/client/petstore/java/retrofit2rx3/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Model200Response.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/ModelApiResponse.md b/samples/client/petstore/java/retrofit2rx3/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/ModelReturn.md b/samples/client/petstore/java/retrofit2rx3/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/ModelReturn.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Name.md b/samples/client/petstore/java/retrofit2rx3/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Name.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/NumberOnly.md b/samples/client/petstore/java/retrofit2rx3/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/NumberOnly.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Order.md b/samples/client/petstore/java/retrofit2rx3/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Order.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/OuterComposite.md b/samples/client/petstore/java/retrofit2rx3/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/OuterComposite.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Pet.md b/samples/client/petstore/java/retrofit2rx3/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Pet.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/PetApi.md b/samples/client/petstore/java/retrofit2rx3/docs/PetApi.md index ca4e8b4197..c7caacc6ef 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/PetApi.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx3/docs/ReadOnlyFirst.md b/samples/client/petstore/java/retrofit2rx3/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/SpecialModelName.md b/samples/client/petstore/java/retrofit2rx3/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/SpecialModelName.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/StoreApi.md b/samples/client/petstore/java/retrofit2rx3/docs/StoreApi.md index ebefe2ffdd..477e464d88 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/StoreApi.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx3/docs/Tag.md b/samples/client/petstore/java/retrofit2rx3/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/Tag.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/TypeHolderDefault.md b/samples/client/petstore/java/retrofit2rx3/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/TypeHolderExample.md b/samples/client/petstore/java/retrofit2rx3/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/User.md b/samples/client/petstore/java/retrofit2rx3/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/User.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/retrofit2rx3/docs/UserApi.md b/samples/client/petstore/java/retrofit2rx3/docs/UserApi.md index d03e871ce0..8c197c2263 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/UserApi.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/retrofit2rx3/docs/XmlItem.md b/samples/client/petstore/java/retrofit2rx3/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/retrofit2rx3/docs/XmlItem.md +++ b/samples/client/petstore/java/retrofit2rx3/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Animal.md b/samples/client/petstore/java/vertx-no-nullable/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Animal.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/AnotherFakeApi.md b/samples/client/petstore/java/vertx-no-nullable/docs/AnotherFakeApi.md index 059616ec6b..12e20b2221 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/vertx-no-nullable/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/vertx-no-nullable/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/ArrayTest.md b/samples/client/petstore/java/vertx-no-nullable/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/ArrayTest.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/BigCat.md b/samples/client/petstore/java/vertx-no-nullable/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/BigCat.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/BigCatAllOf.md b/samples/client/petstore/java/vertx-no-nullable/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Capitalization.md b/samples/client/petstore/java/vertx-no-nullable/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Capitalization.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Cat.md b/samples/client/petstore/java/vertx-no-nullable/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Cat.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/CatAllOf.md b/samples/client/petstore/java/vertx-no-nullable/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/CatAllOf.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Category.md b/samples/client/petstore/java/vertx-no-nullable/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Category.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/ClassModel.md b/samples/client/petstore/java/vertx-no-nullable/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/ClassModel.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Client.md b/samples/client/petstore/java/vertx-no-nullable/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Client.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Dog.md b/samples/client/petstore/java/vertx-no-nullable/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Dog.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/DogAllOf.md b/samples/client/petstore/java/vertx-no-nullable/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/DogAllOf.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/EnumArrays.md b/samples/client/petstore/java/vertx-no-nullable/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/EnumArrays.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/EnumTest.md b/samples/client/petstore/java/vertx-no-nullable/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/EnumTest.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/FakeApi.md b/samples/client/petstore/java/vertx-no-nullable/docs/FakeApi.md index 38bf96d4fa..3dc32ffd38 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/FakeApi.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/vertx-no-nullable/docs/FakeClassnameTags123Api.md index 14a74a37a4..ea4765a69a 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/FileSchemaTestClass.md b/samples/client/petstore/java/vertx-no-nullable/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/FormatTest.md b/samples/client/petstore/java/vertx-no-nullable/docs/FormatTest.md index 00815ade8b..8a77a27772 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/FormatTest.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/vertx-no-nullable/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/MapTest.md b/samples/client/petstore/java/vertx-no-nullable/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/MapTest.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/vertx-no-nullable/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Model200Response.md b/samples/client/petstore/java/vertx-no-nullable/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Model200Response.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/ModelApiResponse.md b/samples/client/petstore/java/vertx-no-nullable/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/ModelReturn.md b/samples/client/petstore/java/vertx-no-nullable/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/ModelReturn.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Name.md b/samples/client/petstore/java/vertx-no-nullable/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Name.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/NumberOnly.md b/samples/client/petstore/java/vertx-no-nullable/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/NumberOnly.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Order.md b/samples/client/petstore/java/vertx-no-nullable/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Order.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/OuterComposite.md b/samples/client/petstore/java/vertx-no-nullable/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/OuterComposite.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Pet.md b/samples/client/petstore/java/vertx-no-nullable/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Pet.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/PetApi.md b/samples/client/petstore/java/vertx-no-nullable/docs/PetApi.md index 4a8a3f1993..ffb21c7396 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/PetApi.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/ReadOnlyFirst.md b/samples/client/petstore/java/vertx-no-nullable/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/SpecialModelName.md b/samples/client/petstore/java/vertx-no-nullable/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/SpecialModelName.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/StoreApi.md b/samples/client/petstore/java/vertx-no-nullable/docs/StoreApi.md index 352399ea51..2e59caca46 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/StoreApi.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/Tag.md b/samples/client/petstore/java/vertx-no-nullable/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/Tag.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/TypeHolderDefault.md b/samples/client/petstore/java/vertx-no-nullable/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/TypeHolderExample.md b/samples/client/petstore/java/vertx-no-nullable/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/User.md b/samples/client/petstore/java/vertx-no-nullable/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/User.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/UserApi.md b/samples/client/petstore/java/vertx-no-nullable/docs/UserApi.md index ca9f550c31..d651e8b349 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/UserApi.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx-no-nullable/docs/XmlItem.md b/samples/client/petstore/java/vertx-no-nullable/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/vertx-no-nullable/docs/XmlItem.md +++ b/samples/client/petstore/java/vertx-no-nullable/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/vertx/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/vertx/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Animal.md b/samples/client/petstore/java/vertx/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/vertx/docs/Animal.md +++ b/samples/client/petstore/java/vertx/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/AnotherFakeApi.md b/samples/client/petstore/java/vertx/docs/AnotherFakeApi.md index 059616ec6b..12e20b2221 100644 --- a/samples/client/petstore/java/vertx/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/vertx/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/vertx/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/vertx/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/vertx/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/vertx/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/vertx/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/vertx/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/ArrayTest.md b/samples/client/petstore/java/vertx/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/vertx/docs/ArrayTest.md +++ b/samples/client/petstore/java/vertx/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/BigCat.md b/samples/client/petstore/java/vertx/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/vertx/docs/BigCat.md +++ b/samples/client/petstore/java/vertx/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/BigCatAllOf.md b/samples/client/petstore/java/vertx/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/vertx/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/vertx/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Capitalization.md b/samples/client/petstore/java/vertx/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/vertx/docs/Capitalization.md +++ b/samples/client/petstore/java/vertx/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Cat.md b/samples/client/petstore/java/vertx/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/vertx/docs/Cat.md +++ b/samples/client/petstore/java/vertx/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/CatAllOf.md b/samples/client/petstore/java/vertx/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/vertx/docs/CatAllOf.md +++ b/samples/client/petstore/java/vertx/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Category.md b/samples/client/petstore/java/vertx/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/vertx/docs/Category.md +++ b/samples/client/petstore/java/vertx/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/ClassModel.md b/samples/client/petstore/java/vertx/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/vertx/docs/ClassModel.md +++ b/samples/client/petstore/java/vertx/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Client.md b/samples/client/petstore/java/vertx/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/vertx/docs/Client.md +++ b/samples/client/petstore/java/vertx/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Dog.md b/samples/client/petstore/java/vertx/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/vertx/docs/Dog.md +++ b/samples/client/petstore/java/vertx/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/DogAllOf.md b/samples/client/petstore/java/vertx/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/vertx/docs/DogAllOf.md +++ b/samples/client/petstore/java/vertx/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/EnumArrays.md b/samples/client/petstore/java/vertx/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/vertx/docs/EnumArrays.md +++ b/samples/client/petstore/java/vertx/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/EnumTest.md b/samples/client/petstore/java/vertx/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/vertx/docs/EnumTest.md +++ b/samples/client/petstore/java/vertx/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/FakeApi.md b/samples/client/petstore/java/vertx/docs/FakeApi.md index 38bf96d4fa..3dc32ffd38 100644 --- a/samples/client/petstore/java/vertx/docs/FakeApi.md +++ b/samples/client/petstore/java/vertx/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/vertx/docs/FakeClassnameTags123Api.md index 14a74a37a4..ea4765a69a 100644 --- a/samples/client/petstore/java/vertx/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/vertx/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx/docs/FileSchemaTestClass.md b/samples/client/petstore/java/vertx/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/vertx/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/vertx/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/FormatTest.md b/samples/client/petstore/java/vertx/docs/FormatTest.md index 00815ade8b..8a77a27772 100644 --- a/samples/client/petstore/java/vertx/docs/FormatTest.md +++ b/samples/client/petstore/java/vertx/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/vertx/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/vertx/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/vertx/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/MapTest.md b/samples/client/petstore/java/vertx/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/vertx/docs/MapTest.md +++ b/samples/client/petstore/java/vertx/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/vertx/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/vertx/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/vertx/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Model200Response.md b/samples/client/petstore/java/vertx/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/vertx/docs/Model200Response.md +++ b/samples/client/petstore/java/vertx/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/ModelApiResponse.md b/samples/client/petstore/java/vertx/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/vertx/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/vertx/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/ModelReturn.md b/samples/client/petstore/java/vertx/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/vertx/docs/ModelReturn.md +++ b/samples/client/petstore/java/vertx/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Name.md b/samples/client/petstore/java/vertx/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/vertx/docs/Name.md +++ b/samples/client/petstore/java/vertx/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/NumberOnly.md b/samples/client/petstore/java/vertx/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/vertx/docs/NumberOnly.md +++ b/samples/client/petstore/java/vertx/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Order.md b/samples/client/petstore/java/vertx/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/vertx/docs/Order.md +++ b/samples/client/petstore/java/vertx/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/OuterComposite.md b/samples/client/petstore/java/vertx/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/vertx/docs/OuterComposite.md +++ b/samples/client/petstore/java/vertx/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/Pet.md b/samples/client/petstore/java/vertx/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/vertx/docs/Pet.md +++ b/samples/client/petstore/java/vertx/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/PetApi.md b/samples/client/petstore/java/vertx/docs/PetApi.md index 4a8a3f1993..ffb21c7396 100644 --- a/samples/client/petstore/java/vertx/docs/PetApi.md +++ b/samples/client/petstore/java/vertx/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx/docs/ReadOnlyFirst.md b/samples/client/petstore/java/vertx/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/vertx/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/vertx/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/SpecialModelName.md b/samples/client/petstore/java/vertx/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/vertx/docs/SpecialModelName.md +++ b/samples/client/petstore/java/vertx/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/StoreApi.md b/samples/client/petstore/java/vertx/docs/StoreApi.md index 352399ea51..2e59caca46 100644 --- a/samples/client/petstore/java/vertx/docs/StoreApi.md +++ b/samples/client/petstore/java/vertx/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx/docs/Tag.md b/samples/client/petstore/java/vertx/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/vertx/docs/Tag.md +++ b/samples/client/petstore/java/vertx/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/TypeHolderDefault.md b/samples/client/petstore/java/vertx/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/vertx/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/vertx/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/TypeHolderExample.md b/samples/client/petstore/java/vertx/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/vertx/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/vertx/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/User.md b/samples/client/petstore/java/vertx/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/vertx/docs/User.md +++ b/samples/client/petstore/java/vertx/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/vertx/docs/UserApi.md b/samples/client/petstore/java/vertx/docs/UserApi.md index ca9f550c31..d651e8b349 100644 --- a/samples/client/petstore/java/vertx/docs/UserApi.md +++ b/samples/client/petstore/java/vertx/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/vertx/docs/XmlItem.md b/samples/client/petstore/java/vertx/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/vertx/docs/XmlItem.md +++ b/samples/client/petstore/java/vertx/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesAnyType.md index 87b468bb7c..7bbe63d23f 100644 --- a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesAnyType.md @@ -2,6 +2,7 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesArray.md b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesArray.md index cb7fe9b390..bdbf2962f2 100644 --- a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesArray.md @@ -2,6 +2,7 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesBoolean.md index 6b53e7ba73..81aeb9ae1e 100644 --- a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesBoolean.md @@ -2,6 +2,7 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesClass.md b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesClass.md index f9e189355c..f936ebe142 100644 --- a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesInteger.md index d2ed7fb1a4..ae33912371 100644 --- a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesInteger.md @@ -2,6 +2,7 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesNumber.md index 53f6e81e71..8f414ad02f 100644 --- a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesNumber.md @@ -2,6 +2,7 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesObject.md b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesObject.md index 98ac8d2e5f..41892793f0 100644 --- a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesObject.md @@ -2,6 +2,7 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesString.md b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesString.md index d7970cdfe1..a2dfbc116f 100644 --- a/samples/client/petstore/java/webclient/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/java/webclient/docs/AdditionalPropertiesString.md @@ -2,6 +2,7 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Animal.md b/samples/client/petstore/java/webclient/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/client/petstore/java/webclient/docs/Animal.md +++ b/samples/client/petstore/java/webclient/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/AnotherFakeApi.md b/samples/client/petstore/java/webclient/docs/AnotherFakeApi.md index 059616ec6b..12e20b2221 100644 --- a/samples/client/petstore/java/webclient/docs/AnotherFakeApi.md +++ b/samples/client/petstore/java/webclient/docs/AnotherFakeApi.md @@ -67,6 +67,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/webclient/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/webclient/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/client/petstore/java/webclient/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/webclient/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/ArrayOfNumberOnly.md b/samples/client/petstore/java/webclient/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/client/petstore/java/webclient/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/webclient/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/ArrayTest.md b/samples/client/petstore/java/webclient/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/client/petstore/java/webclient/docs/ArrayTest.md +++ b/samples/client/petstore/java/webclient/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/BigCat.md b/samples/client/petstore/java/webclient/docs/BigCat.md index 8a075304ab..020fbc787d 100644 --- a/samples/client/petstore/java/webclient/docs/BigCat.md +++ b/samples/client/petstore/java/webclient/docs/BigCat.md @@ -2,6 +2,7 @@ # BigCat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/BigCatAllOf.md b/samples/client/petstore/java/webclient/docs/BigCatAllOf.md index 21177dbf08..2bcace910e 100644 --- a/samples/client/petstore/java/webclient/docs/BigCatAllOf.md +++ b/samples/client/petstore/java/webclient/docs/BigCatAllOf.md @@ -2,6 +2,7 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Capitalization.md b/samples/client/petstore/java/webclient/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/client/petstore/java/webclient/docs/Capitalization.md +++ b/samples/client/petstore/java/webclient/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Cat.md b/samples/client/petstore/java/webclient/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/client/petstore/java/webclient/docs/Cat.md +++ b/samples/client/petstore/java/webclient/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/CatAllOf.md b/samples/client/petstore/java/webclient/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/client/petstore/java/webclient/docs/CatAllOf.md +++ b/samples/client/petstore/java/webclient/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Category.md b/samples/client/petstore/java/webclient/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/client/petstore/java/webclient/docs/Category.md +++ b/samples/client/petstore/java/webclient/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/ClassModel.md b/samples/client/petstore/java/webclient/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/client/petstore/java/webclient/docs/ClassModel.md +++ b/samples/client/petstore/java/webclient/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Client.md b/samples/client/petstore/java/webclient/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/client/petstore/java/webclient/docs/Client.md +++ b/samples/client/petstore/java/webclient/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Dog.md b/samples/client/petstore/java/webclient/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/client/petstore/java/webclient/docs/Dog.md +++ b/samples/client/petstore/java/webclient/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/DogAllOf.md b/samples/client/petstore/java/webclient/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/client/petstore/java/webclient/docs/DogAllOf.md +++ b/samples/client/petstore/java/webclient/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/EnumArrays.md b/samples/client/petstore/java/webclient/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/client/petstore/java/webclient/docs/EnumArrays.md +++ b/samples/client/petstore/java/webclient/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/EnumTest.md b/samples/client/petstore/java/webclient/docs/EnumTest.md index e066d77e5b..6b3aa33fae 100644 --- a/samples/client/petstore/java/webclient/docs/EnumTest.md +++ b/samples/client/petstore/java/webclient/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/FakeApi.md b/samples/client/petstore/java/webclient/docs/FakeApi.md index 9c46433be4..a71dd8aa4a 100644 --- a/samples/client/petstore/java/webclient/docs/FakeApi.md +++ b/samples/client/petstore/java/webclient/docs/FakeApi.md @@ -79,6 +79,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -144,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -209,6 +211,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +277,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -339,6 +343,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -403,6 +408,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -467,6 +473,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +539,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -628,6 +636,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -707,6 +716,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -782,6 +792,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -844,6 +855,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -908,6 +920,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -980,6 +993,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/webclient/docs/FakeClassnameTags123Api.md b/samples/client/petstore/java/webclient/docs/FakeClassnameTags123Api.md index 14a74a37a4..ea4765a69a 100644 --- a/samples/client/petstore/java/webclient/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/java/webclient/docs/FakeClassnameTags123Api.md @@ -74,6 +74,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/webclient/docs/FileSchemaTestClass.md b/samples/client/petstore/java/webclient/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/client/petstore/java/webclient/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/java/webclient/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/FormatTest.md b/samples/client/petstore/java/webclient/docs/FormatTest.md index 60fa430001..a35f0b3962 100644 --- a/samples/client/petstore/java/webclient/docs/FormatTest.md +++ b/samples/client/petstore/java/webclient/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/HasOnlyReadOnly.md b/samples/client/petstore/java/webclient/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/client/petstore/java/webclient/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/webclient/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/MapTest.md b/samples/client/petstore/java/webclient/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/client/petstore/java/webclient/docs/MapTest.md +++ b/samples/client/petstore/java/webclient/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/webclient/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/client/petstore/java/webclient/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/webclient/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Model200Response.md b/samples/client/petstore/java/webclient/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/client/petstore/java/webclient/docs/Model200Response.md +++ b/samples/client/petstore/java/webclient/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/ModelApiResponse.md b/samples/client/petstore/java/webclient/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/client/petstore/java/webclient/docs/ModelApiResponse.md +++ b/samples/client/petstore/java/webclient/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/ModelReturn.md b/samples/client/petstore/java/webclient/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/client/petstore/java/webclient/docs/ModelReturn.md +++ b/samples/client/petstore/java/webclient/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Name.md b/samples/client/petstore/java/webclient/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/client/petstore/java/webclient/docs/Name.md +++ b/samples/client/petstore/java/webclient/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/NumberOnly.md b/samples/client/petstore/java/webclient/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/client/petstore/java/webclient/docs/NumberOnly.md +++ b/samples/client/petstore/java/webclient/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Order.md b/samples/client/petstore/java/webclient/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/client/petstore/java/webclient/docs/Order.md +++ b/samples/client/petstore/java/webclient/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/OuterComposite.md b/samples/client/petstore/java/webclient/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/client/petstore/java/webclient/docs/OuterComposite.md +++ b/samples/client/petstore/java/webclient/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/Pet.md b/samples/client/petstore/java/webclient/docs/Pet.md index bdcdad6b3e..e9116d6371 100644 --- a/samples/client/petstore/java/webclient/docs/Pet.md +++ b/samples/client/petstore/java/webclient/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/PetApi.md b/samples/client/petstore/java/webclient/docs/PetApi.md index d56efcd596..798a210c14 100644 --- a/samples/client/petstore/java/webclient/docs/PetApi.md +++ b/samples/client/petstore/java/webclient/docs/PetApi.md @@ -77,6 +77,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -147,6 +148,7 @@ null (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -218,6 +220,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -289,6 +292,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -362,6 +366,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -431,6 +436,7 @@ null (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -505,6 +511,7 @@ null (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -577,6 +584,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +657,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/webclient/docs/ReadOnlyFirst.md b/samples/client/petstore/java/webclient/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/client/petstore/java/webclient/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/java/webclient/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/SpecialModelName.md b/samples/client/petstore/java/webclient/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/client/petstore/java/webclient/docs/SpecialModelName.md +++ b/samples/client/petstore/java/webclient/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/StoreApi.md b/samples/client/petstore/java/webclient/docs/StoreApi.md index 352399ea51..2e59caca46 100644 --- a/samples/client/petstore/java/webclient/docs/StoreApi.md +++ b/samples/client/petstore/java/webclient/docs/StoreApi.md @@ -69,6 +69,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +139,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -203,6 +205,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -268,6 +271,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/webclient/docs/Tag.md b/samples/client/petstore/java/webclient/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/client/petstore/java/webclient/docs/Tag.md +++ b/samples/client/petstore/java/webclient/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/TypeHolderDefault.md b/samples/client/petstore/java/webclient/docs/TypeHolderDefault.md index e28c7a9df5..8340befcae 100644 --- a/samples/client/petstore/java/webclient/docs/TypeHolderDefault.md +++ b/samples/client/petstore/java/webclient/docs/TypeHolderDefault.md @@ -2,6 +2,7 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/TypeHolderExample.md b/samples/client/petstore/java/webclient/docs/TypeHolderExample.md index 96f0d4bebf..2396fdf176 100644 --- a/samples/client/petstore/java/webclient/docs/TypeHolderExample.md +++ b/samples/client/petstore/java/webclient/docs/TypeHolderExample.md @@ -2,6 +2,7 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/User.md b/samples/client/petstore/java/webclient/docs/User.md index c4ea94b7fc..05ec5fb40b 100644 --- a/samples/client/petstore/java/webclient/docs/User.md +++ b/samples/client/petstore/java/webclient/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/java/webclient/docs/UserApi.md b/samples/client/petstore/java/webclient/docs/UserApi.md index ca9f550c31..d651e8b349 100644 --- a/samples/client/petstore/java/webclient/docs/UserApi.md +++ b/samples/client/petstore/java/webclient/docs/UserApi.md @@ -73,6 +73,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -135,6 +136,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -197,6 +199,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -261,6 +264,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +329,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -392,6 +397,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -451,6 +457,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -517,6 +524,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/java/webclient/docs/XmlItem.md b/samples/client/petstore/java/webclient/docs/XmlItem.md index 096fdc7b09..8c184da283 100644 --- a/samples/client/petstore/java/webclient/docs/XmlItem.md +++ b/samples/client/petstore/java/webclient/docs/XmlItem.md @@ -2,6 +2,7 @@ # XmlItem + ## Properties Name | Type | Description | Notes diff --git a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesAnyType.md index 9843d35ab9..6d5625857d 100644 --- a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesAnyType.md @@ -1,5 +1,6 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesArray.md b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesArray.md index cfe09d91c7..934c43272a 100644 --- a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesArray.md @@ -1,5 +1,6 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesBoolean.md index 74f009554a..577b141d47 100644 --- a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesBoolean.md @@ -1,5 +1,6 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesClass.md b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesClass.md index eb3e0524de..7e5025e58c 100644 --- a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesInteger.md index a3e58fd1b0..4a5e49e0b0 100644 --- a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesInteger.md @@ -1,5 +1,6 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesNumber.md index 37eafe1ff0..39a8992fd4 100644 --- a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesNumber.md @@ -1,5 +1,6 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesObject.md b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesObject.md index 7f4d6713c7..ec590e3cf9 100644 --- a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesObject.md @@ -1,5 +1,6 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesString.md b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesString.md index 9317cfeee8..c7cc621305 100644 --- a/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/python-asyncio/docs/AdditionalPropertiesString.md @@ -1,5 +1,6 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Animal.md b/samples/client/petstore/python-asyncio/docs/Animal.md index 7ed4ba541f..8bc43ab53f 100644 --- a/samples/client/petstore/python-asyncio/docs/Animal.md +++ b/samples/client/petstore/python-asyncio/docs/Animal.md @@ -1,5 +1,6 @@ # Animal + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/ApiResponse.md b/samples/client/petstore/python-asyncio/docs/ApiResponse.md index 8fc302305a..81a7d0d852 100644 --- a/samples/client/petstore/python-asyncio/docs/ApiResponse.md +++ b/samples/client/petstore/python-asyncio/docs/ApiResponse.md @@ -1,5 +1,6 @@ # ApiResponse + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/python-asyncio/docs/ArrayOfArrayOfNumberOnly.md index aa3988ab16..b53b6cdb8c 100644 --- a/samples/client/petstore/python-asyncio/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/python-asyncio/docs/ArrayOfArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/ArrayOfNumberOnly.md b/samples/client/petstore/python-asyncio/docs/ArrayOfNumberOnly.md index 2c3de967ae..6116bc7489 100644 --- a/samples/client/petstore/python-asyncio/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/python-asyncio/docs/ArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/ArrayTest.md b/samples/client/petstore/python-asyncio/docs/ArrayTest.md index 6ab0d13780..81420a3b9b 100644 --- a/samples/client/petstore/python-asyncio/docs/ArrayTest.md +++ b/samples/client/petstore/python-asyncio/docs/ArrayTest.md @@ -1,5 +1,6 @@ # ArrayTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/BigCat.md b/samples/client/petstore/python-asyncio/docs/BigCat.md index 000271f832..d26809fcff 100644 --- a/samples/client/petstore/python-asyncio/docs/BigCat.md +++ b/samples/client/petstore/python-asyncio/docs/BigCat.md @@ -1,5 +1,6 @@ # BigCat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/BigCatAllOf.md b/samples/client/petstore/python-asyncio/docs/BigCatAllOf.md index 621bda6d35..c3c42f41da 100644 --- a/samples/client/petstore/python-asyncio/docs/BigCatAllOf.md +++ b/samples/client/petstore/python-asyncio/docs/BigCatAllOf.md @@ -1,5 +1,6 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Capitalization.md b/samples/client/petstore/python-asyncio/docs/Capitalization.md index 85d88d239e..1ddeadeb3f 100644 --- a/samples/client/petstore/python-asyncio/docs/Capitalization.md +++ b/samples/client/petstore/python-asyncio/docs/Capitalization.md @@ -1,5 +1,6 @@ # Capitalization + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Cat.md b/samples/client/petstore/python-asyncio/docs/Cat.md index 8d30565d01..b3eff72b30 100644 --- a/samples/client/petstore/python-asyncio/docs/Cat.md +++ b/samples/client/petstore/python-asyncio/docs/Cat.md @@ -1,5 +1,6 @@ # Cat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/CatAllOf.md b/samples/client/petstore/python-asyncio/docs/CatAllOf.md index 35434374fc..0ff7809a99 100644 --- a/samples/client/petstore/python-asyncio/docs/CatAllOf.md +++ b/samples/client/petstore/python-asyncio/docs/CatAllOf.md @@ -1,5 +1,6 @@ # CatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Category.md b/samples/client/petstore/python-asyncio/docs/Category.md index 7e5c1e3164..095459c80b 100644 --- a/samples/client/petstore/python-asyncio/docs/Category.md +++ b/samples/client/petstore/python-asyncio/docs/Category.md @@ -1,5 +1,6 @@ # Category + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/ClassModel.md b/samples/client/petstore/python-asyncio/docs/ClassModel.md index 657d51a944..48ed7cbf2f 100644 --- a/samples/client/petstore/python-asyncio/docs/ClassModel.md +++ b/samples/client/petstore/python-asyncio/docs/ClassModel.md @@ -1,6 +1,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Client.md b/samples/client/petstore/python-asyncio/docs/Client.md index 88e99384f9..c3986008d6 100644 --- a/samples/client/petstore/python-asyncio/docs/Client.md +++ b/samples/client/petstore/python-asyncio/docs/Client.md @@ -1,5 +1,6 @@ # Client + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Dog.md b/samples/client/petstore/python-asyncio/docs/Dog.md index f727487975..7eeaf5b685 100644 --- a/samples/client/petstore/python-asyncio/docs/Dog.md +++ b/samples/client/petstore/python-asyncio/docs/Dog.md @@ -1,5 +1,6 @@ # Dog + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/DogAllOf.md b/samples/client/petstore/python-asyncio/docs/DogAllOf.md index 36d3216f7b..6382bbd806 100644 --- a/samples/client/petstore/python-asyncio/docs/DogAllOf.md +++ b/samples/client/petstore/python-asyncio/docs/DogAllOf.md @@ -1,5 +1,6 @@ # DogAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/EnumArrays.md b/samples/client/petstore/python-asyncio/docs/EnumArrays.md index e15a5f1fd0..92de0e9556 100644 --- a/samples/client/petstore/python-asyncio/docs/EnumArrays.md +++ b/samples/client/petstore/python-asyncio/docs/EnumArrays.md @@ -1,5 +1,6 @@ # EnumArrays + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/EnumClass.md b/samples/client/petstore/python-asyncio/docs/EnumClass.md index 67f017becd..64830e3d1d 100644 --- a/samples/client/petstore/python-asyncio/docs/EnumClass.md +++ b/samples/client/petstore/python-asyncio/docs/EnumClass.md @@ -1,5 +1,6 @@ # EnumClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/EnumTest.md b/samples/client/petstore/python-asyncio/docs/EnumTest.md index c4c1630250..1911bfa918 100644 --- a/samples/client/petstore/python-asyncio/docs/EnumTest.md +++ b/samples/client/petstore/python-asyncio/docs/EnumTest.md @@ -1,5 +1,6 @@ # EnumTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/File.md b/samples/client/petstore/python-asyncio/docs/File.md index f17ba0057d..63b1d1a651 100644 --- a/samples/client/petstore/python-asyncio/docs/File.md +++ b/samples/client/petstore/python-asyncio/docs/File.md @@ -1,6 +1,7 @@ # File Must be named `File` for test. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/FileSchemaTestClass.md b/samples/client/petstore/python-asyncio/docs/FileSchemaTestClass.md index dc37222898..58d71b7a26 100644 --- a/samples/client/petstore/python-asyncio/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/python-asyncio/docs/FileSchemaTestClass.md @@ -1,5 +1,6 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/FormatTest.md b/samples/client/petstore/python-asyncio/docs/FormatTest.md index f0942f5248..239b60134a 100644 --- a/samples/client/petstore/python-asyncio/docs/FormatTest.md +++ b/samples/client/petstore/python-asyncio/docs/FormatTest.md @@ -1,5 +1,6 @@ # FormatTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/HasOnlyReadOnly.md b/samples/client/petstore/python-asyncio/docs/HasOnlyReadOnly.md index f731a42eab..0e1334519a 100644 --- a/samples/client/petstore/python-asyncio/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/python-asyncio/docs/HasOnlyReadOnly.md @@ -1,5 +1,6 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/List.md b/samples/client/petstore/python-asyncio/docs/List.md index 11f4f3a05f..4b60956971 100644 --- a/samples/client/petstore/python-asyncio/docs/List.md +++ b/samples/client/petstore/python-asyncio/docs/List.md @@ -1,5 +1,6 @@ # List + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/MapTest.md b/samples/client/petstore/python-asyncio/docs/MapTest.md index a5601691f8..aea74bc868 100644 --- a/samples/client/petstore/python-asyncio/docs/MapTest.md +++ b/samples/client/petstore/python-asyncio/docs/MapTest.md @@ -1,5 +1,6 @@ # MapTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/python-asyncio/docs/MixedPropertiesAndAdditionalPropertiesClass.md index b9808d5275..53e84e839b 100644 --- a/samples/client/petstore/python-asyncio/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/python-asyncio/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Model200Response.md b/samples/client/petstore/python-asyncio/docs/Model200Response.md index 40d0d7828e..c958bd4b33 100644 --- a/samples/client/petstore/python-asyncio/docs/Model200Response.md +++ b/samples/client/petstore/python-asyncio/docs/Model200Response.md @@ -1,6 +1,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/ModelReturn.md b/samples/client/petstore/python-asyncio/docs/ModelReturn.md index 65ec73ddae..043e9d466f 100644 --- a/samples/client/petstore/python-asyncio/docs/ModelReturn.md +++ b/samples/client/petstore/python-asyncio/docs/ModelReturn.md @@ -1,6 +1,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Name.md b/samples/client/petstore/python-asyncio/docs/Name.md index 807b76afc6..3be719cdbf 100644 --- a/samples/client/petstore/python-asyncio/docs/Name.md +++ b/samples/client/petstore/python-asyncio/docs/Name.md @@ -1,6 +1,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/NumberOnly.md b/samples/client/petstore/python-asyncio/docs/NumberOnly.md index 93a0fde7b9..37195c5d89 100644 --- a/samples/client/petstore/python-asyncio/docs/NumberOnly.md +++ b/samples/client/petstore/python-asyncio/docs/NumberOnly.md @@ -1,5 +1,6 @@ # NumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Order.md b/samples/client/petstore/python-asyncio/docs/Order.md index b5f7b22d34..f360fffe81 100644 --- a/samples/client/petstore/python-asyncio/docs/Order.md +++ b/samples/client/petstore/python-asyncio/docs/Order.md @@ -1,5 +1,6 @@ # Order + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/OuterComposite.md b/samples/client/petstore/python-asyncio/docs/OuterComposite.md index bab07ad559..31013673df 100644 --- a/samples/client/petstore/python-asyncio/docs/OuterComposite.md +++ b/samples/client/petstore/python-asyncio/docs/OuterComposite.md @@ -1,5 +1,6 @@ # OuterComposite + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/OuterEnum.md b/samples/client/petstore/python-asyncio/docs/OuterEnum.md index 06d413b016..4cb31437c7 100644 --- a/samples/client/petstore/python-asyncio/docs/OuterEnum.md +++ b/samples/client/petstore/python-asyncio/docs/OuterEnum.md @@ -1,5 +1,6 @@ # OuterEnum + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Pet.md b/samples/client/petstore/python-asyncio/docs/Pet.md index 9e15090300..c462e794c8 100644 --- a/samples/client/petstore/python-asyncio/docs/Pet.md +++ b/samples/client/petstore/python-asyncio/docs/Pet.md @@ -1,5 +1,6 @@ # Pet + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/ReadOnlyFirst.md b/samples/client/petstore/python-asyncio/docs/ReadOnlyFirst.md index 6bc1447c1d..53b4c61d84 100644 --- a/samples/client/petstore/python-asyncio/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/python-asyncio/docs/ReadOnlyFirst.md @@ -1,5 +1,6 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/SpecialModelName.md b/samples/client/petstore/python-asyncio/docs/SpecialModelName.md index 022ee19169..268e113419 100644 --- a/samples/client/petstore/python-asyncio/docs/SpecialModelName.md +++ b/samples/client/petstore/python-asyncio/docs/SpecialModelName.md @@ -1,5 +1,6 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/Tag.md b/samples/client/petstore/python-asyncio/docs/Tag.md index 243cd98eda..4ccac4949a 100644 --- a/samples/client/petstore/python-asyncio/docs/Tag.md +++ b/samples/client/petstore/python-asyncio/docs/Tag.md @@ -1,5 +1,6 @@ # Tag + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/TypeHolderDefault.md b/samples/client/petstore/python-asyncio/docs/TypeHolderDefault.md index 861da02182..13d2830063 100644 --- a/samples/client/petstore/python-asyncio/docs/TypeHolderDefault.md +++ b/samples/client/petstore/python-asyncio/docs/TypeHolderDefault.md @@ -1,5 +1,6 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/TypeHolderExample.md b/samples/client/petstore/python-asyncio/docs/TypeHolderExample.md index 2a410ded8e..f75bdd36f6 100644 --- a/samples/client/petstore/python-asyncio/docs/TypeHolderExample.md +++ b/samples/client/petstore/python-asyncio/docs/TypeHolderExample.md @@ -1,5 +1,6 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/User.md b/samples/client/petstore/python-asyncio/docs/User.md index 443ac123fd..b0079f591b 100644 --- a/samples/client/petstore/python-asyncio/docs/User.md +++ b/samples/client/petstore/python-asyncio/docs/User.md @@ -1,5 +1,6 @@ # User + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-asyncio/docs/XmlItem.md b/samples/client/petstore/python-asyncio/docs/XmlItem.md index 3dd09833fe..acaadbdb5f 100644 --- a/samples/client/petstore/python-asyncio/docs/XmlItem.md +++ b/samples/client/petstore/python-asyncio/docs/XmlItem.md @@ -1,5 +1,6 @@ # XmlItem + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesAnyType.md index 9843d35ab9..6d5625857d 100644 --- a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesAnyType.md @@ -1,5 +1,6 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesArray.md b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesArray.md index cfe09d91c7..934c43272a 100644 --- a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesArray.md @@ -1,5 +1,6 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesBoolean.md index 74f009554a..577b141d47 100644 --- a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesBoolean.md @@ -1,5 +1,6 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesClass.md b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesClass.md index eb3e0524de..7e5025e58c 100644 --- a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesInteger.md index a3e58fd1b0..4a5e49e0b0 100644 --- a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesInteger.md @@ -1,5 +1,6 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesNumber.md index 37eafe1ff0..39a8992fd4 100644 --- a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesNumber.md @@ -1,5 +1,6 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesObject.md b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesObject.md index 7f4d6713c7..ec590e3cf9 100644 --- a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesObject.md @@ -1,5 +1,6 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesString.md b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesString.md index 9317cfeee8..c7cc621305 100644 --- a/samples/client/petstore/python-legacy/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/python-legacy/docs/AdditionalPropertiesString.md @@ -1,5 +1,6 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Animal.md b/samples/client/petstore/python-legacy/docs/Animal.md index 7ed4ba541f..8bc43ab53f 100644 --- a/samples/client/petstore/python-legacy/docs/Animal.md +++ b/samples/client/petstore/python-legacy/docs/Animal.md @@ -1,5 +1,6 @@ # Animal + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/ApiResponse.md b/samples/client/petstore/python-legacy/docs/ApiResponse.md index 8fc302305a..81a7d0d852 100644 --- a/samples/client/petstore/python-legacy/docs/ApiResponse.md +++ b/samples/client/petstore/python-legacy/docs/ApiResponse.md @@ -1,5 +1,6 @@ # ApiResponse + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/python-legacy/docs/ArrayOfArrayOfNumberOnly.md index aa3988ab16..b53b6cdb8c 100644 --- a/samples/client/petstore/python-legacy/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/python-legacy/docs/ArrayOfArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/ArrayOfNumberOnly.md b/samples/client/petstore/python-legacy/docs/ArrayOfNumberOnly.md index 2c3de967ae..6116bc7489 100644 --- a/samples/client/petstore/python-legacy/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/python-legacy/docs/ArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/ArrayTest.md b/samples/client/petstore/python-legacy/docs/ArrayTest.md index 6ab0d13780..81420a3b9b 100644 --- a/samples/client/petstore/python-legacy/docs/ArrayTest.md +++ b/samples/client/petstore/python-legacy/docs/ArrayTest.md @@ -1,5 +1,6 @@ # ArrayTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/BigCat.md b/samples/client/petstore/python-legacy/docs/BigCat.md index 000271f832..d26809fcff 100644 --- a/samples/client/petstore/python-legacy/docs/BigCat.md +++ b/samples/client/petstore/python-legacy/docs/BigCat.md @@ -1,5 +1,6 @@ # BigCat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/BigCatAllOf.md b/samples/client/petstore/python-legacy/docs/BigCatAllOf.md index 621bda6d35..c3c42f41da 100644 --- a/samples/client/petstore/python-legacy/docs/BigCatAllOf.md +++ b/samples/client/petstore/python-legacy/docs/BigCatAllOf.md @@ -1,5 +1,6 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Capitalization.md b/samples/client/petstore/python-legacy/docs/Capitalization.md index 85d88d239e..1ddeadeb3f 100644 --- a/samples/client/petstore/python-legacy/docs/Capitalization.md +++ b/samples/client/petstore/python-legacy/docs/Capitalization.md @@ -1,5 +1,6 @@ # Capitalization + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Cat.md b/samples/client/petstore/python-legacy/docs/Cat.md index 8d30565d01..b3eff72b30 100644 --- a/samples/client/petstore/python-legacy/docs/Cat.md +++ b/samples/client/petstore/python-legacy/docs/Cat.md @@ -1,5 +1,6 @@ # Cat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/CatAllOf.md b/samples/client/petstore/python-legacy/docs/CatAllOf.md index 35434374fc..0ff7809a99 100644 --- a/samples/client/petstore/python-legacy/docs/CatAllOf.md +++ b/samples/client/petstore/python-legacy/docs/CatAllOf.md @@ -1,5 +1,6 @@ # CatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Category.md b/samples/client/petstore/python-legacy/docs/Category.md index 7e5c1e3164..095459c80b 100644 --- a/samples/client/petstore/python-legacy/docs/Category.md +++ b/samples/client/petstore/python-legacy/docs/Category.md @@ -1,5 +1,6 @@ # Category + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/ClassModel.md b/samples/client/petstore/python-legacy/docs/ClassModel.md index 657d51a944..48ed7cbf2f 100644 --- a/samples/client/petstore/python-legacy/docs/ClassModel.md +++ b/samples/client/petstore/python-legacy/docs/ClassModel.md @@ -1,6 +1,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Client.md b/samples/client/petstore/python-legacy/docs/Client.md index 88e99384f9..c3986008d6 100644 --- a/samples/client/petstore/python-legacy/docs/Client.md +++ b/samples/client/petstore/python-legacy/docs/Client.md @@ -1,5 +1,6 @@ # Client + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Dog.md b/samples/client/petstore/python-legacy/docs/Dog.md index f727487975..7eeaf5b685 100644 --- a/samples/client/petstore/python-legacy/docs/Dog.md +++ b/samples/client/petstore/python-legacy/docs/Dog.md @@ -1,5 +1,6 @@ # Dog + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/DogAllOf.md b/samples/client/petstore/python-legacy/docs/DogAllOf.md index 36d3216f7b..6382bbd806 100644 --- a/samples/client/petstore/python-legacy/docs/DogAllOf.md +++ b/samples/client/petstore/python-legacy/docs/DogAllOf.md @@ -1,5 +1,6 @@ # DogAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/EnumArrays.md b/samples/client/petstore/python-legacy/docs/EnumArrays.md index e15a5f1fd0..92de0e9556 100644 --- a/samples/client/petstore/python-legacy/docs/EnumArrays.md +++ b/samples/client/petstore/python-legacy/docs/EnumArrays.md @@ -1,5 +1,6 @@ # EnumArrays + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/EnumClass.md b/samples/client/petstore/python-legacy/docs/EnumClass.md index 67f017becd..64830e3d1d 100644 --- a/samples/client/petstore/python-legacy/docs/EnumClass.md +++ b/samples/client/petstore/python-legacy/docs/EnumClass.md @@ -1,5 +1,6 @@ # EnumClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/EnumTest.md b/samples/client/petstore/python-legacy/docs/EnumTest.md index c4c1630250..1911bfa918 100644 --- a/samples/client/petstore/python-legacy/docs/EnumTest.md +++ b/samples/client/petstore/python-legacy/docs/EnumTest.md @@ -1,5 +1,6 @@ # EnumTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/File.md b/samples/client/petstore/python-legacy/docs/File.md index f17ba0057d..63b1d1a651 100644 --- a/samples/client/petstore/python-legacy/docs/File.md +++ b/samples/client/petstore/python-legacy/docs/File.md @@ -1,6 +1,7 @@ # File Must be named `File` for test. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/FileSchemaTestClass.md b/samples/client/petstore/python-legacy/docs/FileSchemaTestClass.md index dc37222898..58d71b7a26 100644 --- a/samples/client/petstore/python-legacy/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/python-legacy/docs/FileSchemaTestClass.md @@ -1,5 +1,6 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/FormatTest.md b/samples/client/petstore/python-legacy/docs/FormatTest.md index f0942f5248..239b60134a 100644 --- a/samples/client/petstore/python-legacy/docs/FormatTest.md +++ b/samples/client/petstore/python-legacy/docs/FormatTest.md @@ -1,5 +1,6 @@ # FormatTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/HasOnlyReadOnly.md b/samples/client/petstore/python-legacy/docs/HasOnlyReadOnly.md index f731a42eab..0e1334519a 100644 --- a/samples/client/petstore/python-legacy/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/python-legacy/docs/HasOnlyReadOnly.md @@ -1,5 +1,6 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/List.md b/samples/client/petstore/python-legacy/docs/List.md index 11f4f3a05f..4b60956971 100644 --- a/samples/client/petstore/python-legacy/docs/List.md +++ b/samples/client/petstore/python-legacy/docs/List.md @@ -1,5 +1,6 @@ # List + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/MapTest.md b/samples/client/petstore/python-legacy/docs/MapTest.md index a5601691f8..aea74bc868 100644 --- a/samples/client/petstore/python-legacy/docs/MapTest.md +++ b/samples/client/petstore/python-legacy/docs/MapTest.md @@ -1,5 +1,6 @@ # MapTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/python-legacy/docs/MixedPropertiesAndAdditionalPropertiesClass.md index b9808d5275..53e84e839b 100644 --- a/samples/client/petstore/python-legacy/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/python-legacy/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Model200Response.md b/samples/client/petstore/python-legacy/docs/Model200Response.md index 40d0d7828e..c958bd4b33 100644 --- a/samples/client/petstore/python-legacy/docs/Model200Response.md +++ b/samples/client/petstore/python-legacy/docs/Model200Response.md @@ -1,6 +1,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/ModelReturn.md b/samples/client/petstore/python-legacy/docs/ModelReturn.md index 65ec73ddae..043e9d466f 100644 --- a/samples/client/petstore/python-legacy/docs/ModelReturn.md +++ b/samples/client/petstore/python-legacy/docs/ModelReturn.md @@ -1,6 +1,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Name.md b/samples/client/petstore/python-legacy/docs/Name.md index 807b76afc6..3be719cdbf 100644 --- a/samples/client/petstore/python-legacy/docs/Name.md +++ b/samples/client/petstore/python-legacy/docs/Name.md @@ -1,6 +1,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/NumberOnly.md b/samples/client/petstore/python-legacy/docs/NumberOnly.md index 93a0fde7b9..37195c5d89 100644 --- a/samples/client/petstore/python-legacy/docs/NumberOnly.md +++ b/samples/client/petstore/python-legacy/docs/NumberOnly.md @@ -1,5 +1,6 @@ # NumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Order.md b/samples/client/petstore/python-legacy/docs/Order.md index b5f7b22d34..f360fffe81 100644 --- a/samples/client/petstore/python-legacy/docs/Order.md +++ b/samples/client/petstore/python-legacy/docs/Order.md @@ -1,5 +1,6 @@ # Order + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/OuterComposite.md b/samples/client/petstore/python-legacy/docs/OuterComposite.md index bab07ad559..31013673df 100644 --- a/samples/client/petstore/python-legacy/docs/OuterComposite.md +++ b/samples/client/petstore/python-legacy/docs/OuterComposite.md @@ -1,5 +1,6 @@ # OuterComposite + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/OuterEnum.md b/samples/client/petstore/python-legacy/docs/OuterEnum.md index 06d413b016..4cb31437c7 100644 --- a/samples/client/petstore/python-legacy/docs/OuterEnum.md +++ b/samples/client/petstore/python-legacy/docs/OuterEnum.md @@ -1,5 +1,6 @@ # OuterEnum + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Pet.md b/samples/client/petstore/python-legacy/docs/Pet.md index 9e15090300..c462e794c8 100644 --- a/samples/client/petstore/python-legacy/docs/Pet.md +++ b/samples/client/petstore/python-legacy/docs/Pet.md @@ -1,5 +1,6 @@ # Pet + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/ReadOnlyFirst.md b/samples/client/petstore/python-legacy/docs/ReadOnlyFirst.md index 6bc1447c1d..53b4c61d84 100644 --- a/samples/client/petstore/python-legacy/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/python-legacy/docs/ReadOnlyFirst.md @@ -1,5 +1,6 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/SpecialModelName.md b/samples/client/petstore/python-legacy/docs/SpecialModelName.md index 022ee19169..268e113419 100644 --- a/samples/client/petstore/python-legacy/docs/SpecialModelName.md +++ b/samples/client/petstore/python-legacy/docs/SpecialModelName.md @@ -1,5 +1,6 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/Tag.md b/samples/client/petstore/python-legacy/docs/Tag.md index 243cd98eda..4ccac4949a 100644 --- a/samples/client/petstore/python-legacy/docs/Tag.md +++ b/samples/client/petstore/python-legacy/docs/Tag.md @@ -1,5 +1,6 @@ # Tag + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/TypeHolderDefault.md b/samples/client/petstore/python-legacy/docs/TypeHolderDefault.md index 861da02182..13d2830063 100644 --- a/samples/client/petstore/python-legacy/docs/TypeHolderDefault.md +++ b/samples/client/petstore/python-legacy/docs/TypeHolderDefault.md @@ -1,5 +1,6 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/TypeHolderExample.md b/samples/client/petstore/python-legacy/docs/TypeHolderExample.md index 2a410ded8e..f75bdd36f6 100644 --- a/samples/client/petstore/python-legacy/docs/TypeHolderExample.md +++ b/samples/client/petstore/python-legacy/docs/TypeHolderExample.md @@ -1,5 +1,6 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/User.md b/samples/client/petstore/python-legacy/docs/User.md index 443ac123fd..b0079f591b 100644 --- a/samples/client/petstore/python-legacy/docs/User.md +++ b/samples/client/petstore/python-legacy/docs/User.md @@ -1,5 +1,6 @@ # User + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-legacy/docs/XmlItem.md b/samples/client/petstore/python-legacy/docs/XmlItem.md index 3dd09833fe..acaadbdb5f 100644 --- a/samples/client/petstore/python-legacy/docs/XmlItem.md +++ b/samples/client/petstore/python-legacy/docs/XmlItem.md @@ -1,5 +1,6 @@ # XmlItem + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesAnyType.md index 9843d35ab9..6d5625857d 100644 --- a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesAnyType.md @@ -1,5 +1,6 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesArray.md b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesArray.md index cfe09d91c7..934c43272a 100644 --- a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesArray.md @@ -1,5 +1,6 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesBoolean.md index 74f009554a..577b141d47 100644 --- a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesBoolean.md @@ -1,5 +1,6 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesClass.md b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesClass.md index eb3e0524de..7e5025e58c 100644 --- a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesInteger.md index a3e58fd1b0..4a5e49e0b0 100644 --- a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesInteger.md @@ -1,5 +1,6 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesNumber.md index 37eafe1ff0..39a8992fd4 100644 --- a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesNumber.md @@ -1,5 +1,6 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesObject.md b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesObject.md index 7f4d6713c7..ec590e3cf9 100644 --- a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesObject.md @@ -1,5 +1,6 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesString.md b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesString.md index 9317cfeee8..c7cc621305 100644 --- a/samples/client/petstore/python-tornado/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/python-tornado/docs/AdditionalPropertiesString.md @@ -1,5 +1,6 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Animal.md b/samples/client/petstore/python-tornado/docs/Animal.md index 7ed4ba541f..8bc43ab53f 100644 --- a/samples/client/petstore/python-tornado/docs/Animal.md +++ b/samples/client/petstore/python-tornado/docs/Animal.md @@ -1,5 +1,6 @@ # Animal + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/ApiResponse.md b/samples/client/petstore/python-tornado/docs/ApiResponse.md index 8fc302305a..81a7d0d852 100644 --- a/samples/client/petstore/python-tornado/docs/ApiResponse.md +++ b/samples/client/petstore/python-tornado/docs/ApiResponse.md @@ -1,5 +1,6 @@ # ApiResponse + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/python-tornado/docs/ArrayOfArrayOfNumberOnly.md index aa3988ab16..b53b6cdb8c 100644 --- a/samples/client/petstore/python-tornado/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/python-tornado/docs/ArrayOfArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/ArrayOfNumberOnly.md b/samples/client/petstore/python-tornado/docs/ArrayOfNumberOnly.md index 2c3de967ae..6116bc7489 100644 --- a/samples/client/petstore/python-tornado/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/python-tornado/docs/ArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/ArrayTest.md b/samples/client/petstore/python-tornado/docs/ArrayTest.md index 6ab0d13780..81420a3b9b 100644 --- a/samples/client/petstore/python-tornado/docs/ArrayTest.md +++ b/samples/client/petstore/python-tornado/docs/ArrayTest.md @@ -1,5 +1,6 @@ # ArrayTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/BigCat.md b/samples/client/petstore/python-tornado/docs/BigCat.md index 000271f832..d26809fcff 100644 --- a/samples/client/petstore/python-tornado/docs/BigCat.md +++ b/samples/client/petstore/python-tornado/docs/BigCat.md @@ -1,5 +1,6 @@ # BigCat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/BigCatAllOf.md b/samples/client/petstore/python-tornado/docs/BigCatAllOf.md index 621bda6d35..c3c42f41da 100644 --- a/samples/client/petstore/python-tornado/docs/BigCatAllOf.md +++ b/samples/client/petstore/python-tornado/docs/BigCatAllOf.md @@ -1,5 +1,6 @@ # BigCatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Capitalization.md b/samples/client/petstore/python-tornado/docs/Capitalization.md index 85d88d239e..1ddeadeb3f 100644 --- a/samples/client/petstore/python-tornado/docs/Capitalization.md +++ b/samples/client/petstore/python-tornado/docs/Capitalization.md @@ -1,5 +1,6 @@ # Capitalization + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Cat.md b/samples/client/petstore/python-tornado/docs/Cat.md index 8d30565d01..b3eff72b30 100644 --- a/samples/client/petstore/python-tornado/docs/Cat.md +++ b/samples/client/petstore/python-tornado/docs/Cat.md @@ -1,5 +1,6 @@ # Cat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/CatAllOf.md b/samples/client/petstore/python-tornado/docs/CatAllOf.md index 35434374fc..0ff7809a99 100644 --- a/samples/client/petstore/python-tornado/docs/CatAllOf.md +++ b/samples/client/petstore/python-tornado/docs/CatAllOf.md @@ -1,5 +1,6 @@ # CatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Category.md b/samples/client/petstore/python-tornado/docs/Category.md index 7e5c1e3164..095459c80b 100644 --- a/samples/client/petstore/python-tornado/docs/Category.md +++ b/samples/client/petstore/python-tornado/docs/Category.md @@ -1,5 +1,6 @@ # Category + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/ClassModel.md b/samples/client/petstore/python-tornado/docs/ClassModel.md index 657d51a944..48ed7cbf2f 100644 --- a/samples/client/petstore/python-tornado/docs/ClassModel.md +++ b/samples/client/petstore/python-tornado/docs/ClassModel.md @@ -1,6 +1,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Client.md b/samples/client/petstore/python-tornado/docs/Client.md index 88e99384f9..c3986008d6 100644 --- a/samples/client/petstore/python-tornado/docs/Client.md +++ b/samples/client/petstore/python-tornado/docs/Client.md @@ -1,5 +1,6 @@ # Client + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Dog.md b/samples/client/petstore/python-tornado/docs/Dog.md index f727487975..7eeaf5b685 100644 --- a/samples/client/petstore/python-tornado/docs/Dog.md +++ b/samples/client/petstore/python-tornado/docs/Dog.md @@ -1,5 +1,6 @@ # Dog + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/DogAllOf.md b/samples/client/petstore/python-tornado/docs/DogAllOf.md index 36d3216f7b..6382bbd806 100644 --- a/samples/client/petstore/python-tornado/docs/DogAllOf.md +++ b/samples/client/petstore/python-tornado/docs/DogAllOf.md @@ -1,5 +1,6 @@ # DogAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/EnumArrays.md b/samples/client/petstore/python-tornado/docs/EnumArrays.md index e15a5f1fd0..92de0e9556 100644 --- a/samples/client/petstore/python-tornado/docs/EnumArrays.md +++ b/samples/client/petstore/python-tornado/docs/EnumArrays.md @@ -1,5 +1,6 @@ # EnumArrays + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/EnumClass.md b/samples/client/petstore/python-tornado/docs/EnumClass.md index 67f017becd..64830e3d1d 100644 --- a/samples/client/petstore/python-tornado/docs/EnumClass.md +++ b/samples/client/petstore/python-tornado/docs/EnumClass.md @@ -1,5 +1,6 @@ # EnumClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/EnumTest.md b/samples/client/petstore/python-tornado/docs/EnumTest.md index c4c1630250..1911bfa918 100644 --- a/samples/client/petstore/python-tornado/docs/EnumTest.md +++ b/samples/client/petstore/python-tornado/docs/EnumTest.md @@ -1,5 +1,6 @@ # EnumTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/File.md b/samples/client/petstore/python-tornado/docs/File.md index f17ba0057d..63b1d1a651 100644 --- a/samples/client/petstore/python-tornado/docs/File.md +++ b/samples/client/petstore/python-tornado/docs/File.md @@ -1,6 +1,7 @@ # File Must be named `File` for test. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/FileSchemaTestClass.md b/samples/client/petstore/python-tornado/docs/FileSchemaTestClass.md index dc37222898..58d71b7a26 100644 --- a/samples/client/petstore/python-tornado/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/python-tornado/docs/FileSchemaTestClass.md @@ -1,5 +1,6 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/FormatTest.md b/samples/client/petstore/python-tornado/docs/FormatTest.md index f0942f5248..239b60134a 100644 --- a/samples/client/petstore/python-tornado/docs/FormatTest.md +++ b/samples/client/petstore/python-tornado/docs/FormatTest.md @@ -1,5 +1,6 @@ # FormatTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/HasOnlyReadOnly.md b/samples/client/petstore/python-tornado/docs/HasOnlyReadOnly.md index f731a42eab..0e1334519a 100644 --- a/samples/client/petstore/python-tornado/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/python-tornado/docs/HasOnlyReadOnly.md @@ -1,5 +1,6 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/List.md b/samples/client/petstore/python-tornado/docs/List.md index 11f4f3a05f..4b60956971 100644 --- a/samples/client/petstore/python-tornado/docs/List.md +++ b/samples/client/petstore/python-tornado/docs/List.md @@ -1,5 +1,6 @@ # List + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/MapTest.md b/samples/client/petstore/python-tornado/docs/MapTest.md index a5601691f8..aea74bc868 100644 --- a/samples/client/petstore/python-tornado/docs/MapTest.md +++ b/samples/client/petstore/python-tornado/docs/MapTest.md @@ -1,5 +1,6 @@ # MapTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/python-tornado/docs/MixedPropertiesAndAdditionalPropertiesClass.md index b9808d5275..53e84e839b 100644 --- a/samples/client/petstore/python-tornado/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/python-tornado/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Model200Response.md b/samples/client/petstore/python-tornado/docs/Model200Response.md index 40d0d7828e..c958bd4b33 100644 --- a/samples/client/petstore/python-tornado/docs/Model200Response.md +++ b/samples/client/petstore/python-tornado/docs/Model200Response.md @@ -1,6 +1,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/ModelReturn.md b/samples/client/petstore/python-tornado/docs/ModelReturn.md index 65ec73ddae..043e9d466f 100644 --- a/samples/client/petstore/python-tornado/docs/ModelReturn.md +++ b/samples/client/petstore/python-tornado/docs/ModelReturn.md @@ -1,6 +1,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Name.md b/samples/client/petstore/python-tornado/docs/Name.md index 807b76afc6..3be719cdbf 100644 --- a/samples/client/petstore/python-tornado/docs/Name.md +++ b/samples/client/petstore/python-tornado/docs/Name.md @@ -1,6 +1,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/NumberOnly.md b/samples/client/petstore/python-tornado/docs/NumberOnly.md index 93a0fde7b9..37195c5d89 100644 --- a/samples/client/petstore/python-tornado/docs/NumberOnly.md +++ b/samples/client/petstore/python-tornado/docs/NumberOnly.md @@ -1,5 +1,6 @@ # NumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Order.md b/samples/client/petstore/python-tornado/docs/Order.md index b5f7b22d34..f360fffe81 100644 --- a/samples/client/petstore/python-tornado/docs/Order.md +++ b/samples/client/petstore/python-tornado/docs/Order.md @@ -1,5 +1,6 @@ # Order + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/OuterComposite.md b/samples/client/petstore/python-tornado/docs/OuterComposite.md index bab07ad559..31013673df 100644 --- a/samples/client/petstore/python-tornado/docs/OuterComposite.md +++ b/samples/client/petstore/python-tornado/docs/OuterComposite.md @@ -1,5 +1,6 @@ # OuterComposite + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/OuterEnum.md b/samples/client/petstore/python-tornado/docs/OuterEnum.md index 06d413b016..4cb31437c7 100644 --- a/samples/client/petstore/python-tornado/docs/OuterEnum.md +++ b/samples/client/petstore/python-tornado/docs/OuterEnum.md @@ -1,5 +1,6 @@ # OuterEnum + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Pet.md b/samples/client/petstore/python-tornado/docs/Pet.md index 9e15090300..c462e794c8 100644 --- a/samples/client/petstore/python-tornado/docs/Pet.md +++ b/samples/client/petstore/python-tornado/docs/Pet.md @@ -1,5 +1,6 @@ # Pet + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/ReadOnlyFirst.md b/samples/client/petstore/python-tornado/docs/ReadOnlyFirst.md index 6bc1447c1d..53b4c61d84 100644 --- a/samples/client/petstore/python-tornado/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/python-tornado/docs/ReadOnlyFirst.md @@ -1,5 +1,6 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/SpecialModelName.md b/samples/client/petstore/python-tornado/docs/SpecialModelName.md index 022ee19169..268e113419 100644 --- a/samples/client/petstore/python-tornado/docs/SpecialModelName.md +++ b/samples/client/petstore/python-tornado/docs/SpecialModelName.md @@ -1,5 +1,6 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/Tag.md b/samples/client/petstore/python-tornado/docs/Tag.md index 243cd98eda..4ccac4949a 100644 --- a/samples/client/petstore/python-tornado/docs/Tag.md +++ b/samples/client/petstore/python-tornado/docs/Tag.md @@ -1,5 +1,6 @@ # Tag + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/TypeHolderDefault.md b/samples/client/petstore/python-tornado/docs/TypeHolderDefault.md index 861da02182..13d2830063 100644 --- a/samples/client/petstore/python-tornado/docs/TypeHolderDefault.md +++ b/samples/client/petstore/python-tornado/docs/TypeHolderDefault.md @@ -1,5 +1,6 @@ # TypeHolderDefault + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/TypeHolderExample.md b/samples/client/petstore/python-tornado/docs/TypeHolderExample.md index 2a410ded8e..f75bdd36f6 100644 --- a/samples/client/petstore/python-tornado/docs/TypeHolderExample.md +++ b/samples/client/petstore/python-tornado/docs/TypeHolderExample.md @@ -1,5 +1,6 @@ # TypeHolderExample + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/User.md b/samples/client/petstore/python-tornado/docs/User.md index 443ac123fd..b0079f591b 100644 --- a/samples/client/petstore/python-tornado/docs/User.md +++ b/samples/client/petstore/python-tornado/docs/User.md @@ -1,5 +1,6 @@ # User + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python-tornado/docs/XmlItem.md b/samples/client/petstore/python-tornado/docs/XmlItem.md index 3dd09833fe..acaadbdb5f 100644 --- a/samples/client/petstore/python-tornado/docs/XmlItem.md +++ b/samples/client/petstore/python-tornado/docs/XmlItem.md @@ -1,5 +1,6 @@ # XmlItem + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AdditionalPropertiesAnyType.md b/samples/client/petstore/python/docs/AdditionalPropertiesAnyType.md index 754b2f3ada..a69ff4928f 100644 --- a/samples/client/petstore/python/docs/AdditionalPropertiesAnyType.md +++ b/samples/client/petstore/python/docs/AdditionalPropertiesAnyType.md @@ -1,5 +1,6 @@ # AdditionalPropertiesAnyType + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AdditionalPropertiesArray.md b/samples/client/petstore/python/docs/AdditionalPropertiesArray.md index 61ac566c14..697494b373 100644 --- a/samples/client/petstore/python/docs/AdditionalPropertiesArray.md +++ b/samples/client/petstore/python/docs/AdditionalPropertiesArray.md @@ -1,5 +1,6 @@ # AdditionalPropertiesArray + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AdditionalPropertiesBoolean.md b/samples/client/petstore/python/docs/AdditionalPropertiesBoolean.md index f2567f064c..bf7b5be4c1 100644 --- a/samples/client/petstore/python/docs/AdditionalPropertiesBoolean.md +++ b/samples/client/petstore/python/docs/AdditionalPropertiesBoolean.md @@ -1,5 +1,6 @@ # AdditionalPropertiesBoolean + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AdditionalPropertiesClass.md b/samples/client/petstore/python/docs/AdditionalPropertiesClass.md index 4a9d1dd133..3646837b85 100644 --- a/samples/client/petstore/python/docs/AdditionalPropertiesClass.md +++ b/samples/client/petstore/python/docs/AdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AdditionalPropertiesInteger.md b/samples/client/petstore/python/docs/AdditionalPropertiesInteger.md index fe0ba709c8..96345efd4c 100644 --- a/samples/client/petstore/python/docs/AdditionalPropertiesInteger.md +++ b/samples/client/petstore/python/docs/AdditionalPropertiesInteger.md @@ -1,5 +1,6 @@ # AdditionalPropertiesInteger + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AdditionalPropertiesNumber.md b/samples/client/petstore/python/docs/AdditionalPropertiesNumber.md index bec81854b9..9af52dc6dc 100644 --- a/samples/client/petstore/python/docs/AdditionalPropertiesNumber.md +++ b/samples/client/petstore/python/docs/AdditionalPropertiesNumber.md @@ -1,5 +1,6 @@ # AdditionalPropertiesNumber + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AdditionalPropertiesObject.md b/samples/client/petstore/python/docs/AdditionalPropertiesObject.md index 3fcf2c9299..73ba591471 100644 --- a/samples/client/petstore/python/docs/AdditionalPropertiesObject.md +++ b/samples/client/petstore/python/docs/AdditionalPropertiesObject.md @@ -1,5 +1,6 @@ # AdditionalPropertiesObject + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AdditionalPropertiesString.md b/samples/client/petstore/python/docs/AdditionalPropertiesString.md index bbe0b1cbbb..fe3993d022 100644 --- a/samples/client/petstore/python/docs/AdditionalPropertiesString.md +++ b/samples/client/petstore/python/docs/AdditionalPropertiesString.md @@ -1,5 +1,6 @@ # AdditionalPropertiesString + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Animal.md b/samples/client/petstore/python/docs/Animal.md index 698dc711ae..1d1c77c01a 100644 --- a/samples/client/petstore/python/docs/Animal.md +++ b/samples/client/petstore/python/docs/Animal.md @@ -1,5 +1,6 @@ # Animal + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AnimalFarm.md b/samples/client/petstore/python/docs/AnimalFarm.md index 0717b5d7df..fc299cf27d 100644 --- a/samples/client/petstore/python/docs/AnimalFarm.md +++ b/samples/client/petstore/python/docs/AnimalFarm.md @@ -1,5 +1,6 @@ # AnimalFarm + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/AnotherFakeApi.md b/samples/client/petstore/python/docs/AnotherFakeApi.md index 7bc6fba30a..470caed72c 100644 --- a/samples/client/petstore/python/docs/AnotherFakeApi.md +++ b/samples/client/petstore/python/docs/AnotherFakeApi.md @@ -46,6 +46,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling AnotherFakeApi->call_123_test_special_tags: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -65,6 +66,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/python/docs/ApiResponse.md b/samples/client/petstore/python/docs/ApiResponse.md index 8fc302305a..81a7d0d852 100644 --- a/samples/client/petstore/python/docs/ApiResponse.md +++ b/samples/client/petstore/python/docs/ApiResponse.md @@ -1,5 +1,6 @@ # ApiResponse + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/python/docs/ArrayOfArrayOfNumberOnly.md index 1a68df0090..6ab7796378 100644 --- a/samples/client/petstore/python/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/python/docs/ArrayOfArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ArrayOfNumberOnly.md b/samples/client/petstore/python/docs/ArrayOfNumberOnly.md index b8a760f56d..ebc65a54ba 100644 --- a/samples/client/petstore/python/docs/ArrayOfNumberOnly.md +++ b/samples/client/petstore/python/docs/ArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ArrayTest.md b/samples/client/petstore/python/docs/ArrayTest.md index b94f23fd22..4e1bda8fc3 100644 --- a/samples/client/petstore/python/docs/ArrayTest.md +++ b/samples/client/petstore/python/docs/ArrayTest.md @@ -1,5 +1,6 @@ # ArrayTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Capitalization.md b/samples/client/petstore/python/docs/Capitalization.md index 85d88d239e..1ddeadeb3f 100644 --- a/samples/client/petstore/python/docs/Capitalization.md +++ b/samples/client/petstore/python/docs/Capitalization.md @@ -1,5 +1,6 @@ # Capitalization + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Cat.md b/samples/client/petstore/python/docs/Cat.md index b2662bc06c..e9ce235cd6 100644 --- a/samples/client/petstore/python/docs/Cat.md +++ b/samples/client/petstore/python/docs/Cat.md @@ -1,5 +1,6 @@ # Cat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/CatAllOf.md b/samples/client/petstore/python/docs/CatAllOf.md index 35434374fc..0ff7809a99 100644 --- a/samples/client/petstore/python/docs/CatAllOf.md +++ b/samples/client/petstore/python/docs/CatAllOf.md @@ -1,5 +1,6 @@ # CatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Category.md b/samples/client/petstore/python/docs/Category.md index 287225d66f..940f6a45e6 100644 --- a/samples/client/petstore/python/docs/Category.md +++ b/samples/client/petstore/python/docs/Category.md @@ -1,5 +1,6 @@ # Category + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Child.md b/samples/client/petstore/python/docs/Child.md index 28c29d3d76..eb43924457 100644 --- a/samples/client/petstore/python/docs/Child.md +++ b/samples/client/petstore/python/docs/Child.md @@ -1,5 +1,6 @@ # Child + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ChildAllOf.md b/samples/client/petstore/python/docs/ChildAllOf.md index 47774b92a6..f9ae99c7c1 100644 --- a/samples/client/petstore/python/docs/ChildAllOf.md +++ b/samples/client/petstore/python/docs/ChildAllOf.md @@ -1,5 +1,6 @@ # ChildAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ChildCat.md b/samples/client/petstore/python/docs/ChildCat.md index 328b1b4b59..9e3a0fb4b5 100644 --- a/samples/client/petstore/python/docs/ChildCat.md +++ b/samples/client/petstore/python/docs/ChildCat.md @@ -1,5 +1,6 @@ # ChildCat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ChildCatAllOf.md b/samples/client/petstore/python/docs/ChildCatAllOf.md index f48345511c..c5883b9a87 100644 --- a/samples/client/petstore/python/docs/ChildCatAllOf.md +++ b/samples/client/petstore/python/docs/ChildCatAllOf.md @@ -1,5 +1,6 @@ # ChildCatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ChildDog.md b/samples/client/petstore/python/docs/ChildDog.md index 233f420409..9a6e5b3726 100644 --- a/samples/client/petstore/python/docs/ChildDog.md +++ b/samples/client/petstore/python/docs/ChildDog.md @@ -1,5 +1,6 @@ # ChildDog + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ChildDogAllOf.md b/samples/client/petstore/python/docs/ChildDogAllOf.md index a366fb735c..673050667c 100644 --- a/samples/client/petstore/python/docs/ChildDogAllOf.md +++ b/samples/client/petstore/python/docs/ChildDogAllOf.md @@ -1,5 +1,6 @@ # ChildDogAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ChildLizard.md b/samples/client/petstore/python/docs/ChildLizard.md index 9a8b7524c9..e881ee0a1d 100644 --- a/samples/client/petstore/python/docs/ChildLizard.md +++ b/samples/client/petstore/python/docs/ChildLizard.md @@ -1,5 +1,6 @@ # ChildLizard + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ChildLizardAllOf.md b/samples/client/petstore/python/docs/ChildLizardAllOf.md index a9f166b9f5..6e2b70c015 100644 --- a/samples/client/petstore/python/docs/ChildLizardAllOf.md +++ b/samples/client/petstore/python/docs/ChildLizardAllOf.md @@ -1,5 +1,6 @@ # ChildLizardAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ClassModel.md b/samples/client/petstore/python/docs/ClassModel.md index 657d51a944..48ed7cbf2f 100644 --- a/samples/client/petstore/python/docs/ClassModel.md +++ b/samples/client/petstore/python/docs/ClassModel.md @@ -1,6 +1,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Client.md b/samples/client/petstore/python/docs/Client.md index 88e99384f9..c3986008d6 100644 --- a/samples/client/petstore/python/docs/Client.md +++ b/samples/client/petstore/python/docs/Client.md @@ -1,5 +1,6 @@ # Client + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Dog.md b/samples/client/petstore/python/docs/Dog.md index ca679f81b4..7065c4c983 100644 --- a/samples/client/petstore/python/docs/Dog.md +++ b/samples/client/petstore/python/docs/Dog.md @@ -1,5 +1,6 @@ # Dog + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/DogAllOf.md b/samples/client/petstore/python/docs/DogAllOf.md index 36d3216f7b..6382bbd806 100644 --- a/samples/client/petstore/python/docs/DogAllOf.md +++ b/samples/client/petstore/python/docs/DogAllOf.md @@ -1,5 +1,6 @@ # DogAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/EnumArrays.md b/samples/client/petstore/python/docs/EnumArrays.md index e0b5582e9d..9be5c645a8 100644 --- a/samples/client/petstore/python/docs/EnumArrays.md +++ b/samples/client/petstore/python/docs/EnumArrays.md @@ -1,5 +1,6 @@ # EnumArrays + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/EnumClass.md b/samples/client/petstore/python/docs/EnumClass.md index 6dda7fd8a7..a1f9aae581 100644 --- a/samples/client/petstore/python/docs/EnumClass.md +++ b/samples/client/petstore/python/docs/EnumClass.md @@ -1,5 +1,6 @@ # EnumClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/EnumTest.md b/samples/client/petstore/python/docs/EnumTest.md index 22dd3d5f48..eb88422413 100644 --- a/samples/client/petstore/python/docs/EnumTest.md +++ b/samples/client/petstore/python/docs/EnumTest.md @@ -1,5 +1,6 @@ # EnumTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/FakeApi.md b/samples/client/petstore/python/docs/FakeApi.md index b098d80fdd..a107342b75 100644 --- a/samples/client/petstore/python/docs/FakeApi.md +++ b/samples/client/petstore/python/docs/FakeApi.md @@ -61,6 +61,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->array_model: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -80,6 +81,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -123,6 +125,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->boolean: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -142,6 +145,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -233,6 +237,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->create_xml_item: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -252,6 +257,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 + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -296,6 +302,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->number_with_validations: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -315,6 +322,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -363,6 +371,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->object_model_with_ref_props: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -382,6 +391,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -425,6 +435,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->string: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -444,6 +455,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -488,6 +500,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->string_enum: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -507,6 +520,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: */* + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -558,6 +572,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_body_with_file_schema: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -577,6 +592,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -627,6 +643,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_body_with_query_params: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -647,6 +664,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -693,6 +711,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_client_model: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -712,6 +731,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -752,6 +772,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_endpoint_enums_length_one: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -775,6 +796,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -849,6 +871,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling FakeApi->test_endpoint_parameters: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -881,6 +904,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -936,6 +960,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_enum_parameters: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -962,6 +987,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1018,6 +1044,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_group_parameters: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1042,6 +1069,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1084,6 +1112,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_inline_additional_properties: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1103,6 +1132,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1144,6 +1174,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_json_form_data: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1164,6 +1195,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/python/docs/FakeClassnameTags123Api.md b/samples/client/petstore/python/docs/FakeClassnameTags123Api.md index 9bf5b1babf..3452fd6ddf 100644 --- a/samples/client/petstore/python/docs/FakeClassnameTags123Api.md +++ b/samples/client/petstore/python/docs/FakeClassnameTags123Api.md @@ -57,6 +57,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling FakeClassnameTags123Api->test_classname: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -76,6 +77,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/python/docs/File.md b/samples/client/petstore/python/docs/File.md index f17ba0057d..63b1d1a651 100644 --- a/samples/client/petstore/python/docs/File.md +++ b/samples/client/petstore/python/docs/File.md @@ -1,6 +1,7 @@ # File Must be named `File` for test. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/FileSchemaTestClass.md b/samples/client/petstore/python/docs/FileSchemaTestClass.md index d0a8bbaaba..caf2440821 100644 --- a/samples/client/petstore/python/docs/FileSchemaTestClass.md +++ b/samples/client/petstore/python/docs/FileSchemaTestClass.md @@ -1,5 +1,6 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/FormatTest.md b/samples/client/petstore/python/docs/FormatTest.md index 083b0bd4c9..aef09bfcc8 100644 --- a/samples/client/petstore/python/docs/FormatTest.md +++ b/samples/client/petstore/python/docs/FormatTest.md @@ -1,5 +1,6 @@ # FormatTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Grandparent.md b/samples/client/petstore/python/docs/Grandparent.md index e98808ee53..b6d80a7194 100644 --- a/samples/client/petstore/python/docs/Grandparent.md +++ b/samples/client/petstore/python/docs/Grandparent.md @@ -1,5 +1,6 @@ # Grandparent + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/GrandparentAnimal.md b/samples/client/petstore/python/docs/GrandparentAnimal.md index 2a9d89c76d..15db0708bb 100644 --- a/samples/client/petstore/python/docs/GrandparentAnimal.md +++ b/samples/client/petstore/python/docs/GrandparentAnimal.md @@ -1,5 +1,6 @@ # GrandparentAnimal + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/HasOnlyReadOnly.md b/samples/client/petstore/python/docs/HasOnlyReadOnly.md index f731a42eab..0e1334519a 100644 --- a/samples/client/petstore/python/docs/HasOnlyReadOnly.md +++ b/samples/client/petstore/python/docs/HasOnlyReadOnly.md @@ -1,5 +1,6 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/List.md b/samples/client/petstore/python/docs/List.md index 11f4f3a05f..4b60956971 100644 --- a/samples/client/petstore/python/docs/List.md +++ b/samples/client/petstore/python/docs/List.md @@ -1,5 +1,6 @@ # List + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/MapTest.md b/samples/client/petstore/python/docs/MapTest.md index ad561b7220..15228ee1f2 100644 --- a/samples/client/petstore/python/docs/MapTest.md +++ b/samples/client/petstore/python/docs/MapTest.md @@ -1,5 +1,6 @@ # MapTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/python/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 1484c0638d..f489944a20 100644 --- a/samples/client/petstore/python/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/python/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Model200Response.md b/samples/client/petstore/python/docs/Model200Response.md index 40d0d7828e..c958bd4b33 100644 --- a/samples/client/petstore/python/docs/Model200Response.md +++ b/samples/client/petstore/python/docs/Model200Response.md @@ -1,6 +1,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ModelReturn.md b/samples/client/petstore/python/docs/ModelReturn.md index 65ec73ddae..043e9d466f 100644 --- a/samples/client/petstore/python/docs/ModelReturn.md +++ b/samples/client/petstore/python/docs/ModelReturn.md @@ -1,6 +1,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Name.md b/samples/client/petstore/python/docs/Name.md index 807b76afc6..3be719cdbf 100644 --- a/samples/client/petstore/python/docs/Name.md +++ b/samples/client/petstore/python/docs/Name.md @@ -1,6 +1,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/NumberOnly.md b/samples/client/petstore/python/docs/NumberOnly.md index 93a0fde7b9..37195c5d89 100644 --- a/samples/client/petstore/python/docs/NumberOnly.md +++ b/samples/client/petstore/python/docs/NumberOnly.md @@ -1,5 +1,6 @@ # NumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/NumberWithValidations.md b/samples/client/petstore/python/docs/NumberWithValidations.md index 402eb8325b..119e0f6782 100644 --- a/samples/client/petstore/python/docs/NumberWithValidations.md +++ b/samples/client/petstore/python/docs/NumberWithValidations.md @@ -1,5 +1,6 @@ # NumberWithValidations + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ObjectModelWithRefProps.md b/samples/client/petstore/python/docs/ObjectModelWithRefProps.md index 9a94ef8f61..5ff4e52033 100644 --- a/samples/client/petstore/python/docs/ObjectModelWithRefProps.md +++ b/samples/client/petstore/python/docs/ObjectModelWithRefProps.md @@ -1,6 +1,7 @@ # ObjectModelWithRefProps a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Order.md b/samples/client/petstore/python/docs/Order.md index c21210a3bd..d29e1a381d 100644 --- a/samples/client/petstore/python/docs/Order.md +++ b/samples/client/petstore/python/docs/Order.md @@ -1,5 +1,6 @@ # Order + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Parent.md b/samples/client/petstore/python/docs/Parent.md index f4c237bb98..9d3f02d68b 100644 --- a/samples/client/petstore/python/docs/Parent.md +++ b/samples/client/petstore/python/docs/Parent.md @@ -1,5 +1,6 @@ # Parent + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ParentAllOf.md b/samples/client/petstore/python/docs/ParentAllOf.md index c76c615cc3..569a5e4af1 100644 --- a/samples/client/petstore/python/docs/ParentAllOf.md +++ b/samples/client/petstore/python/docs/ParentAllOf.md @@ -1,5 +1,6 @@ # ParentAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ParentPet.md b/samples/client/petstore/python/docs/ParentPet.md index 2c9775e7e1..09e409c8fc 100644 --- a/samples/client/petstore/python/docs/ParentPet.md +++ b/samples/client/petstore/python/docs/ParentPet.md @@ -1,5 +1,6 @@ # ParentPet + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Pet.md b/samples/client/petstore/python/docs/Pet.md index ce09d401c8..6e78495272 100644 --- a/samples/client/petstore/python/docs/Pet.md +++ b/samples/client/petstore/python/docs/Pet.md @@ -1,5 +1,6 @@ # Pet + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/PetApi.md b/samples/client/petstore/python/docs/PetApi.md index 6364be4483..dcff2fcd07 100644 --- a/samples/client/petstore/python/docs/PetApi.md +++ b/samples/client/petstore/python/docs/PetApi.md @@ -78,6 +78,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->add_pet: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -97,6 +98,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -158,6 +160,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->delete_pet: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -178,6 +181,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -236,6 +240,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->find_pets_by_status: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -255,6 +260,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -313,6 +319,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->find_pets_by_tags: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -332,6 +339,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -388,6 +396,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->get_pet_by_id: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -407,6 +416,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -479,6 +489,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->update_pet: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -498,6 +509,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -562,6 +574,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->update_pet_with_form: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -583,6 +596,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -648,6 +662,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->upload_file: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -670,6 +685,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -734,6 +750,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->upload_file_with_required_file: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -755,6 +772,7 @@ Name | Type | Description | Notes - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/python/docs/Player.md b/samples/client/petstore/python/docs/Player.md index 17ea34ab20..2014198aa1 100644 --- a/samples/client/petstore/python/docs/Player.md +++ b/samples/client/petstore/python/docs/Player.md @@ -1,5 +1,6 @@ # Player + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/ReadOnlyFirst.md b/samples/client/petstore/python/docs/ReadOnlyFirst.md index 6bc1447c1d..53b4c61d84 100644 --- a/samples/client/petstore/python/docs/ReadOnlyFirst.md +++ b/samples/client/petstore/python/docs/ReadOnlyFirst.md @@ -1,5 +1,6 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/SpecialModelName.md b/samples/client/petstore/python/docs/SpecialModelName.md index 022ee19169..268e113419 100644 --- a/samples/client/petstore/python/docs/SpecialModelName.md +++ b/samples/client/petstore/python/docs/SpecialModelName.md @@ -1,5 +1,6 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/StoreApi.md b/samples/client/petstore/python/docs/StoreApi.md index 30ea16d661..b5df4fc1fe 100644 --- a/samples/client/petstore/python/docs/StoreApi.md +++ b/samples/client/petstore/python/docs/StoreApi.md @@ -45,6 +45,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling StoreApi->delete_order: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -64,6 +65,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -118,6 +120,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling StoreApi->get_inventory: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -134,6 +137,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -178,6 +182,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling StoreApi->get_order_by_id: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -197,6 +202,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -248,6 +254,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling StoreApi->place_order: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -267,6 +274,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/python/docs/StringBooleanMap.md b/samples/client/petstore/python/docs/StringBooleanMap.md index 2fbf3b3767..217c797040 100644 --- a/samples/client/petstore/python/docs/StringBooleanMap.md +++ b/samples/client/petstore/python/docs/StringBooleanMap.md @@ -1,5 +1,6 @@ # StringBooleanMap + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/StringEnum.md b/samples/client/petstore/python/docs/StringEnum.md index fbedcd04bc..bb195ec0e4 100644 --- a/samples/client/petstore/python/docs/StringEnum.md +++ b/samples/client/petstore/python/docs/StringEnum.md @@ -1,5 +1,6 @@ # StringEnum + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/Tag.md b/samples/client/petstore/python/docs/Tag.md index fb8be02da1..b9fe1e0944 100644 --- a/samples/client/petstore/python/docs/Tag.md +++ b/samples/client/petstore/python/docs/Tag.md @@ -1,5 +1,6 @@ # Tag + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/TypeHolderDefault.md b/samples/client/petstore/python/docs/TypeHolderDefault.md index 42322d2f4c..904915aec0 100644 --- a/samples/client/petstore/python/docs/TypeHolderDefault.md +++ b/samples/client/petstore/python/docs/TypeHolderDefault.md @@ -1,6 +1,7 @@ # TypeHolderDefault a model to test optional properties with server defaults + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/TypeHolderExample.md b/samples/client/petstore/python/docs/TypeHolderExample.md index 246ac18b2b..d2954c64dc 100644 --- a/samples/client/petstore/python/docs/TypeHolderExample.md +++ b/samples/client/petstore/python/docs/TypeHolderExample.md @@ -1,6 +1,7 @@ # TypeHolderExample a model to test required properties with an example and length one enum + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/User.md b/samples/client/petstore/python/docs/User.md index 443ac123fd..b0079f591b 100644 --- a/samples/client/petstore/python/docs/User.md +++ b/samples/client/petstore/python/docs/User.md @@ -1,5 +1,6 @@ # User + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/python/docs/UserApi.md b/samples/client/petstore/python/docs/UserApi.md index 429d791852..3c04b81d19 100644 --- a/samples/client/petstore/python/docs/UserApi.md +++ b/samples/client/petstore/python/docs/UserApi.md @@ -59,6 +59,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->create_user: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -78,6 +79,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -130,6 +132,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->create_users_with_array_input: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -149,6 +152,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -201,6 +205,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->create_users_with_list_input: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -220,6 +225,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -262,6 +268,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->delete_user: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -281,6 +288,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -324,6 +332,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->get_user_by_name: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -343,6 +352,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -387,6 +397,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->login_user: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -407,6 +418,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -447,6 +459,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->logout_user: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -463,6 +476,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -516,6 +530,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->update_user: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -536,6 +551,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/client/petstore/python/docs/XmlItem.md b/samples/client/petstore/python/docs/XmlItem.md index d30ca43622..ea3d7f9280 100644 --- a/samples/client/petstore/python/docs/XmlItem.md +++ b/samples/client/petstore/python/docs/XmlItem.md @@ -1,5 +1,6 @@ # XmlItem + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/extensions/x-auth-id-alias/python/docs/UsageApi.md b/samples/openapi3/client/extensions/x-auth-id-alias/python/docs/UsageApi.md index cf3a8e1910..ef6b5c4b05 100644 --- a/samples/openapi3/client/extensions/x-auth-id-alias/python/docs/UsageApi.md +++ b/samples/openapi3/client/extensions/x-auth-id-alias/python/docs/UsageApi.md @@ -63,6 +63,7 @@ with x_auth_id_alias.ApiClient(configuration) as api_client: print("Exception when calling UsageApi->any_key: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -79,6 +80,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -139,6 +141,7 @@ with x_auth_id_alias.ApiClient(configuration) as api_client: print("Exception when calling UsageApi->both_keys: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -155,6 +158,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -208,6 +212,7 @@ with x_auth_id_alias.ApiClient(configuration) as api_client: print("Exception when calling UsageApi->key_in_header: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -224,6 +229,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -277,6 +283,7 @@ with x_auth_id_alias.ApiClient(configuration) as api_client: print("Exception when calling UsageApi->key_in_query: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -293,6 +300,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/openapi3/client/features/dynamic-servers/python/docs/UsageApi.md b/samples/openapi3/client/features/dynamic-servers/python/docs/UsageApi.md index 37f849e1b4..b36425e24b 100644 --- a/samples/openapi3/client/features/dynamic-servers/python/docs/UsageApi.md +++ b/samples/openapi3/client/features/dynamic-servers/python/docs/UsageApi.md @@ -43,6 +43,7 @@ with dynamic_servers.ApiClient() as api_client: print("Exception when calling UsageApi->custom_server: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -59,6 +60,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -101,6 +103,7 @@ with dynamic_servers.ApiClient() as api_client: print("Exception when calling UsageApi->default_server: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -117,6 +120,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/ChildSchema.md b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/ChildSchema.md index 94bc205bd0..80b7e462da 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/ChildSchema.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/ChildSchema.md @@ -3,6 +3,7 @@ # ChildSchema A schema that does not have any special character. + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/ChildSchemaAllOf.md b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/ChildSchemaAllOf.md index 8cbdc808bd..fa7bb48d01 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/ChildSchemaAllOf.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/ChildSchemaAllOf.md @@ -2,6 +2,7 @@ # ChildSchemaAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/MySchemaNameCharacters.md b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/MySchemaNameCharacters.md index c62cafef27..33f57d4cda 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/MySchemaNameCharacters.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/MySchemaNameCharacters.md @@ -3,6 +3,7 @@ # MySchemaNameCharacters A schema name that has letters, numbers, punctuation and non-ASCII characters. The sanitization rules should make it possible to generate a language-specific classname with allowed characters in that programming language. + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/MySchemaNameCharactersAllOf.md b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/MySchemaNameCharactersAllOf.md index a5d3c39b43..7771f62ad1 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/MySchemaNameCharactersAllOf.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/MySchemaNameCharactersAllOf.md @@ -2,6 +2,7 @@ # MySchemaNameCharactersAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/Parent.md b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/Parent.md index 2a71a187a1..e71831a39a 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/Parent.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8-special-characters/docs/Parent.md @@ -2,6 +2,7 @@ # Parent + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesClass.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesClass.md index fb80d3c31a..3d032d4504 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesClass.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Animal.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Animal.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Apple.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Apple.md index 5a34a5a33a..513643aeb7 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Apple.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Apple.md @@ -2,6 +2,7 @@ # Apple + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/AppleReq.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/AppleReq.md index dd50fef8c0..d2fccd5306 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/AppleReq.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/AppleReq.md @@ -2,6 +2,7 @@ # AppleReq + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayOfArrayOfNumberOnly.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayOfNumberOnly.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayOfNumberOnly.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayTest.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayTest.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Banana.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Banana.md index 559130f2aa..7ddff9847a 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Banana.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Banana.md @@ -2,6 +2,7 @@ # Banana + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/BananaReq.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/BananaReq.md index 1528a37c6f..35a773503b 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/BananaReq.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/BananaReq.md @@ -2,6 +2,7 @@ # BananaReq + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/BasquePig.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/BasquePig.md index af67d7e9c9..05d4cf3970 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/BasquePig.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/BasquePig.md @@ -2,6 +2,7 @@ # BasquePig + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Capitalization.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Capitalization.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Cat.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Cat.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/CatAllOf.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/CatAllOf.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Category.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Category.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ChildCat.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ChildCat.md index 00451d7f1f..da63b7067f 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ChildCat.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ChildCat.md @@ -2,6 +2,7 @@ # ChildCat + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ChildCatAllOf.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ChildCatAllOf.md index f4c3ece5de..35c6b1c43a 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ChildCatAllOf.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ChildCatAllOf.md @@ -2,6 +2,7 @@ # ChildCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ClassModel.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ClassModel.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Client.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Client.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ComplexQuadrilateral.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ComplexQuadrilateral.md index 21602809de..9e7a27f8a5 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ComplexQuadrilateral.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ComplexQuadrilateral.md @@ -2,6 +2,7 @@ # ComplexQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/DanishPig.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/DanishPig.md index 889ee86cd4..0e86a67165 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/DanishPig.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/DanishPig.md @@ -2,6 +2,7 @@ # DanishPig + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Dog.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Dog.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/DogAllOf.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/DogAllOf.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Drawing.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Drawing.md index 66dd1d879e..0874f4811d 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Drawing.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Drawing.md @@ -2,6 +2,7 @@ # Drawing + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/EnumArrays.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/EnumArrays.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/EnumTest.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/EnumTest.md index b6dc15650d..87f1158ba2 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/EnumTest.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/EquilateralTriangle.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/EquilateralTriangle.md index afe879d01a..e4b49735d6 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/EquilateralTriangle.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/EquilateralTriangle.md @@ -2,6 +2,7 @@ # EquilateralTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/FileSchemaTestClass.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/FileSchemaTestClass.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Foo.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Foo.md index 02c7ef53f5..7893cf3f44 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Foo.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Foo.md @@ -2,6 +2,7 @@ # Foo + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/FormatTest.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/FormatTest.md index 4b0db2607d..91da637f08 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/FormatTest.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/GrandparentAnimal.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/GrandparentAnimal.md index d47f146ed7..8c7632266e 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/GrandparentAnimal.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/GrandparentAnimal.md @@ -2,6 +2,7 @@ # GrandparentAnimal + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/HasOnlyReadOnly.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/HasOnlyReadOnly.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/HealthCheckResult.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/HealthCheckResult.md index 11bb9026e4..80ba4783bb 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/HealthCheckResult.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/HealthCheckResult.md @@ -3,6 +3,7 @@ # HealthCheckResult Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineResponseDefault.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineResponseDefault.md index 63c30c2b73..1c7c639d48 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineResponseDefault.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineResponseDefault.md @@ -2,6 +2,7 @@ # InlineResponseDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/IsoscelesTriangle.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/IsoscelesTriangle.md index 31c0788e02..535e921641 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/IsoscelesTriangle.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/IsoscelesTriangle.md @@ -2,6 +2,7 @@ # IsoscelesTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/MapTest.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/MapTest.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Model200Response.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Model200Response.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ModelApiResponse.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ModelApiResponse.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ModelReturn.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ModelReturn.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Name.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Name.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/NullableClass.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/NullableClass.md index e1bf17954e..c8152be3d3 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/NullableClass.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/NullableClass.md @@ -2,6 +2,7 @@ # NullableClass + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/NumberOnly.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/NumberOnly.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Order.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Order.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/OuterComposite.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/OuterComposite.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ParentPet.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ParentPet.md index e1fabb2e4a..ad7e021966 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ParentPet.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ParentPet.md @@ -2,6 +2,7 @@ # ParentPet + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Pet.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Pet.md index 37ac007b79..8aab745368 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Pet.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/QuadrilateralInterface.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/QuadrilateralInterface.md index 24050740c8..a26b271077 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/QuadrilateralInterface.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/QuadrilateralInterface.md @@ -2,6 +2,7 @@ # QuadrilateralInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ReadOnlyFirst.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ReadOnlyFirst.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ScaleneTriangle.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ScaleneTriangle.md index 5d30088669..f49fe5a12f 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ScaleneTriangle.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ScaleneTriangle.md @@ -2,6 +2,7 @@ # ScaleneTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ShapeInterface.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ShapeInterface.md index f9d200d032..f8b65a8a97 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/ShapeInterface.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/ShapeInterface.md @@ -2,6 +2,7 @@ # ShapeInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/SimpleQuadrilateral.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/SimpleQuadrilateral.md index b944413849..c2cf751d1b 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/SimpleQuadrilateral.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/SimpleQuadrilateral.md @@ -2,6 +2,7 @@ # SimpleQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/SpecialModelName.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/SpecialModelName.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Tag.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Tag.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/TriangleInterface.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/TriangleInterface.md index c15bd90f0b..525872029f 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/TriangleInterface.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/TriangleInterface.md @@ -2,6 +2,7 @@ # TriangleInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/User.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/User.md index 93243ceb71..c29bce5c12 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/User.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Whale.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Whale.md index 562b49786d..87470ae5fa 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Whale.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Whale.md @@ -2,6 +2,7 @@ # Whale + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Zebra.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Zebra.md index 156de233f7..eafe1861f2 100644 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/Zebra.md +++ b/samples/openapi3/client/petstore/java/jersey2-java8/docs/Zebra.md @@ -2,6 +2,7 @@ # Zebra + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/AdditionalPropertiesClass.md b/samples/openapi3/client/petstore/java/native/docs/AdditionalPropertiesClass.md index fb80d3c31a..3d032d4504 100644 --- a/samples/openapi3/client/petstore/java/native/docs/AdditionalPropertiesClass.md +++ b/samples/openapi3/client/petstore/java/native/docs/AdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Animal.md b/samples/openapi3/client/petstore/java/native/docs/Animal.md index c8e18ae55e..7edc25cd2b 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Animal.md +++ b/samples/openapi3/client/petstore/java/native/docs/Animal.md @@ -2,6 +2,7 @@ # Animal + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Apple.md b/samples/openapi3/client/petstore/java/native/docs/Apple.md index 5a34a5a33a..513643aeb7 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Apple.md +++ b/samples/openapi3/client/petstore/java/native/docs/Apple.md @@ -2,6 +2,7 @@ # Apple + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/AppleReq.md b/samples/openapi3/client/petstore/java/native/docs/AppleReq.md index dd50fef8c0..d2fccd5306 100644 --- a/samples/openapi3/client/petstore/java/native/docs/AppleReq.md +++ b/samples/openapi3/client/petstore/java/native/docs/AppleReq.md @@ -2,6 +2,7 @@ # AppleReq + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ArrayOfArrayOfNumberOnly.md b/samples/openapi3/client/petstore/java/native/docs/ArrayOfArrayOfNumberOnly.md index e1a0e54c0b..9b1f858699 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/openapi3/client/petstore/java/native/docs/ArrayOfArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ArrayOfNumberOnly.md b/samples/openapi3/client/petstore/java/native/docs/ArrayOfNumberOnly.md index 25670a603c..4e95f1ae74 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ArrayOfNumberOnly.md +++ b/samples/openapi3/client/petstore/java/native/docs/ArrayOfNumberOnly.md @@ -2,6 +2,7 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ArrayTest.md b/samples/openapi3/client/petstore/java/native/docs/ArrayTest.md index 7c6f6245ac..9b90810fc2 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ArrayTest.md +++ b/samples/openapi3/client/petstore/java/native/docs/ArrayTest.md @@ -2,6 +2,7 @@ # ArrayTest + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Banana.md b/samples/openapi3/client/petstore/java/native/docs/Banana.md index 559130f2aa..7ddff9847a 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Banana.md +++ b/samples/openapi3/client/petstore/java/native/docs/Banana.md @@ -2,6 +2,7 @@ # Banana + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/BananaReq.md b/samples/openapi3/client/petstore/java/native/docs/BananaReq.md index 1528a37c6f..35a773503b 100644 --- a/samples/openapi3/client/petstore/java/native/docs/BananaReq.md +++ b/samples/openapi3/client/petstore/java/native/docs/BananaReq.md @@ -2,6 +2,7 @@ # BananaReq + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/BasquePig.md b/samples/openapi3/client/petstore/java/native/docs/BasquePig.md index af67d7e9c9..05d4cf3970 100644 --- a/samples/openapi3/client/petstore/java/native/docs/BasquePig.md +++ b/samples/openapi3/client/petstore/java/native/docs/BasquePig.md @@ -2,6 +2,7 @@ # BasquePig + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Capitalization.md b/samples/openapi3/client/petstore/java/native/docs/Capitalization.md index 7b73c40b55..ad8939b744 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Capitalization.md +++ b/samples/openapi3/client/petstore/java/native/docs/Capitalization.md @@ -2,6 +2,7 @@ # Capitalization + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Cat.md b/samples/openapi3/client/petstore/java/native/docs/Cat.md index 39c2f864df..87a3ab44a3 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Cat.md +++ b/samples/openapi3/client/petstore/java/native/docs/Cat.md @@ -2,6 +2,7 @@ # Cat + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/CatAllOf.md b/samples/openapi3/client/petstore/java/native/docs/CatAllOf.md index 1098fd900c..3fd01aaebf 100644 --- a/samples/openapi3/client/petstore/java/native/docs/CatAllOf.md +++ b/samples/openapi3/client/petstore/java/native/docs/CatAllOf.md @@ -2,6 +2,7 @@ # CatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Category.md b/samples/openapi3/client/petstore/java/native/docs/Category.md index 613ea9f7ee..d03ffbfd06 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Category.md +++ b/samples/openapi3/client/petstore/java/native/docs/Category.md @@ -2,6 +2,7 @@ # Category + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ChildCat.md b/samples/openapi3/client/petstore/java/native/docs/ChildCat.md index 00451d7f1f..da63b7067f 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ChildCat.md +++ b/samples/openapi3/client/petstore/java/native/docs/ChildCat.md @@ -2,6 +2,7 @@ # ChildCat + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ChildCatAllOf.md b/samples/openapi3/client/petstore/java/native/docs/ChildCatAllOf.md index f4c3ece5de..35c6b1c43a 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ChildCatAllOf.md +++ b/samples/openapi3/client/petstore/java/native/docs/ChildCatAllOf.md @@ -2,6 +2,7 @@ # ChildCatAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ClassModel.md b/samples/openapi3/client/petstore/java/native/docs/ClassModel.md index d5453c2013..04beba3384 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ClassModel.md +++ b/samples/openapi3/client/petstore/java/native/docs/ClassModel.md @@ -3,6 +3,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Client.md b/samples/openapi3/client/petstore/java/native/docs/Client.md index 228df49238..125a20b3fc 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Client.md +++ b/samples/openapi3/client/petstore/java/native/docs/Client.md @@ -2,6 +2,7 @@ # Client + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ComplexQuadrilateral.md b/samples/openapi3/client/petstore/java/native/docs/ComplexQuadrilateral.md index 21602809de..9e7a27f8a5 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ComplexQuadrilateral.md +++ b/samples/openapi3/client/petstore/java/native/docs/ComplexQuadrilateral.md @@ -2,6 +2,7 @@ # ComplexQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/DanishPig.md b/samples/openapi3/client/petstore/java/native/docs/DanishPig.md index 889ee86cd4..0e86a67165 100644 --- a/samples/openapi3/client/petstore/java/native/docs/DanishPig.md +++ b/samples/openapi3/client/petstore/java/native/docs/DanishPig.md @@ -2,6 +2,7 @@ # DanishPig + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Dog.md b/samples/openapi3/client/petstore/java/native/docs/Dog.md index 73cedf2bc9..f4ba57fa3b 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Dog.md +++ b/samples/openapi3/client/petstore/java/native/docs/Dog.md @@ -2,6 +2,7 @@ # Dog + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/DogAllOf.md b/samples/openapi3/client/petstore/java/native/docs/DogAllOf.md index cbeb9e9a22..1f7e23d981 100644 --- a/samples/openapi3/client/petstore/java/native/docs/DogAllOf.md +++ b/samples/openapi3/client/petstore/java/native/docs/DogAllOf.md @@ -2,6 +2,7 @@ # DogAllOf + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Drawing.md b/samples/openapi3/client/petstore/java/native/docs/Drawing.md index 66dd1d879e..0874f4811d 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Drawing.md +++ b/samples/openapi3/client/petstore/java/native/docs/Drawing.md @@ -2,6 +2,7 @@ # Drawing + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/EnumArrays.md b/samples/openapi3/client/petstore/java/native/docs/EnumArrays.md index 869b7a6c06..9450527672 100644 --- a/samples/openapi3/client/petstore/java/native/docs/EnumArrays.md +++ b/samples/openapi3/client/petstore/java/native/docs/EnumArrays.md @@ -2,6 +2,7 @@ # EnumArrays + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/EnumTest.md b/samples/openapi3/client/petstore/java/native/docs/EnumTest.md index b6dc15650d..87f1158ba2 100644 --- a/samples/openapi3/client/petstore/java/native/docs/EnumTest.md +++ b/samples/openapi3/client/petstore/java/native/docs/EnumTest.md @@ -2,6 +2,7 @@ # EnumTest + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/EquilateralTriangle.md b/samples/openapi3/client/petstore/java/native/docs/EquilateralTriangle.md index afe879d01a..e4b49735d6 100644 --- a/samples/openapi3/client/petstore/java/native/docs/EquilateralTriangle.md +++ b/samples/openapi3/client/petstore/java/native/docs/EquilateralTriangle.md @@ -2,6 +2,7 @@ # EquilateralTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/FileSchemaTestClass.md b/samples/openapi3/client/petstore/java/native/docs/FileSchemaTestClass.md index 3a95e27d7c..2602dc7461 100644 --- a/samples/openapi3/client/petstore/java/native/docs/FileSchemaTestClass.md +++ b/samples/openapi3/client/petstore/java/native/docs/FileSchemaTestClass.md @@ -2,6 +2,7 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Foo.md b/samples/openapi3/client/petstore/java/native/docs/Foo.md index 02c7ef53f5..7893cf3f44 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Foo.md +++ b/samples/openapi3/client/petstore/java/native/docs/Foo.md @@ -2,6 +2,7 @@ # Foo + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/FormatTest.md b/samples/openapi3/client/petstore/java/native/docs/FormatTest.md index 4b0db2607d..91da637f08 100644 --- a/samples/openapi3/client/petstore/java/native/docs/FormatTest.md +++ b/samples/openapi3/client/petstore/java/native/docs/FormatTest.md @@ -2,6 +2,7 @@ # FormatTest + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/GrandparentAnimal.md b/samples/openapi3/client/petstore/java/native/docs/GrandparentAnimal.md index d47f146ed7..8c7632266e 100644 --- a/samples/openapi3/client/petstore/java/native/docs/GrandparentAnimal.md +++ b/samples/openapi3/client/petstore/java/native/docs/GrandparentAnimal.md @@ -2,6 +2,7 @@ # GrandparentAnimal + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/HasOnlyReadOnly.md b/samples/openapi3/client/petstore/java/native/docs/HasOnlyReadOnly.md index 4795b40ef6..6416f8f371 100644 --- a/samples/openapi3/client/petstore/java/native/docs/HasOnlyReadOnly.md +++ b/samples/openapi3/client/petstore/java/native/docs/HasOnlyReadOnly.md @@ -2,6 +2,7 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/HealthCheckResult.md b/samples/openapi3/client/petstore/java/native/docs/HealthCheckResult.md index 11bb9026e4..80ba4783bb 100644 --- a/samples/openapi3/client/petstore/java/native/docs/HealthCheckResult.md +++ b/samples/openapi3/client/petstore/java/native/docs/HealthCheckResult.md @@ -3,6 +3,7 @@ # HealthCheckResult Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/InlineResponseDefault.md b/samples/openapi3/client/petstore/java/native/docs/InlineResponseDefault.md index 63c30c2b73..1c7c639d48 100644 --- a/samples/openapi3/client/petstore/java/native/docs/InlineResponseDefault.md +++ b/samples/openapi3/client/petstore/java/native/docs/InlineResponseDefault.md @@ -2,6 +2,7 @@ # InlineResponseDefault + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/IsoscelesTriangle.md b/samples/openapi3/client/petstore/java/native/docs/IsoscelesTriangle.md index 31c0788e02..535e921641 100644 --- a/samples/openapi3/client/petstore/java/native/docs/IsoscelesTriangle.md +++ b/samples/openapi3/client/petstore/java/native/docs/IsoscelesTriangle.md @@ -2,6 +2,7 @@ # IsoscelesTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/MapTest.md b/samples/openapi3/client/petstore/java/native/docs/MapTest.md index 9c3aeb6495..16f3ab9344 100644 --- a/samples/openapi3/client/petstore/java/native/docs/MapTest.md +++ b/samples/openapi3/client/petstore/java/native/docs/MapTest.md @@ -2,6 +2,7 @@ # MapTest + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/openapi3/client/petstore/java/native/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 52d10b2cc7..8bc2ed1571 100644 --- a/samples/openapi3/client/petstore/java/native/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/openapi3/client/petstore/java/native/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -2,6 +2,7 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Model200Response.md b/samples/openapi3/client/petstore/java/native/docs/Model200Response.md index f9928d7062..91c45e4942 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Model200Response.md +++ b/samples/openapi3/client/petstore/java/native/docs/Model200Response.md @@ -3,6 +3,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ModelApiResponse.md b/samples/openapi3/client/petstore/java/native/docs/ModelApiResponse.md index 14fb7f1ed2..aca98405e3 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ModelApiResponse.md +++ b/samples/openapi3/client/petstore/java/native/docs/ModelApiResponse.md @@ -2,6 +2,7 @@ # ModelApiResponse + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ModelReturn.md b/samples/openapi3/client/petstore/java/native/docs/ModelReturn.md index 5005d4b723..3684358a04 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ModelReturn.md +++ b/samples/openapi3/client/petstore/java/native/docs/ModelReturn.md @@ -3,6 +3,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Name.md b/samples/openapi3/client/petstore/java/native/docs/Name.md index b815a0b4c9..219628217c 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Name.md +++ b/samples/openapi3/client/petstore/java/native/docs/Name.md @@ -3,6 +3,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/NullableClass.md b/samples/openapi3/client/petstore/java/native/docs/NullableClass.md index e1bf17954e..c8152be3d3 100644 --- a/samples/openapi3/client/petstore/java/native/docs/NullableClass.md +++ b/samples/openapi3/client/petstore/java/native/docs/NullableClass.md @@ -2,6 +2,7 @@ # NullableClass + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/NumberOnly.md b/samples/openapi3/client/petstore/java/native/docs/NumberOnly.md index 4b9d048546..26c0b18032 100644 --- a/samples/openapi3/client/petstore/java/native/docs/NumberOnly.md +++ b/samples/openapi3/client/petstore/java/native/docs/NumberOnly.md @@ -2,6 +2,7 @@ # NumberOnly + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Order.md b/samples/openapi3/client/petstore/java/native/docs/Order.md index 30782d6ae7..fa708e8824 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Order.md +++ b/samples/openapi3/client/petstore/java/native/docs/Order.md @@ -2,6 +2,7 @@ # Order + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/OuterComposite.md b/samples/openapi3/client/petstore/java/native/docs/OuterComposite.md index 594951145a..7274cb0759 100644 --- a/samples/openapi3/client/petstore/java/native/docs/OuterComposite.md +++ b/samples/openapi3/client/petstore/java/native/docs/OuterComposite.md @@ -2,6 +2,7 @@ # OuterComposite + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ParentPet.md b/samples/openapi3/client/petstore/java/native/docs/ParentPet.md index e1fabb2e4a..ad7e021966 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ParentPet.md +++ b/samples/openapi3/client/petstore/java/native/docs/ParentPet.md @@ -2,6 +2,7 @@ # ParentPet + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Pet.md b/samples/openapi3/client/petstore/java/native/docs/Pet.md index 37ac007b79..8aab745368 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Pet.md +++ b/samples/openapi3/client/petstore/java/native/docs/Pet.md @@ -2,6 +2,7 @@ # Pet + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/QuadrilateralInterface.md b/samples/openapi3/client/petstore/java/native/docs/QuadrilateralInterface.md index 24050740c8..a26b271077 100644 --- a/samples/openapi3/client/petstore/java/native/docs/QuadrilateralInterface.md +++ b/samples/openapi3/client/petstore/java/native/docs/QuadrilateralInterface.md @@ -2,6 +2,7 @@ # QuadrilateralInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ReadOnlyFirst.md b/samples/openapi3/client/petstore/java/native/docs/ReadOnlyFirst.md index a692499dc6..a329bf4419 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ReadOnlyFirst.md +++ b/samples/openapi3/client/petstore/java/native/docs/ReadOnlyFirst.md @@ -2,6 +2,7 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ScaleneTriangle.md b/samples/openapi3/client/petstore/java/native/docs/ScaleneTriangle.md index 5d30088669..f49fe5a12f 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ScaleneTriangle.md +++ b/samples/openapi3/client/petstore/java/native/docs/ScaleneTriangle.md @@ -2,6 +2,7 @@ # ScaleneTriangle + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/ShapeInterface.md b/samples/openapi3/client/petstore/java/native/docs/ShapeInterface.md index f9d200d032..f8b65a8a97 100644 --- a/samples/openapi3/client/petstore/java/native/docs/ShapeInterface.md +++ b/samples/openapi3/client/petstore/java/native/docs/ShapeInterface.md @@ -2,6 +2,7 @@ # ShapeInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/SimpleQuadrilateral.md b/samples/openapi3/client/petstore/java/native/docs/SimpleQuadrilateral.md index b944413849..c2cf751d1b 100644 --- a/samples/openapi3/client/petstore/java/native/docs/SimpleQuadrilateral.md +++ b/samples/openapi3/client/petstore/java/native/docs/SimpleQuadrilateral.md @@ -2,6 +2,7 @@ # SimpleQuadrilateral + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/SpecialModelName.md b/samples/openapi3/client/petstore/java/native/docs/SpecialModelName.md index 934b8f0f25..2692c1caaf 100644 --- a/samples/openapi3/client/petstore/java/native/docs/SpecialModelName.md +++ b/samples/openapi3/client/petstore/java/native/docs/SpecialModelName.md @@ -2,6 +2,7 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Tag.md b/samples/openapi3/client/petstore/java/native/docs/Tag.md index f24eba7d22..70d36f5d0d 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Tag.md +++ b/samples/openapi3/client/petstore/java/native/docs/Tag.md @@ -2,6 +2,7 @@ # Tag + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/TriangleInterface.md b/samples/openapi3/client/petstore/java/native/docs/TriangleInterface.md index c15bd90f0b..525872029f 100644 --- a/samples/openapi3/client/petstore/java/native/docs/TriangleInterface.md +++ b/samples/openapi3/client/petstore/java/native/docs/TriangleInterface.md @@ -2,6 +2,7 @@ # TriangleInterface + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/User.md b/samples/openapi3/client/petstore/java/native/docs/User.md index 93243ceb71..c29bce5c12 100644 --- a/samples/openapi3/client/petstore/java/native/docs/User.md +++ b/samples/openapi3/client/petstore/java/native/docs/User.md @@ -2,6 +2,7 @@ # User + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Whale.md b/samples/openapi3/client/petstore/java/native/docs/Whale.md index 562b49786d..87470ae5fa 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Whale.md +++ b/samples/openapi3/client/petstore/java/native/docs/Whale.md @@ -2,6 +2,7 @@ # Whale + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/java/native/docs/Zebra.md b/samples/openapi3/client/petstore/java/native/docs/Zebra.md index 156de233f7..eafe1861f2 100644 --- a/samples/openapi3/client/petstore/java/native/docs/Zebra.md +++ b/samples/openapi3/client/petstore/java/native/docs/Zebra.md @@ -2,6 +2,7 @@ # Zebra + ## Properties Name | Type | Description | Notes diff --git a/samples/openapi3/client/petstore/python-legacy/docs/AdditionalPropertiesClass.md b/samples/openapi3/client/petstore/python-legacy/docs/AdditionalPropertiesClass.md index 796a789d4c..44eba73156 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/AdditionalPropertiesClass.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/AdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Animal.md b/samples/openapi3/client/petstore/python-legacy/docs/Animal.md index 7ed4ba541f..8bc43ab53f 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Animal.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Animal.md @@ -1,5 +1,6 @@ # Animal + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/ApiResponse.md b/samples/openapi3/client/petstore/python-legacy/docs/ApiResponse.md index 8fc302305a..81a7d0d852 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/ApiResponse.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/ApiResponse.md @@ -1,5 +1,6 @@ # ApiResponse + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/ArrayOfArrayOfNumberOnly.md b/samples/openapi3/client/petstore/python-legacy/docs/ArrayOfArrayOfNumberOnly.md index aa3988ab16..b53b6cdb8c 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/ArrayOfArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/ArrayOfNumberOnly.md b/samples/openapi3/client/petstore/python-legacy/docs/ArrayOfNumberOnly.md index 2c3de967ae..6116bc7489 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/ArrayOfNumberOnly.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/ArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/ArrayTest.md b/samples/openapi3/client/petstore/python-legacy/docs/ArrayTest.md index 6ab0d13780..81420a3b9b 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/ArrayTest.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/ArrayTest.md @@ -1,5 +1,6 @@ # ArrayTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Capitalization.md b/samples/openapi3/client/petstore/python-legacy/docs/Capitalization.md index 85d88d239e..1ddeadeb3f 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Capitalization.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Capitalization.md @@ -1,5 +1,6 @@ # Capitalization + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Cat.md b/samples/openapi3/client/petstore/python-legacy/docs/Cat.md index 8d30565d01..b3eff72b30 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Cat.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Cat.md @@ -1,5 +1,6 @@ # Cat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/CatAllOf.md b/samples/openapi3/client/petstore/python-legacy/docs/CatAllOf.md index 35434374fc..0ff7809a99 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/CatAllOf.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/CatAllOf.md @@ -1,5 +1,6 @@ # CatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Category.md b/samples/openapi3/client/petstore/python-legacy/docs/Category.md index 7e5c1e3164..095459c80b 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Category.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Category.md @@ -1,5 +1,6 @@ # Category + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/ClassModel.md b/samples/openapi3/client/petstore/python-legacy/docs/ClassModel.md index 657d51a944..48ed7cbf2f 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/ClassModel.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/ClassModel.md @@ -1,6 +1,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Client.md b/samples/openapi3/client/petstore/python-legacy/docs/Client.md index 88e99384f9..c3986008d6 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Client.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Client.md @@ -1,5 +1,6 @@ # Client + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Dog.md b/samples/openapi3/client/petstore/python-legacy/docs/Dog.md index f727487975..7eeaf5b685 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Dog.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Dog.md @@ -1,5 +1,6 @@ # Dog + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/DogAllOf.md b/samples/openapi3/client/petstore/python-legacy/docs/DogAllOf.md index 36d3216f7b..6382bbd806 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/DogAllOf.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/DogAllOf.md @@ -1,5 +1,6 @@ # DogAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/EnumArrays.md b/samples/openapi3/client/petstore/python-legacy/docs/EnumArrays.md index e15a5f1fd0..92de0e9556 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/EnumArrays.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/EnumArrays.md @@ -1,5 +1,6 @@ # EnumArrays + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/EnumClass.md b/samples/openapi3/client/petstore/python-legacy/docs/EnumClass.md index 67f017becd..64830e3d1d 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/EnumClass.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/EnumClass.md @@ -1,5 +1,6 @@ # EnumClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/EnumTest.md b/samples/openapi3/client/petstore/python-legacy/docs/EnumTest.md index bd1e2beb90..46b320fbe4 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/EnumTest.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/EnumTest.md @@ -1,5 +1,6 @@ # EnumTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/File.md b/samples/openapi3/client/petstore/python-legacy/docs/File.md index f17ba0057d..63b1d1a651 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/File.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/File.md @@ -1,6 +1,7 @@ # File Must be named `File` for test. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/FileSchemaTestClass.md b/samples/openapi3/client/petstore/python-legacy/docs/FileSchemaTestClass.md index dc37222898..58d71b7a26 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/FileSchemaTestClass.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/FileSchemaTestClass.md @@ -1,5 +1,6 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Foo.md b/samples/openapi3/client/petstore/python-legacy/docs/Foo.md index c55aa2cf10..258a8444fd 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Foo.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Foo.md @@ -1,5 +1,6 @@ # Foo + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/FormatTest.md b/samples/openapi3/client/petstore/python-legacy/docs/FormatTest.md index 919d954bf5..971997b5ec 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/FormatTest.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/FormatTest.md @@ -1,5 +1,6 @@ # FormatTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/HasOnlyReadOnly.md b/samples/openapi3/client/petstore/python-legacy/docs/HasOnlyReadOnly.md index f731a42eab..0e1334519a 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/HasOnlyReadOnly.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/HasOnlyReadOnly.md @@ -1,5 +1,6 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/HealthCheckResult.md b/samples/openapi3/client/petstore/python-legacy/docs/HealthCheckResult.md index 7cde5c0932..a8df56c8fa 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/HealthCheckResult.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/HealthCheckResult.md @@ -1,6 +1,7 @@ # HealthCheckResult Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/InlineResponseDefault.md b/samples/openapi3/client/petstore/python-legacy/docs/InlineResponseDefault.md index 9c754420f2..f0a52bc463 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/InlineResponseDefault.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/InlineResponseDefault.md @@ -1,5 +1,6 @@ # InlineResponseDefault + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/List.md b/samples/openapi3/client/petstore/python-legacy/docs/List.md index 11f4f3a05f..4b60956971 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/List.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/List.md @@ -1,5 +1,6 @@ # List + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/MapTest.md b/samples/openapi3/client/petstore/python-legacy/docs/MapTest.md index a5601691f8..aea74bc868 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/MapTest.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/MapTest.md @@ -1,5 +1,6 @@ # MapTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/openapi3/client/petstore/python-legacy/docs/MixedPropertiesAndAdditionalPropertiesClass.md index b9808d5275..53e84e839b 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Model200Response.md b/samples/openapi3/client/petstore/python-legacy/docs/Model200Response.md index 40d0d7828e..c958bd4b33 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Model200Response.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Model200Response.md @@ -1,6 +1,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/ModelReturn.md b/samples/openapi3/client/petstore/python-legacy/docs/ModelReturn.md index 65ec73ddae..043e9d466f 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/ModelReturn.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/ModelReturn.md @@ -1,6 +1,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Name.md b/samples/openapi3/client/petstore/python-legacy/docs/Name.md index 807b76afc6..3be719cdbf 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Name.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Name.md @@ -1,6 +1,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/NullableClass.md b/samples/openapi3/client/petstore/python-legacy/docs/NullableClass.md index c8b74746ae..64964d9bbd 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/NullableClass.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/NullableClass.md @@ -1,5 +1,6 @@ # NullableClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/NumberOnly.md b/samples/openapi3/client/petstore/python-legacy/docs/NumberOnly.md index 93a0fde7b9..37195c5d89 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/NumberOnly.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/NumberOnly.md @@ -1,5 +1,6 @@ # NumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Order.md b/samples/openapi3/client/petstore/python-legacy/docs/Order.md index b5f7b22d34..f360fffe81 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Order.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Order.md @@ -1,5 +1,6 @@ # Order + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/OuterComposite.md b/samples/openapi3/client/petstore/python-legacy/docs/OuterComposite.md index bab07ad559..31013673df 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/OuterComposite.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/OuterComposite.md @@ -1,5 +1,6 @@ # OuterComposite + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/OuterEnum.md b/samples/openapi3/client/petstore/python-legacy/docs/OuterEnum.md index 06d413b016..4cb31437c7 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/OuterEnum.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/OuterEnum.md @@ -1,5 +1,6 @@ # OuterEnum + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumDefaultValue.md b/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumDefaultValue.md index 1487a71039..4a5ba6428d 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumDefaultValue.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumDefaultValue.md @@ -1,5 +1,6 @@ # OuterEnumDefaultValue + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumInteger.md b/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumInteger.md index 8be15eee6a..fc84ec3658 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumInteger.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumInteger.md @@ -1,5 +1,6 @@ # OuterEnumInteger + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumIntegerDefaultValue.md b/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumIntegerDefaultValue.md index 27d962f106..0de4199a84 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumIntegerDefaultValue.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/OuterEnumIntegerDefaultValue.md @@ -1,5 +1,6 @@ # OuterEnumIntegerDefaultValue + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Pet.md b/samples/openapi3/client/petstore/python-legacy/docs/Pet.md index 9e15090300..c462e794c8 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Pet.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Pet.md @@ -1,5 +1,6 @@ # Pet + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/ReadOnlyFirst.md b/samples/openapi3/client/petstore/python-legacy/docs/ReadOnlyFirst.md index 6bc1447c1d..53b4c61d84 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/ReadOnlyFirst.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/ReadOnlyFirst.md @@ -1,5 +1,6 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/SpecialModelName.md b/samples/openapi3/client/petstore/python-legacy/docs/SpecialModelName.md index 022ee19169..268e113419 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/SpecialModelName.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/SpecialModelName.md @@ -1,5 +1,6 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/Tag.md b/samples/openapi3/client/petstore/python-legacy/docs/Tag.md index 243cd98eda..4ccac4949a 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/Tag.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/Tag.md @@ -1,5 +1,6 @@ # Tag + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python-legacy/docs/User.md b/samples/openapi3/client/petstore/python-legacy/docs/User.md index 443ac123fd..b0079f591b 100755 --- a/samples/openapi3/client/petstore/python-legacy/docs/User.md +++ b/samples/openapi3/client/petstore/python-legacy/docs/User.md @@ -1,5 +1,6 @@ # User + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/AdditionalPropertiesClass.md b/samples/openapi3/client/petstore/python/docs/AdditionalPropertiesClass.md index e54a02329f..460813c122 100644 --- a/samples/openapi3/client/petstore/python/docs/AdditionalPropertiesClass.md +++ b/samples/openapi3/client/petstore/python/docs/AdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # AdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/AdditionalPropertiesWithArrayOfEnums.md b/samples/openapi3/client/petstore/python/docs/AdditionalPropertiesWithArrayOfEnums.md index 124de21cf3..49ca7b3d75 100644 --- a/samples/openapi3/client/petstore/python/docs/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/openapi3/client/petstore/python/docs/AdditionalPropertiesWithArrayOfEnums.md @@ -1,5 +1,6 @@ # AdditionalPropertiesWithArrayOfEnums + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Address.md b/samples/openapi3/client/petstore/python/docs/Address.md index f0699983eb..31b6c30f1f 100644 --- a/samples/openapi3/client/petstore/python/docs/Address.md +++ b/samples/openapi3/client/petstore/python/docs/Address.md @@ -1,5 +1,6 @@ # Address + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Animal.md b/samples/openapi3/client/petstore/python/docs/Animal.md index 698dc711ae..1d1c77c01a 100644 --- a/samples/openapi3/client/petstore/python/docs/Animal.md +++ b/samples/openapi3/client/petstore/python/docs/Animal.md @@ -1,5 +1,6 @@ # Animal + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/AnimalFarm.md b/samples/openapi3/client/petstore/python/docs/AnimalFarm.md index 0717b5d7df..fc299cf27d 100644 --- a/samples/openapi3/client/petstore/python/docs/AnimalFarm.md +++ b/samples/openapi3/client/petstore/python/docs/AnimalFarm.md @@ -1,5 +1,6 @@ # AnimalFarm + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/AnotherFakeApi.md b/samples/openapi3/client/petstore/python/docs/AnotherFakeApi.md index 402031d6be..043aa7d5db 100644 --- a/samples/openapi3/client/petstore/python/docs/AnotherFakeApi.md +++ b/samples/openapi3/client/petstore/python/docs/AnotherFakeApi.md @@ -46,6 +46,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling AnotherFakeApi->call_123_test_special_tags: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -65,6 +66,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/openapi3/client/petstore/python/docs/ApiResponse.md b/samples/openapi3/client/petstore/python/docs/ApiResponse.md index 8fc302305a..81a7d0d852 100644 --- a/samples/openapi3/client/petstore/python/docs/ApiResponse.md +++ b/samples/openapi3/client/petstore/python/docs/ApiResponse.md @@ -1,5 +1,6 @@ # ApiResponse + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Apple.md b/samples/openapi3/client/petstore/python/docs/Apple.md index bf729dc745..d8ba5ec071 100644 --- a/samples/openapi3/client/petstore/python/docs/Apple.md +++ b/samples/openapi3/client/petstore/python/docs/Apple.md @@ -1,5 +1,6 @@ # Apple + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/AppleReq.md b/samples/openapi3/client/petstore/python/docs/AppleReq.md index 03370bdb96..b50f701a3d 100644 --- a/samples/openapi3/client/petstore/python/docs/AppleReq.md +++ b/samples/openapi3/client/petstore/python/docs/AppleReq.md @@ -1,5 +1,6 @@ # AppleReq + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ArrayOfArrayOfNumberOnly.md b/samples/openapi3/client/petstore/python/docs/ArrayOfArrayOfNumberOnly.md index 1a68df0090..6ab7796378 100644 --- a/samples/openapi3/client/petstore/python/docs/ArrayOfArrayOfNumberOnly.md +++ b/samples/openapi3/client/petstore/python/docs/ArrayOfArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ArrayOfEnums.md b/samples/openapi3/client/petstore/python/docs/ArrayOfEnums.md index 8a1dfca693..d2f8ea80a3 100644 --- a/samples/openapi3/client/petstore/python/docs/ArrayOfEnums.md +++ b/samples/openapi3/client/petstore/python/docs/ArrayOfEnums.md @@ -1,5 +1,6 @@ # ArrayOfEnums + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ArrayOfNumberOnly.md b/samples/openapi3/client/petstore/python/docs/ArrayOfNumberOnly.md index b8a760f56d..ebc65a54ba 100644 --- a/samples/openapi3/client/petstore/python/docs/ArrayOfNumberOnly.md +++ b/samples/openapi3/client/petstore/python/docs/ArrayOfNumberOnly.md @@ -1,5 +1,6 @@ # ArrayOfNumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ArrayTest.md b/samples/openapi3/client/petstore/python/docs/ArrayTest.md index b94f23fd22..4e1bda8fc3 100644 --- a/samples/openapi3/client/petstore/python/docs/ArrayTest.md +++ b/samples/openapi3/client/petstore/python/docs/ArrayTest.md @@ -1,5 +1,6 @@ # ArrayTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Banana.md b/samples/openapi3/client/petstore/python/docs/Banana.md index 5a5364538b..54e06a1de5 100644 --- a/samples/openapi3/client/petstore/python/docs/Banana.md +++ b/samples/openapi3/client/petstore/python/docs/Banana.md @@ -1,5 +1,6 @@ # Banana + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/BananaReq.md b/samples/openapi3/client/petstore/python/docs/BananaReq.md index 804f9f11eb..7375528821 100644 --- a/samples/openapi3/client/petstore/python/docs/BananaReq.md +++ b/samples/openapi3/client/petstore/python/docs/BananaReq.md @@ -1,5 +1,6 @@ # BananaReq + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/BasquePig.md b/samples/openapi3/client/petstore/python/docs/BasquePig.md index 5c8a325252..6c583c5bc9 100644 --- a/samples/openapi3/client/petstore/python/docs/BasquePig.md +++ b/samples/openapi3/client/petstore/python/docs/BasquePig.md @@ -1,5 +1,6 @@ # BasquePig + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Capitalization.md b/samples/openapi3/client/petstore/python/docs/Capitalization.md index 85d88d239e..1ddeadeb3f 100644 --- a/samples/openapi3/client/petstore/python/docs/Capitalization.md +++ b/samples/openapi3/client/petstore/python/docs/Capitalization.md @@ -1,5 +1,6 @@ # Capitalization + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Cat.md b/samples/openapi3/client/petstore/python/docs/Cat.md index 86f6c0e11d..082715a284 100644 --- a/samples/openapi3/client/petstore/python/docs/Cat.md +++ b/samples/openapi3/client/petstore/python/docs/Cat.md @@ -1,5 +1,6 @@ # Cat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/CatAllOf.md b/samples/openapi3/client/petstore/python/docs/CatAllOf.md index 35434374fc..0ff7809a99 100644 --- a/samples/openapi3/client/petstore/python/docs/CatAllOf.md +++ b/samples/openapi3/client/petstore/python/docs/CatAllOf.md @@ -1,5 +1,6 @@ # CatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Category.md b/samples/openapi3/client/petstore/python/docs/Category.md index 287225d66f..940f6a45e6 100644 --- a/samples/openapi3/client/petstore/python/docs/Category.md +++ b/samples/openapi3/client/petstore/python/docs/Category.md @@ -1,5 +1,6 @@ # Category + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ChildCat.md b/samples/openapi3/client/petstore/python/docs/ChildCat.md index d39ee46116..513903ac57 100644 --- a/samples/openapi3/client/petstore/python/docs/ChildCat.md +++ b/samples/openapi3/client/petstore/python/docs/ChildCat.md @@ -1,5 +1,6 @@ # ChildCat + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ChildCatAllOf.md b/samples/openapi3/client/petstore/python/docs/ChildCatAllOf.md index f48345511c..c5883b9a87 100644 --- a/samples/openapi3/client/petstore/python/docs/ChildCatAllOf.md +++ b/samples/openapi3/client/petstore/python/docs/ChildCatAllOf.md @@ -1,5 +1,6 @@ # ChildCatAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ClassModel.md b/samples/openapi3/client/petstore/python/docs/ClassModel.md index 657d51a944..48ed7cbf2f 100644 --- a/samples/openapi3/client/petstore/python/docs/ClassModel.md +++ b/samples/openapi3/client/petstore/python/docs/ClassModel.md @@ -1,6 +1,7 @@ # ClassModel Model for testing model with \"_class\" property + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Client.md b/samples/openapi3/client/petstore/python/docs/Client.md index 88e99384f9..c3986008d6 100644 --- a/samples/openapi3/client/petstore/python/docs/Client.md +++ b/samples/openapi3/client/petstore/python/docs/Client.md @@ -1,5 +1,6 @@ # Client + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ComplexQuadrilateral.md b/samples/openapi3/client/petstore/python/docs/ComplexQuadrilateral.md index 672d5c2acb..d9fef9ca28 100644 --- a/samples/openapi3/client/petstore/python/docs/ComplexQuadrilateral.md +++ b/samples/openapi3/client/petstore/python/docs/ComplexQuadrilateral.md @@ -1,5 +1,6 @@ # ComplexQuadrilateral + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ComposedOneOfNumberWithValidations.md b/samples/openapi3/client/petstore/python/docs/ComposedOneOfNumberWithValidations.md index 4fb32a02cf..14c3f2ea49 100644 --- a/samples/openapi3/client/petstore/python/docs/ComposedOneOfNumberWithValidations.md +++ b/samples/openapi3/client/petstore/python/docs/ComposedOneOfNumberWithValidations.md @@ -1,6 +1,7 @@ # ComposedOneOfNumberWithValidations this is a model that allows payloads of type object or number + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/DanishPig.md b/samples/openapi3/client/petstore/python/docs/DanishPig.md index 5501dc6b7c..dd7fe16ea4 100644 --- a/samples/openapi3/client/petstore/python/docs/DanishPig.md +++ b/samples/openapi3/client/petstore/python/docs/DanishPig.md @@ -1,5 +1,6 @@ # DanishPig + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/DefaultApi.md b/samples/openapi3/client/petstore/python/docs/DefaultApi.md index 3fffa95ff3..08052341ae 100644 --- a/samples/openapi3/client/petstore/python/docs/DefaultApi.md +++ b/samples/openapi3/client/petstore/python/docs/DefaultApi.md @@ -40,6 +40,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling DefaultApi->foo_get: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -56,6 +57,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/openapi3/client/petstore/python/docs/Dog.md b/samples/openapi3/client/petstore/python/docs/Dog.md index fa95680609..51b5b32bda 100644 --- a/samples/openapi3/client/petstore/python/docs/Dog.md +++ b/samples/openapi3/client/petstore/python/docs/Dog.md @@ -1,5 +1,6 @@ # Dog + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/DogAllOf.md b/samples/openapi3/client/petstore/python/docs/DogAllOf.md index 36d3216f7b..6382bbd806 100644 --- a/samples/openapi3/client/petstore/python/docs/DogAllOf.md +++ b/samples/openapi3/client/petstore/python/docs/DogAllOf.md @@ -1,5 +1,6 @@ # DogAllOf + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Drawing.md b/samples/openapi3/client/petstore/python/docs/Drawing.md index 73500bc0c5..0f0390a3f7 100644 --- a/samples/openapi3/client/petstore/python/docs/Drawing.md +++ b/samples/openapi3/client/petstore/python/docs/Drawing.md @@ -1,5 +1,6 @@ # Drawing + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/EnumArrays.md b/samples/openapi3/client/petstore/python/docs/EnumArrays.md index e0b5582e9d..9be5c645a8 100644 --- a/samples/openapi3/client/petstore/python/docs/EnumArrays.md +++ b/samples/openapi3/client/petstore/python/docs/EnumArrays.md @@ -1,5 +1,6 @@ # EnumArrays + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/EnumClass.md b/samples/openapi3/client/petstore/python/docs/EnumClass.md index 6dda7fd8a7..a1f9aae581 100644 --- a/samples/openapi3/client/petstore/python/docs/EnumClass.md +++ b/samples/openapi3/client/petstore/python/docs/EnumClass.md @@ -1,5 +1,6 @@ # EnumClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/EnumTest.md b/samples/openapi3/client/petstore/python/docs/EnumTest.md index 706c1ebf0e..b918185843 100644 --- a/samples/openapi3/client/petstore/python/docs/EnumTest.md +++ b/samples/openapi3/client/petstore/python/docs/EnumTest.md @@ -1,5 +1,6 @@ # EnumTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/EquilateralTriangle.md b/samples/openapi3/client/petstore/python/docs/EquilateralTriangle.md index e73229ddc4..2766ad71ce 100644 --- a/samples/openapi3/client/petstore/python/docs/EquilateralTriangle.md +++ b/samples/openapi3/client/petstore/python/docs/EquilateralTriangle.md @@ -1,5 +1,6 @@ # EquilateralTriangle + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/FakeApi.md b/samples/openapi3/client/petstore/python/docs/FakeApi.md index a8efca8897..ea6886d682 100644 --- a/samples/openapi3/client/petstore/python/docs/FakeApi.md +++ b/samples/openapi3/client/petstore/python/docs/FakeApi.md @@ -71,6 +71,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->additional_properties_with_array_of_enums: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -90,6 +91,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -136,6 +138,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->array_model: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -155,6 +158,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -200,6 +204,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->array_of_enums: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -219,6 +224,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -262,6 +268,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->boolean: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -281,6 +288,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -325,6 +333,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->composed_one_of_number_with_validations: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -344,6 +353,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -385,6 +395,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->download_attachment: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -404,6 +415,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: text/plain + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -463,6 +475,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->enum_test: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -482,6 +495,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -523,6 +537,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->fake_health_get: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -539,6 +554,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -586,6 +602,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->mammal: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -605,6 +622,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -649,6 +667,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->number_with_validations: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -668,6 +687,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -716,6 +736,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->object_model_with_ref_props: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -735,6 +756,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -778,6 +800,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->string: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -797,6 +820,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -841,6 +865,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->string_enum: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -860,6 +885,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -911,6 +937,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_body_with_file_schema: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -930,6 +957,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -984,6 +1012,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_body_with_query_params: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1004,6 +1033,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1050,6 +1080,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_client_model: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1069,6 +1100,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1143,6 +1175,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling FakeApi->test_endpoint_parameters: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1175,6 +1208,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1230,6 +1264,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_enum_parameters: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1256,6 +1291,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1322,6 +1358,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling FakeApi->test_group_parameters: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1346,6 +1383,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1388,6 +1426,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_inline_additional_properties: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1407,6 +1446,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1448,6 +1488,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_json_form_data: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1468,6 +1509,7 @@ No authorization required - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1523,6 +1565,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->test_query_parameter_collection_format: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1546,6 +1589,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1587,6 +1631,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->upload_download_file: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1606,6 +1651,7 @@ No authorization required - **Content-Type**: application/octet-stream - **Accept**: application/octet-stream + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1658,6 +1704,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->upload_file: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1678,6 +1725,7 @@ No authorization required - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -1721,6 +1769,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling FakeApi->upload_files: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -1740,6 +1789,7 @@ No authorization required - **Content-Type**: multipart/form-data - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/openapi3/client/petstore/python/docs/FakeClassnameTags123Api.md b/samples/openapi3/client/petstore/python/docs/FakeClassnameTags123Api.md index e7a43d577d..a00c272201 100644 --- a/samples/openapi3/client/petstore/python/docs/FakeClassnameTags123Api.md +++ b/samples/openapi3/client/petstore/python/docs/FakeClassnameTags123Api.md @@ -57,6 +57,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling FakeClassnameTags123Api->test_classname: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -76,6 +77,7 @@ Name | Type | Description | Notes - **Content-Type**: application/json - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/openapi3/client/petstore/python/docs/File.md b/samples/openapi3/client/petstore/python/docs/File.md index f17ba0057d..63b1d1a651 100644 --- a/samples/openapi3/client/petstore/python/docs/File.md +++ b/samples/openapi3/client/petstore/python/docs/File.md @@ -1,6 +1,7 @@ # File Must be named `File` for test. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/FileSchemaTestClass.md b/samples/openapi3/client/petstore/python/docs/FileSchemaTestClass.md index d0a8bbaaba..caf2440821 100644 --- a/samples/openapi3/client/petstore/python/docs/FileSchemaTestClass.md +++ b/samples/openapi3/client/petstore/python/docs/FileSchemaTestClass.md @@ -1,5 +1,6 @@ # FileSchemaTestClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Foo.md b/samples/openapi3/client/petstore/python/docs/Foo.md index 3e9080e7f4..23fb5e1678 100644 --- a/samples/openapi3/client/petstore/python/docs/Foo.md +++ b/samples/openapi3/client/petstore/python/docs/Foo.md @@ -1,5 +1,6 @@ # Foo + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/FormatTest.md b/samples/openapi3/client/petstore/python/docs/FormatTest.md index 18e7d495e0..4fcec13519 100644 --- a/samples/openapi3/client/petstore/python/docs/FormatTest.md +++ b/samples/openapi3/client/petstore/python/docs/FormatTest.md @@ -1,5 +1,6 @@ # FormatTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Fruit.md b/samples/openapi3/client/petstore/python/docs/Fruit.md index 9a15349d34..92700e79e0 100644 --- a/samples/openapi3/client/petstore/python/docs/Fruit.md +++ b/samples/openapi3/client/petstore/python/docs/Fruit.md @@ -1,5 +1,6 @@ # Fruit + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/FruitReq.md b/samples/openapi3/client/petstore/python/docs/FruitReq.md index edb522537d..7ff54d6ae0 100644 --- a/samples/openapi3/client/petstore/python/docs/FruitReq.md +++ b/samples/openapi3/client/petstore/python/docs/FruitReq.md @@ -1,5 +1,6 @@ # FruitReq + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/GmFruit.md b/samples/openapi3/client/petstore/python/docs/GmFruit.md index b5ec2fba3a..f2af2abe5c 100644 --- a/samples/openapi3/client/petstore/python/docs/GmFruit.md +++ b/samples/openapi3/client/petstore/python/docs/GmFruit.md @@ -1,5 +1,6 @@ # GmFruit + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/GrandparentAnimal.md b/samples/openapi3/client/petstore/python/docs/GrandparentAnimal.md index 2a9d89c76d..15db0708bb 100644 --- a/samples/openapi3/client/petstore/python/docs/GrandparentAnimal.md +++ b/samples/openapi3/client/petstore/python/docs/GrandparentAnimal.md @@ -1,5 +1,6 @@ # GrandparentAnimal + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/HasOnlyReadOnly.md b/samples/openapi3/client/petstore/python/docs/HasOnlyReadOnly.md index f731a42eab..0e1334519a 100644 --- a/samples/openapi3/client/petstore/python/docs/HasOnlyReadOnly.md +++ b/samples/openapi3/client/petstore/python/docs/HasOnlyReadOnly.md @@ -1,5 +1,6 @@ # HasOnlyReadOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/HealthCheckResult.md b/samples/openapi3/client/petstore/python/docs/HealthCheckResult.md index 50cf84f691..ab8b660e66 100644 --- a/samples/openapi3/client/petstore/python/docs/HealthCheckResult.md +++ b/samples/openapi3/client/petstore/python/docs/HealthCheckResult.md @@ -1,6 +1,7 @@ # HealthCheckResult Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/InlineResponseDefault.md b/samples/openapi3/client/petstore/python/docs/InlineResponseDefault.md index 9c754420f2..f0a52bc463 100644 --- a/samples/openapi3/client/petstore/python/docs/InlineResponseDefault.md +++ b/samples/openapi3/client/petstore/python/docs/InlineResponseDefault.md @@ -1,5 +1,6 @@ # InlineResponseDefault + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/IntegerEnum.md b/samples/openapi3/client/petstore/python/docs/IntegerEnum.md index 9ef38c0704..9567a76cc2 100644 --- a/samples/openapi3/client/petstore/python/docs/IntegerEnum.md +++ b/samples/openapi3/client/petstore/python/docs/IntegerEnum.md @@ -1,5 +1,6 @@ # IntegerEnum + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/IntegerEnumOneValue.md b/samples/openapi3/client/petstore/python/docs/IntegerEnumOneValue.md index dda321694f..99dcaa7a4e 100644 --- a/samples/openapi3/client/petstore/python/docs/IntegerEnumOneValue.md +++ b/samples/openapi3/client/petstore/python/docs/IntegerEnumOneValue.md @@ -1,5 +1,6 @@ # IntegerEnumOneValue + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/IntegerEnumWithDefaultValue.md b/samples/openapi3/client/petstore/python/docs/IntegerEnumWithDefaultValue.md index 9988294c03..4b8e39d9ca 100644 --- a/samples/openapi3/client/petstore/python/docs/IntegerEnumWithDefaultValue.md +++ b/samples/openapi3/client/petstore/python/docs/IntegerEnumWithDefaultValue.md @@ -1,5 +1,6 @@ # IntegerEnumWithDefaultValue + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/IsoscelesTriangle.md b/samples/openapi3/client/petstore/python/docs/IsoscelesTriangle.md index e80ec0983a..e7fffa3be0 100644 --- a/samples/openapi3/client/petstore/python/docs/IsoscelesTriangle.md +++ b/samples/openapi3/client/petstore/python/docs/IsoscelesTriangle.md @@ -1,5 +1,6 @@ # IsoscelesTriangle + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/List.md b/samples/openapi3/client/petstore/python/docs/List.md index 11f4f3a05f..4b60956971 100644 --- a/samples/openapi3/client/petstore/python/docs/List.md +++ b/samples/openapi3/client/petstore/python/docs/List.md @@ -1,5 +1,6 @@ # List + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Mammal.md b/samples/openapi3/client/petstore/python/docs/Mammal.md index 3ad5538e6e..4d9d8cc520 100644 --- a/samples/openapi3/client/petstore/python/docs/Mammal.md +++ b/samples/openapi3/client/petstore/python/docs/Mammal.md @@ -1,5 +1,6 @@ # Mammal + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/MapTest.md b/samples/openapi3/client/petstore/python/docs/MapTest.md index ad561b7220..15228ee1f2 100644 --- a/samples/openapi3/client/petstore/python/docs/MapTest.md +++ b/samples/openapi3/client/petstore/python/docs/MapTest.md @@ -1,5 +1,6 @@ # MapTest + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/openapi3/client/petstore/python/docs/MixedPropertiesAndAdditionalPropertiesClass.md index 1484c0638d..f489944a20 100644 --- a/samples/openapi3/client/petstore/python/docs/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/openapi3/client/petstore/python/docs/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,5 +1,6 @@ # MixedPropertiesAndAdditionalPropertiesClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Model200Response.md b/samples/openapi3/client/petstore/python/docs/Model200Response.md index 40d0d7828e..c958bd4b33 100644 --- a/samples/openapi3/client/petstore/python/docs/Model200Response.md +++ b/samples/openapi3/client/petstore/python/docs/Model200Response.md @@ -1,6 +1,7 @@ # Model200Response Model for testing model name starting with number + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ModelReturn.md b/samples/openapi3/client/petstore/python/docs/ModelReturn.md index 65ec73ddae..043e9d466f 100644 --- a/samples/openapi3/client/petstore/python/docs/ModelReturn.md +++ b/samples/openapi3/client/petstore/python/docs/ModelReturn.md @@ -1,6 +1,7 @@ # ModelReturn Model for testing reserved words + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Name.md b/samples/openapi3/client/petstore/python/docs/Name.md index 807b76afc6..3be719cdbf 100644 --- a/samples/openapi3/client/petstore/python/docs/Name.md +++ b/samples/openapi3/client/petstore/python/docs/Name.md @@ -1,6 +1,7 @@ # Name Model for testing model name same as property name + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/NullableClass.md b/samples/openapi3/client/petstore/python/docs/NullableClass.md index 0789eb8ad1..863e93ddfb 100644 --- a/samples/openapi3/client/petstore/python/docs/NullableClass.md +++ b/samples/openapi3/client/petstore/python/docs/NullableClass.md @@ -1,5 +1,6 @@ # NullableClass + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/NullableShape.md b/samples/openapi3/client/petstore/python/docs/NullableShape.md index 12ef6d7f74..a1c658a393 100644 --- a/samples/openapi3/client/petstore/python/docs/NullableShape.md +++ b/samples/openapi3/client/petstore/python/docs/NullableShape.md @@ -1,6 +1,7 @@ # NullableShape The value may be a shape or the 'null' value. The 'nullable' attribute was introduced in OAS schema >= 3.0 and has been deprecated in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/NumberOnly.md b/samples/openapi3/client/petstore/python/docs/NumberOnly.md index 93a0fde7b9..37195c5d89 100644 --- a/samples/openapi3/client/petstore/python/docs/NumberOnly.md +++ b/samples/openapi3/client/petstore/python/docs/NumberOnly.md @@ -1,5 +1,6 @@ # NumberOnly + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/NumberWithValidations.md b/samples/openapi3/client/petstore/python/docs/NumberWithValidations.md index 402eb8325b..119e0f6782 100644 --- a/samples/openapi3/client/petstore/python/docs/NumberWithValidations.md +++ b/samples/openapi3/client/petstore/python/docs/NumberWithValidations.md @@ -1,5 +1,6 @@ # NumberWithValidations + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ObjectInterface.md b/samples/openapi3/client/petstore/python/docs/ObjectInterface.md index 753c9aad26..ee5bc32898 100644 --- a/samples/openapi3/client/petstore/python/docs/ObjectInterface.md +++ b/samples/openapi3/client/petstore/python/docs/ObjectInterface.md @@ -1,5 +1,6 @@ # ObjectInterface + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ObjectModelWithRefProps.md b/samples/openapi3/client/petstore/python/docs/ObjectModelWithRefProps.md index 9a94ef8f61..5ff4e52033 100644 --- a/samples/openapi3/client/petstore/python/docs/ObjectModelWithRefProps.md +++ b/samples/openapi3/client/petstore/python/docs/ObjectModelWithRefProps.md @@ -1,6 +1,7 @@ # ObjectModelWithRefProps a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ObjectWithValidations.md b/samples/openapi3/client/petstore/python/docs/ObjectWithValidations.md index 831144ab05..9d3e2de12a 100644 --- a/samples/openapi3/client/petstore/python/docs/ObjectWithValidations.md +++ b/samples/openapi3/client/petstore/python/docs/ObjectWithValidations.md @@ -1,5 +1,6 @@ # ObjectWithValidations + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Order.md b/samples/openapi3/client/petstore/python/docs/Order.md index c21210a3bd..d29e1a381d 100644 --- a/samples/openapi3/client/petstore/python/docs/Order.md +++ b/samples/openapi3/client/petstore/python/docs/Order.md @@ -1,5 +1,6 @@ # Order + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ParentPet.md b/samples/openapi3/client/petstore/python/docs/ParentPet.md index 6e2571150d..111ada88b3 100644 --- a/samples/openapi3/client/petstore/python/docs/ParentPet.md +++ b/samples/openapi3/client/petstore/python/docs/ParentPet.md @@ -1,5 +1,6 @@ # ParentPet + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Pet.md b/samples/openapi3/client/petstore/python/docs/Pet.md index 1d3349fa9b..ea4abdeb13 100644 --- a/samples/openapi3/client/petstore/python/docs/Pet.md +++ b/samples/openapi3/client/petstore/python/docs/Pet.md @@ -1,6 +1,7 @@ # Pet Pet object that needs to be added to the store + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/PetApi.md b/samples/openapi3/client/petstore/python/docs/PetApi.md index 87aa32e25a..7486621b5e 100644 --- a/samples/openapi3/client/petstore/python/docs/PetApi.md +++ b/samples/openapi3/client/petstore/python/docs/PetApi.md @@ -135,6 +135,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->add_pet: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -154,6 +155,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -214,6 +216,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->delete_pet: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -234,6 +237,7 @@ void (empty response body) - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -351,6 +355,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->find_pets_by_status: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -370,6 +375,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -486,6 +492,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->find_pets_by_tags: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -505,6 +512,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -561,6 +569,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->get_pet_by_id: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -580,6 +589,7 @@ Name | Type | Description | Notes - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -711,6 +721,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->update_pet: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -730,6 +741,7 @@ void (empty response body) - **Content-Type**: application/json, application/xml - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -793,6 +805,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling PetApi->update_pet_with_form: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -814,6 +827,7 @@ void (empty response body) - **Content-Type**: application/x-www-form-urlencoded - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/openapi3/client/petstore/python/docs/Pig.md b/samples/openapi3/client/petstore/python/docs/Pig.md index bebdd38f90..30b4d17f60 100644 --- a/samples/openapi3/client/petstore/python/docs/Pig.md +++ b/samples/openapi3/client/petstore/python/docs/Pig.md @@ -1,5 +1,6 @@ # Pig + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Quadrilateral.md b/samples/openapi3/client/petstore/python/docs/Quadrilateral.md index 58f91c19b6..7418ca26b4 100644 --- a/samples/openapi3/client/petstore/python/docs/Quadrilateral.md +++ b/samples/openapi3/client/petstore/python/docs/Quadrilateral.md @@ -1,5 +1,6 @@ # Quadrilateral + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/QuadrilateralInterface.md b/samples/openapi3/client/petstore/python/docs/QuadrilateralInterface.md index 25d7446651..3b9c39d223 100644 --- a/samples/openapi3/client/petstore/python/docs/QuadrilateralInterface.md +++ b/samples/openapi3/client/petstore/python/docs/QuadrilateralInterface.md @@ -1,5 +1,6 @@ # QuadrilateralInterface + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ReadOnlyFirst.md b/samples/openapi3/client/petstore/python/docs/ReadOnlyFirst.md index 6bc1447c1d..53b4c61d84 100644 --- a/samples/openapi3/client/petstore/python/docs/ReadOnlyFirst.md +++ b/samples/openapi3/client/petstore/python/docs/ReadOnlyFirst.md @@ -1,5 +1,6 @@ # ReadOnlyFirst + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ScaleneTriangle.md b/samples/openapi3/client/petstore/python/docs/ScaleneTriangle.md index 8b5b5ff855..0910a264c0 100644 --- a/samples/openapi3/client/petstore/python/docs/ScaleneTriangle.md +++ b/samples/openapi3/client/petstore/python/docs/ScaleneTriangle.md @@ -1,5 +1,6 @@ # ScaleneTriangle + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Shape.md b/samples/openapi3/client/petstore/python/docs/Shape.md index 0c056f0d1d..fe458b1df0 100644 --- a/samples/openapi3/client/petstore/python/docs/Shape.md +++ b/samples/openapi3/client/petstore/python/docs/Shape.md @@ -1,5 +1,6 @@ # Shape + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ShapeInterface.md b/samples/openapi3/client/petstore/python/docs/ShapeInterface.md index 224a2faa1d..4d094158fa 100644 --- a/samples/openapi3/client/petstore/python/docs/ShapeInterface.md +++ b/samples/openapi3/client/petstore/python/docs/ShapeInterface.md @@ -1,5 +1,6 @@ # ShapeInterface + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/ShapeOrNull.md b/samples/openapi3/client/petstore/python/docs/ShapeOrNull.md index 31510011fb..ee3fbbdcb2 100644 --- a/samples/openapi3/client/petstore/python/docs/ShapeOrNull.md +++ b/samples/openapi3/client/petstore/python/docs/ShapeOrNull.md @@ -1,6 +1,7 @@ # ShapeOrNull The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/SimpleQuadrilateral.md b/samples/openapi3/client/petstore/python/docs/SimpleQuadrilateral.md index ec38088e78..13672f48c9 100644 --- a/samples/openapi3/client/petstore/python/docs/SimpleQuadrilateral.md +++ b/samples/openapi3/client/petstore/python/docs/SimpleQuadrilateral.md @@ -1,5 +1,6 @@ # SimpleQuadrilateral + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/SomeObject.md b/samples/openapi3/client/petstore/python/docs/SomeObject.md index eb225fb05d..8b3723863e 100644 --- a/samples/openapi3/client/petstore/python/docs/SomeObject.md +++ b/samples/openapi3/client/petstore/python/docs/SomeObject.md @@ -1,5 +1,6 @@ # SomeObject + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/SpecialModelName.md b/samples/openapi3/client/petstore/python/docs/SpecialModelName.md index 022ee19169..268e113419 100644 --- a/samples/openapi3/client/petstore/python/docs/SpecialModelName.md +++ b/samples/openapi3/client/petstore/python/docs/SpecialModelName.md @@ -1,5 +1,6 @@ # SpecialModelName + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/StoreApi.md b/samples/openapi3/client/petstore/python/docs/StoreApi.md index c052c02c9b..3ceceacf1a 100644 --- a/samples/openapi3/client/petstore/python/docs/StoreApi.md +++ b/samples/openapi3/client/petstore/python/docs/StoreApi.md @@ -45,6 +45,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling StoreApi->delete_order: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -64,6 +65,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -118,6 +120,7 @@ with petstore_api.ApiClient(configuration) as api_client: print("Exception when calling StoreApi->get_inventory: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -134,6 +137,7 @@ This endpoint does not need any parameter. - **Content-Type**: Not defined - **Accept**: application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -178,6 +182,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling StoreApi->get_order_by_id: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -197,6 +202,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -248,6 +254,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling StoreApi->place_order: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -267,6 +274,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/openapi3/client/petstore/python/docs/StringBooleanMap.md b/samples/openapi3/client/petstore/python/docs/StringBooleanMap.md index 2fbf3b3767..217c797040 100644 --- a/samples/openapi3/client/petstore/python/docs/StringBooleanMap.md +++ b/samples/openapi3/client/petstore/python/docs/StringBooleanMap.md @@ -1,5 +1,6 @@ # StringBooleanMap + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/StringEnum.md b/samples/openapi3/client/petstore/python/docs/StringEnum.md index 4c00bc4ad9..b03f3b1e6c 100644 --- a/samples/openapi3/client/petstore/python/docs/StringEnum.md +++ b/samples/openapi3/client/petstore/python/docs/StringEnum.md @@ -1,5 +1,6 @@ # StringEnum + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/StringEnumWithDefaultValue.md b/samples/openapi3/client/petstore/python/docs/StringEnumWithDefaultValue.md index 13cc075ab3..7799b93d82 100644 --- a/samples/openapi3/client/petstore/python/docs/StringEnumWithDefaultValue.md +++ b/samples/openapi3/client/petstore/python/docs/StringEnumWithDefaultValue.md @@ -1,5 +1,6 @@ # StringEnumWithDefaultValue + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Tag.md b/samples/openapi3/client/petstore/python/docs/Tag.md index 243cd98eda..4ccac4949a 100644 --- a/samples/openapi3/client/petstore/python/docs/Tag.md +++ b/samples/openapi3/client/petstore/python/docs/Tag.md @@ -1,5 +1,6 @@ # Tag + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Triangle.md b/samples/openapi3/client/petstore/python/docs/Triangle.md index f86e2ede10..85e1d6bb43 100644 --- a/samples/openapi3/client/petstore/python/docs/Triangle.md +++ b/samples/openapi3/client/petstore/python/docs/Triangle.md @@ -1,5 +1,6 @@ # Triangle + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/TriangleInterface.md b/samples/openapi3/client/petstore/python/docs/TriangleInterface.md index 901553d663..494c224cd3 100644 --- a/samples/openapi3/client/petstore/python/docs/TriangleInterface.md +++ b/samples/openapi3/client/petstore/python/docs/TriangleInterface.md @@ -1,5 +1,6 @@ # TriangleInterface + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/User.md b/samples/openapi3/client/petstore/python/docs/User.md index 5fc54dce87..a4cb117e63 100644 --- a/samples/openapi3/client/petstore/python/docs/User.md +++ b/samples/openapi3/client/petstore/python/docs/User.md @@ -1,5 +1,6 @@ # User + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/UserApi.md b/samples/openapi3/client/petstore/python/docs/UserApi.md index 59eeff9a33..e3511719d5 100644 --- a/samples/openapi3/client/petstore/python/docs/UserApi.md +++ b/samples/openapi3/client/petstore/python/docs/UserApi.md @@ -63,6 +63,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->create_user: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -82,6 +83,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -138,6 +140,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->create_users_with_array_input: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -157,6 +160,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -213,6 +217,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->create_users_with_list_input: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -232,6 +237,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -274,6 +280,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->delete_user: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -293,6 +300,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -336,6 +344,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->get_user_by_name: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -355,6 +364,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -399,6 +409,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->login_user: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -419,6 +430,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/xml, application/json + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -459,6 +471,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->logout_user: %s\n" % e) ``` + ### Parameters This endpoint does not need any parameter. @@ -475,6 +488,7 @@ No authorization required - **Content-Type**: Not defined - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| @@ -532,6 +546,7 @@ with petstore_api.ApiClient() as api_client: print("Exception when calling UserApi->update_user: %s\n" % e) ``` + ### Parameters Name | Type | Description | Notes @@ -552,6 +567,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/samples/openapi3/client/petstore/python/docs/Whale.md b/samples/openapi3/client/petstore/python/docs/Whale.md index 693dacb158..ea48bff6bc 100644 --- a/samples/openapi3/client/petstore/python/docs/Whale.md +++ b/samples/openapi3/client/petstore/python/docs/Whale.md @@ -1,5 +1,6 @@ # Whale + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/openapi3/client/petstore/python/docs/Zebra.md b/samples/openapi3/client/petstore/python/docs/Zebra.md index 7681f69468..980d8d98e9 100644 --- a/samples/openapi3/client/petstore/python/docs/Zebra.md +++ b/samples/openapi3/client/petstore/python/docs/Zebra.md @@ -1,5 +1,6 @@ # Zebra + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | -------------