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 e68b9b1aef1..55d0244e3a5 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 0a42c19469a..f5643754465 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 40cfc87c114..43e695a6ffd 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 2e748e0f0f5..e6f7f2c9b83 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 85a2b7dea88..0fd9f879061 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 0770b36be17..babf25481c4 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 2e6ab1b3f04..5b1c686cd37 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 fc90a2e0fc5..f73f21259ca 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 36eac3ca919..7c19d58ebd5 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 7971d6c85f6..ff7358618ea 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 f4649bb8867..d8194ab1f5d 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 93c2a721137..7fa99ae82e0 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 4b53ceb4137..c761ca7d5ed 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 76398d1ef10..2e41a351352 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 92ed51c801f..63021a8294a 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 595279123e1..3cb9bd184dd 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 8d04bdd9d34..98d0316ea21 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 fbcf3be947a..c40cd0f8acc 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 a97ce49b801..f14b7a3ae4e 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 494fe14c5e6..93fca7e408a 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 1ac0bfc8acd..bb723d2baa1 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 1b3949b9f21..1f819f8f281 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 1a3f09548e8..005b8f8058a 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 a4acb4dfa7c..4764c0ff80c 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 c61636e3585..d93717103b8 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 a5e9e5c244c..d74d11bae77 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 74aa8a86b74..226952d1cec 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 10ea538f590..f99aab99e38 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 36c2df9673a..681be0bc7e3 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 74c1ab66db2..1b1352d918f 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 8975864ba12..aa1ac17604e 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 e6f320ac0de..6cbaaa14e81 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 f7b8d4ebf74..032a1faeb3f 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 ff376beebad..8ce6449e5f2 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 18044560aa8..864d33e80e7 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 51e52f4b735..f39982657c8 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 46da47c5124..65a6097ce3f 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 53f6a754270..d9cf6527a3f 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 d2447d2e0ac..6f5de6b6851 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 aa5df1a927a..3aa00144e9a 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 ef32aeb7148..c1096f2c310 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 cdb1654356f..6b7122940af 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 2dfe0e22388..8881585a4c7 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 4fb1eae9c06..38f309437db 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 5a6544a5172..ac0ae4e6a8e 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 9899d7c5db5..ab06d96ca30 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 7f5e0f57cab..af8d565abfb 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 2a148644cc5..13235fbd10f 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 11192666c4f..28959feda08 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 244164accbe..0ce4be56cc7 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 fd84dc2038c..92cf4572321 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 3efa07e3b46..39a70be7ad4 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 ab12d86b7c3..56b1c9f00ab 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 06120314fb6..5db6b0e2d1d 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 2cdabaa6ec6..2cc2d496e67 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 2879f720f42..461ebfe34c2 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 4a5d17ea887..64549c18b0a 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 44c5cd47b65..f7d1a7eb688 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 8c96fb62ac8..e3d55e133f3 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 d4ac347e2e5..f0eef14fabb 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 484c2a0992c..2862c7e5321 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 b3f243cc6e2..aab8f4db9c7 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 b2e30bde4c3..dc1ebba4e76 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 9aa858ade8d..5f57db957d7 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 668f456c690..31f4d86fe43 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 ecc7b60ce55..8a1bd169a2f 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 c75e5d034e5..692af702b5b 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 0ca2455a4ab..7bab4fa20ee 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 4fe318e4a16..f8fb004da80 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 a2ca39cc52b..14a7c0f1071 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 13eb4a56bd5..66c55c3b473 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 4f026f75b74..eb42bcc1aaa 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 22713352ca0..245765c7845 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 09f6b91ee62..3ffaa1086a6 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 149bb5a8dd1..567858392db 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 29de7150974..35c75a44372 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 188f0754e3b..0e18ba6d591 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 348d5c8d221..c7224764e2d 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 5acd4f35203..47820f406dd 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 6e9ea931901..6e86d0760d5 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 2676d64eabb..0165ddcc0e4 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 0fd001c58bc..6daf340a141 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 5c3762e8803..b3f4a17ea34 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 56a0ac3de08..2c7c97e09da 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 2ebc1db5b4a..76da8f1de81 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 cabde4dffc9..9a54628cd41 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 6126932df84..57456d6793f 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 59c2453ac78..cbf61ebe77a 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 5f55ec3e833..c329495425d 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 e0008731e60..a27e685165a 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 c0ed9ea4380..24e2480d5de 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 718effdb02a..fdd22eb31fd 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 6578de98039..c4d0452b4e8 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 c354aa04761..e0d8b5a5913 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 a6b2889dc60..b0cd4dc042b 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 73b2c545a54..aa12c26c69f 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 cd60de874dc..5fc3dc7f85c 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 48da462bd08..31e686adf0e 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 fbcf3be947a..c40cd0f8acc 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 a97ce49b801..f14b7a3ae4e 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 494fe14c5e6..93fca7e408a 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 1ac0bfc8acd..bb723d2baa1 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 1b3949b9f21..1f819f8f281 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 1a3f09548e8..005b8f8058a 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 a4acb4dfa7c..4764c0ff80c 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 c61636e3585..d93717103b8 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 a5e9e5c244c..d74d11bae77 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 74aa8a86b74..226952d1cec 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 10ea538f590..f99aab99e38 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 36c2df9673a..681be0bc7e3 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 74c1ab66db2..1b1352d918f 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 8975864ba12..aa1ac17604e 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 e6f320ac0de..6cbaaa14e81 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 f7b8d4ebf74..032a1faeb3f 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 ff376beebad..8ce6449e5f2 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 18044560aa8..864d33e80e7 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 51e52f4b735..f39982657c8 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 46da47c5124..65a6097ce3f 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 53f6a754270..d9cf6527a3f 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 d2447d2e0ac..6f5de6b6851 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 aa5df1a927a..3aa00144e9a 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 ef32aeb7148..c1096f2c310 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 cdb1654356f..6b7122940af 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 2dfe0e22388..8881585a4c7 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 4fb1eae9c06..38f309437db 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 5a6544a5172..ac0ae4e6a8e 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 9899d7c5db5..ab06d96ca30 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 7f5e0f57cab..af8d565abfb 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 2a148644cc5..13235fbd10f 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 11192666c4f..28959feda08 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 244164accbe..0ce4be56cc7 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 fd84dc2038c..92cf4572321 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 3efa07e3b46..39a70be7ad4 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 ab12d86b7c3..56b1c9f00ab 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 06120314fb6..5db6b0e2d1d 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 2cdabaa6ec6..2cc2d496e67 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 2879f720f42..461ebfe34c2 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 4a5d17ea887..64549c18b0a 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 44c5cd47b65..f7d1a7eb688 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 8c96fb62ac8..e3d55e133f3 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 d4ac347e2e5..f0eef14fabb 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 484c2a0992c..2862c7e5321 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 b3f243cc6e2..aab8f4db9c7 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 b2e30bde4c3..dc1ebba4e76 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 9aa858ade8d..5f57db957d7 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 668f456c690..31f4d86fe43 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 ecc7b60ce55..8a1bd169a2f 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 c75e5d034e5..692af702b5b 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 0ca2455a4ab..7bab4fa20ee 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 4fe318e4a16..f8fb004da80 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 a2ca39cc52b..14a7c0f1071 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 13eb4a56bd5..66c55c3b473 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 4f026f75b74..eb42bcc1aaa 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 22713352ca0..245765c7845 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 09f6b91ee62..3ffaa1086a6 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 149bb5a8dd1..567858392db 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 29de7150974..35c75a44372 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 188f0754e3b..0e18ba6d591 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 348d5c8d221..c7224764e2d 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 5acd4f35203..47820f406dd 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 6e9ea931901..6e86d0760d5 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 2676d64eabb..0165ddcc0e4 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 0fd001c58bc..6daf340a141 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 5c3762e8803..b3f4a17ea34 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 56a0ac3de08..2c7c97e09da 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 2ebc1db5b4a..76da8f1de81 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 cabde4dffc9..9a54628cd41 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 6126932df84..57456d6793f 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 59c2453ac78..cbf61ebe77a 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 5f55ec3e833..c329495425d 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 e0008731e60..a27e685165a 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 c0ed9ea4380..24e2480d5de 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 718effdb02a..fdd22eb31fd 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 6578de98039..c4d0452b4e8 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 c354aa04761..e0d8b5a5913 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 a6b2889dc60..b0cd4dc042b 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 73b2c545a54..aa12c26c69f 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 cd60de874dc..5fc3dc7f85c 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 48da462bd08..31e686adf0e 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 fbcf3be947a..c40cd0f8acc 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 a97ce49b801..f14b7a3ae4e 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 494fe14c5e6..93fca7e408a 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 1ac0bfc8acd..bb723d2baa1 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 1b3949b9f21..1f819f8f281 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 1a3f09548e8..005b8f8058a 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 a4acb4dfa7c..4764c0ff80c 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 c61636e3585..d93717103b8 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 a5e9e5c244c..d74d11bae77 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 74aa8a86b74..226952d1cec 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 10ea538f590..f99aab99e38 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 36c2df9673a..681be0bc7e3 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 74c1ab66db2..1b1352d918f 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 8975864ba12..aa1ac17604e 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 e6f320ac0de..6cbaaa14e81 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 f7b8d4ebf74..032a1faeb3f 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 ff376beebad..8ce6449e5f2 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 18044560aa8..864d33e80e7 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 51e52f4b735..f39982657c8 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 46da47c5124..65a6097ce3f 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 53f6a754270..d9cf6527a3f 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 d2447d2e0ac..6f5de6b6851 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 aa5df1a927a..3aa00144e9a 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 ef32aeb7148..c1096f2c310 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 cdb1654356f..6b7122940af 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 2dfe0e22388..8881585a4c7 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 4fb1eae9c06..38f309437db 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 5a6544a5172..ac0ae4e6a8e 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 9899d7c5db5..ab06d96ca30 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 7f5e0f57cab..af8d565abfb 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 2a148644cc5..13235fbd10f 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 11192666c4f..28959feda08 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 244164accbe..0ce4be56cc7 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 fd84dc2038c..92cf4572321 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 3efa07e3b46..39a70be7ad4 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 ab12d86b7c3..56b1c9f00ab 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 06120314fb6..5db6b0e2d1d 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 2cdabaa6ec6..2cc2d496e67 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 2879f720f42..461ebfe34c2 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 4a5d17ea887..64549c18b0a 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 44c5cd47b65..f7d1a7eb688 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 8c96fb62ac8..e3d55e133f3 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 d4ac347e2e5..f0eef14fabb 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 484c2a0992c..2862c7e5321 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 b3f243cc6e2..aab8f4db9c7 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 b2e30bde4c3..dc1ebba4e76 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 9aa858ade8d..5f57db957d7 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 668f456c690..31f4d86fe43 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 ecc7b60ce55..8a1bd169a2f 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 c75e5d034e5..692af702b5b 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 0ca2455a4ab..7bab4fa20ee 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 4fe318e4a16..f8fb004da80 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 a2ca39cc52b..14a7c0f1071 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 13eb4a56bd5..66c55c3b473 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 4f026f75b74..eb42bcc1aaa 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 22713352ca0..245765c7845 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 09f6b91ee62..3ffaa1086a6 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 149bb5a8dd1..567858392db 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 29de7150974..35c75a44372 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 188f0754e3b..0e18ba6d591 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 348d5c8d221..c7224764e2d 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 5acd4f35203..47820f406dd 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 6e9ea931901..6e86d0760d5 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 2676d64eabb..0165ddcc0e4 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 0fd001c58bc..6daf340a141 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 5c3762e8803..b3f4a17ea34 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 56a0ac3de08..2c7c97e09da 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 2ebc1db5b4a..76da8f1de81 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 cabde4dffc9..9a54628cd41 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 6126932df84..57456d6793f 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 59c2453ac78..cbf61ebe77a 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 5f55ec3e833..c329495425d 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 e0008731e60..a27e685165a 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 c0ed9ea4380..24e2480d5de 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 718effdb02a..fdd22eb31fd 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 6578de98039..c4d0452b4e8 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 c354aa04761..e0d8b5a5913 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 a6b2889dc60..b0cd4dc042b 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 73b2c545a54..aa12c26c69f 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 cd60de874dc..5fc3dc7f85c 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 48da462bd08..31e686adf0e 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 fbcf3be947a..c40cd0f8acc 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 a97ce49b801..f14b7a3ae4e 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 494fe14c5e6..93fca7e408a 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 1ac0bfc8acd..bb723d2baa1 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 1b3949b9f21..1f819f8f281 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 1a3f09548e8..005b8f8058a 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 a4acb4dfa7c..4764c0ff80c 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 c61636e3585..d93717103b8 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 a5e9e5c244c..d74d11bae77 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 74aa8a86b74..226952d1cec 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 10ea538f590..f99aab99e38 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 36c2df9673a..681be0bc7e3 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 74c1ab66db2..1b1352d918f 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 8975864ba12..aa1ac17604e 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 e6f320ac0de..6cbaaa14e81 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 f7b8d4ebf74..032a1faeb3f 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 ff376beebad..8ce6449e5f2 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 18044560aa8..864d33e80e7 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 51e52f4b735..f39982657c8 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 46da47c5124..65a6097ce3f 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 53f6a754270..d9cf6527a3f 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 d2447d2e0ac..6f5de6b6851 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 aa5df1a927a..3aa00144e9a 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 ef32aeb7148..c1096f2c310 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 cdb1654356f..6b7122940af 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 2dfe0e22388..8881585a4c7 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 4fb1eae9c06..38f309437db 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 5a6544a5172..ac0ae4e6a8e 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 9899d7c5db5..ab06d96ca30 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 7f5e0f57cab..af8d565abfb 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 2a148644cc5..13235fbd10f 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 11192666c4f..28959feda08 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 244164accbe..0ce4be56cc7 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 fd84dc2038c..92cf4572321 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 3efa07e3b46..39a70be7ad4 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 ab12d86b7c3..56b1c9f00ab 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 06120314fb6..5db6b0e2d1d 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 2cdabaa6ec6..2cc2d496e67 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 2879f720f42..461ebfe34c2 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 4a5d17ea887..64549c18b0a 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 44c5cd47b65..f7d1a7eb688 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 8c96fb62ac8..e3d55e133f3 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 d4ac347e2e5..f0eef14fabb 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 484c2a0992c..2862c7e5321 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 b3f243cc6e2..aab8f4db9c7 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 b2e30bde4c3..dc1ebba4e76 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 9aa858ade8d..5f57db957d7 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 668f456c690..31f4d86fe43 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 ecc7b60ce55..8a1bd169a2f 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 c75e5d034e5..692af702b5b 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 0ca2455a4ab..7bab4fa20ee 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 4fe318e4a16..f8fb004da80 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 a2ca39cc52b..14a7c0f1071 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 13eb4a56bd5..66c55c3b473 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 4f026f75b74..eb42bcc1aaa 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 22713352ca0..245765c7845 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 09f6b91ee62..3ffaa1086a6 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 149bb5a8dd1..567858392db 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 29de7150974..35c75a44372 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 188f0754e3b..0e18ba6d591 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 348d5c8d221..c7224764e2d 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 5acd4f35203..47820f406dd 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 6e9ea931901..6e86d0760d5 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 2676d64eabb..0165ddcc0e4 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 0fd001c58bc..6daf340a141 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 5c3762e8803..b3f4a17ea34 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 56a0ac3de08..2c7c97e09da 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 2ebc1db5b4a..76da8f1de81 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 cabde4dffc9..9a54628cd41 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 6126932df84..57456d6793f 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 59c2453ac78..cbf61ebe77a 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 5f55ec3e833..c329495425d 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 e0008731e60..a27e685165a 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 c0ed9ea4380..24e2480d5de 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 718effdb02a..fdd22eb31fd 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 6578de98039..c4d0452b4e8 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 c354aa04761..e0d8b5a5913 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 a6b2889dc60..b0cd4dc042b 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 73b2c545a54..aa12c26c69f 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 cd60de874dc..5fc3dc7f85c 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 48da462bd08..31e686adf0e 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 fbcf3be947a..c40cd0f8acc 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 a97ce49b801..f14b7a3ae4e 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 494fe14c5e6..93fca7e408a 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 1ac0bfc8acd..bb723d2baa1 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 1b3949b9f21..1f819f8f281 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 1a3f09548e8..005b8f8058a 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 a4acb4dfa7c..4764c0ff80c 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 c61636e3585..d93717103b8 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 a5e9e5c244c..d74d11bae77 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 74aa8a86b74..226952d1cec 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 10ea538f590..f99aab99e38 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 36c2df9673a..681be0bc7e3 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 74c1ab66db2..1b1352d918f 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 8975864ba12..aa1ac17604e 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 e6f320ac0de..6cbaaa14e81 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 f7b8d4ebf74..032a1faeb3f 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 ff376beebad..8ce6449e5f2 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 18044560aa8..864d33e80e7 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 51e52f4b735..f39982657c8 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 46da47c5124..65a6097ce3f 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 53f6a754270..d9cf6527a3f 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 d2447d2e0ac..6f5de6b6851 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 aa5df1a927a..3aa00144e9a 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 ef32aeb7148..c1096f2c310 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 cdb1654356f..6b7122940af 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 2dfe0e22388..8881585a4c7 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 4fb1eae9c06..38f309437db 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 5a6544a5172..ac0ae4e6a8e 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 9899d7c5db5..ab06d96ca30 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 7f5e0f57cab..af8d565abfb 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 2a148644cc5..13235fbd10f 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 11192666c4f..28959feda08 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 244164accbe..0ce4be56cc7 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 fd84dc2038c..92cf4572321 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 3efa07e3b46..39a70be7ad4 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 ab12d86b7c3..56b1c9f00ab 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 06120314fb6..5db6b0e2d1d 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 2cdabaa6ec6..2cc2d496e67 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 2879f720f42..461ebfe34c2 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 4a5d17ea887..64549c18b0a 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 44c5cd47b65..f7d1a7eb688 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 8c96fb62ac8..e3d55e133f3 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 d4ac347e2e5..f0eef14fabb 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 484c2a0992c..2862c7e5321 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 b3f243cc6e2..aab8f4db9c7 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 b2e30bde4c3..dc1ebba4e76 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 9aa858ade8d..5f57db957d7 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 668f456c690..31f4d86fe43 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 ecc7b60ce55..8a1bd169a2f 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 c75e5d034e5..692af702b5b 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 0ca2455a4ab..7bab4fa20ee 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 4fe318e4a16..f8fb004da80 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 a2ca39cc52b..14a7c0f1071 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 13eb4a56bd5..66c55c3b473 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 4f026f75b74..eb42bcc1aaa 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 22713352ca0..245765c7845 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 09f6b91ee62..3ffaa1086a6 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 149bb5a8dd1..567858392db 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 29de7150974..35c75a44372 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 188f0754e3b..0e18ba6d591 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 348d5c8d221..c7224764e2d 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 5acd4f35203..47820f406dd 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 6e9ea931901..6e86d0760d5 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 2676d64eabb..0165ddcc0e4 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 0fd001c58bc..6daf340a141 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 5c3762e8803..b3f4a17ea34 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 56a0ac3de08..2c7c97e09da 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 2ebc1db5b4a..76da8f1de81 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 cabde4dffc9..9a54628cd41 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 6126932df84..57456d6793f 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 59c2453ac78..cbf61ebe77a 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 5f55ec3e833..c329495425d 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 e0008731e60..a27e685165a 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 c0ed9ea4380..24e2480d5de 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 718effdb02a..fdd22eb31fd 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 6578de98039..c4d0452b4e8 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 c354aa04761..e0d8b5a5913 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 a6b2889dc60..b0cd4dc042b 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 73b2c545a54..aa12c26c69f 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 cd60de874dc..5fc3dc7f85c 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 48da462bd08..31e686adf0e 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 c7cb3d05138..4e201d824b2 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 7ee074eba27..5feca30d1de 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 b60a61bae4b..24436e10bc6 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 93eb8b27455..c4d52011eca 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 9c0cc2b2951..7f8dd7f0fb8 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 d3c3c7c5405..eac4f3fcafc 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 7c37179a910..611bd412da5 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 059616ec6ba..12e20b22218 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 9c46433be47..a71dd8aa4a7 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 14a74a37a4e..ea4765a69ad 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 d56efcd5967..798a210c145 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 352399ea515..2e59caca46e 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 ca9f550c316..d651e8b349d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 059616ec6ba..12e20b22218 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 9c46433be47..a71dd8aa4a7 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 14a74a37a4e..ea4765a69ad 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 d56efcd5967..798a210c145 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 352399ea515..2e59caca46e 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 ca9f550c316..d651e8b349d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 3a95e27d7c0..2602dc74610 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 119bcdc97e8..1fcee404010 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 7d124d8969a..2c3dd709622 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 c002f5a3615..ff107e8d7eb 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 096fdc7b09a..8c184da283d 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 eac8fab40f3..6f5421307d5 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 aaf138e7ff7..113ba95b708 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 dd72cd9bdc3..cefaaf5b4d2 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 a2664e601e8..2ab4d8c7fe7 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 3e784666f13..60b9920b9b2 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 f43fc7d76fe..da0b458210a 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 58beb5e14ec..ae6756ef393 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 d34ff1a4d89..22968c797bf 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 891af257889..eac383c5d11 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 096fdc7b09a..8c184da283d 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 34c14b52bf2..8c348eb2306 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 6a791da7106..2e7ed29b255 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 930bfd1a5ac..bfe96e6ffdf 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 e3b04c897ed..1b443d6ddff 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 7629f5f50c8..c030cc566c5 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 6a745f35b63..34583587d63 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 060b7bdd6c0..3377cb6aedf 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 5b0385e52a0..715c33fe11e 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 cd162bd797d..ebe56353564 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 e6071b7ac6a..824460e9b87 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 103babddf1b..74eeb0362a2 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 1b79b1e97df..e3af575009e 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 eec91a45802..d69b9abe4a2 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 d4c713b3e96..e010e0307fd 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 d7b56a6b99c..3e27a481387 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 7c35c8fdba5..7595377e38e 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 c8b10048700..a45e40c7ce8 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 eaa76f6bb22..24205f7a043 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 ede422e87c2..d4cb7cafb43 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 149537224cc..cff52708e57 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 ffb0e9d2dc0..abcb3f47754 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 1ed266a241d..d2a15068ecb 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 f1193deea42..149054aa587 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 5b0880f6c25..8ef92cc9c09 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 69ba61e421b..25db1df010f 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 ea86e5d595c..0fa92f2f3c1 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 b79bfb108f5..d4eaa5acd40 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 575e33afaaf..7f90bb41e60 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 68afad173e8..b9f9e6e534b 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 9ba2d6a0f9c..1d31df867e0 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 02b3abc589e..0b0fb72a7bd 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 44ef6c4dfcb..e3febcad093 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 d439eec4bb6..f5ca8785645 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 982360b302c..7a8400d8919 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 3a50641dde8..e2db24edc4a 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 f539125ebe3..63cb48f4d32 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 932bd08f0c5..c7fa5e62807 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 5702a47fb52..ad892c7be1c 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 ec66e930bdf..c98cd96db2e 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 0bb43f42f24..e90d5a34cb4 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 5c4a6f50d15..34ecab13e01 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 76de8235c8a..53d3afebac9 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 76046312d5d..5561162eee0 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 06b218877b2..4c0db5e9e28 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 059616ec6ba..12e20b22218 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 9c46433be47..a71dd8aa4a7 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 14a74a37a4e..ea4765a69ad 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 d56efcd5967..798a210c145 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 352399ea515..2e59caca46e 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 ca9f550c316..d651e8b349d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 059616ec6ba..12e20b22218 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 9c46433be47..a71dd8aa4a7 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 14a74a37a4e..ea4765a69ad 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 d56efcd5967..798a210c145 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 352399ea515..2e59caca46e 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 ca9f550c316..d651e8b349d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 059616ec6ba..12e20b22218 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 9c46433be47..a71dd8aa4a7 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 14a74a37a4e..ea4765a69ad 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 d56efcd5967..798a210c145 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 352399ea515..2e59caca46e 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 ca9f550c316..d651e8b349d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 f58ecd4216a..35fdbbbeaae 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 c531ab56df2..fbeee306c40 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 4f4dac58589..f0469bd488b 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 ca4e8b4197a..c7caacc6ef6 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 ebefe2ffdd4..477e464d88a 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 d03e871ce01..8c197c2263d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 f58ecd4216a..35fdbbbeaae 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 c531ab56df2..fbeee306c40 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 4f4dac58589..f0469bd488b 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 ca4e8b4197a..c7caacc6ef6 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 ebefe2ffdd4..477e464d88a 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 d03e871ce01..8c197c2263d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 f58ecd4216a..35fdbbbeaae 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 c531ab56df2..fbeee306c40 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 4f4dac58589..f0469bd488b 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 ca4e8b4197a..c7caacc6ef6 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 ebefe2ffdd4..477e464d88a 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 d03e871ce01..8c197c2263d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 f58ecd4216a..35fdbbbeaae 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 c531ab56df2..fbeee306c40 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 4f4dac58589..f0469bd488b 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 ca4e8b4197a..c7caacc6ef6 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 ebefe2ffdd4..477e464d88a 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 d03e871ce01..8c197c2263d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 059616ec6ba..12e20b22218 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 38bf96d4fad..3dc32ffd383 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 14a74a37a4e..ea4765a69ad 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 3a95e27d7c0..2602dc74610 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 00815ade8bd..8a77a27772f 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 4a8a3f1993a..ffb21c7396f 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 352399ea515..2e59caca46e 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 ca9f550c316..d651e8b349d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 059616ec6ba..12e20b22218 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 38bf96d4fad..3dc32ffd383 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 14a74a37a4e..ea4765a69ad 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 3a95e27d7c0..2602dc74610 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 00815ade8bd..8a77a27772f 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 4a8a3f1993a..ffb21c7396f 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 352399ea515..2e59caca46e 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 ca9f550c316..d651e8b349d 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 096fdc7b09a..8c184da283d 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 87b468bb7ca..7bbe63d23f8 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 cb7fe9b3903..bdbf2962f20 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 6b53e7ba73a..81aeb9ae1e7 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 f9e189355cf..f936ebe1426 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 d2ed7fb1a46..ae339123714 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 53f6e81e717..8f414ad02fd 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 98ac8d2e5fe..41892793f0b 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 d7970cdfe19..a2dfbc116f9 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 c8e18ae55e4..7edc25cd2b0 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 059616ec6ba..12e20b22218 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 8a075304abf..020fbc787d8 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 21177dbf089..2bcace910ec 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 869b7a6c066..94505276726 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 e066d77e5b0..6b3aa33fae8 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 9c46433be47..a71dd8aa4a7 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 14a74a37a4e..ea4765a69ad 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 3a95e27d7c0..2602dc74610 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 60fa4300013..a35f0b3962c 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 4795b40ef65..6416f8f3715 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 bdcdad6b3e6..e9116d63718 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 d56efcd5967..798a210c145 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 a692499dc66..a329bf4419a 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 934b8f0f25d..2692c1caafe 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 352399ea515..2e59caca46e 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 f24eba7d222..70d36f5d0d4 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 e28c7a9df58..8340befcae5 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 96f0d4bebf4..2396fdf1765 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 c4ea94b7fc1..05ec5fb40b8 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 ca9f550c316..d651e8b349d 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 096fdc7b09a..8c184da283d 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 9843d35ab90..6d5625857d5 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 cfe09d91c72..934c43272a9 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 74f009554a7..577b141d470 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 eb3e0524de1..7e5025e58ce 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 a3e58fd1b0b..4a5e49e0b02 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 37eafe1ff03..39a8992fd4a 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 7f4d6713c75..ec590e3cf96 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 9317cfeee80..c7cc6213050 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 7ed4ba541fa..8bc43ab53f3 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 8fc302305ab..81a7d0d8522 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 aa3988ab167..b53b6cdb8c4 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 2c3de967aec..6116bc7489f 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 6ab0d137806..81420a3b9bb 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 000271f832a..d26809fcff8 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 621bda6d35a..c3c42f41da5 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 85d88d239ee..1ddeadeb3f4 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 8d30565d014..b3eff72b309 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 35434374fc9..0ff7809a99a 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 7e5c1e31649..095459c80b6 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 657d51a944d..48ed7cbf2ff 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 88e99384f92..c3986008d6c 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 f727487975c..7eeaf5b6851 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 36d3216f7b3..6382bbd8067 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 e15a5f1fd04..92de0e95565 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 67f017becd0..64830e3d1de 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 c4c1630250f..1911bfa918c 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 f17ba0057d0..63b1d1a6518 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 dc372228988..58d71b7a26b 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 f0942f52484..239b60134ab 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 f731a42eab5..0e1334519a8 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 11f4f3a05f3..4b60956971a 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 a5601691f88..aea74bc8689 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 b9808d5275e..53e84e839bb 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 40d0d7828e1..c958bd4b33f 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 65ec73ddae7..043e9d466fa 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 807b76afc6e..3be719cdbfb 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 93a0fde7b93..37195c5d899 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 b5f7b22d34c..f360fffe814 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 bab07ad559e..31013673df7 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 06d413b0168..4cb31437c7e 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 9e15090300f..c462e794c89 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 6bc1447c1d7..53b4c61d844 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 022ee19169c..268e1134192 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 243cd98eda6..4ccac4949af 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 861da021826..13d28300630 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 2a410ded8e3..f75bdd36f64 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 443ac123fdc..b0079f591b6 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 3dd09833fe5..acaadbdb5f7 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 9843d35ab90..6d5625857d5 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 cfe09d91c72..934c43272a9 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 74f009554a7..577b141d470 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 eb3e0524de1..7e5025e58ce 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 a3e58fd1b0b..4a5e49e0b02 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 37eafe1ff03..39a8992fd4a 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 7f4d6713c75..ec590e3cf96 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 9317cfeee80..c7cc6213050 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 7ed4ba541fa..8bc43ab53f3 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 8fc302305ab..81a7d0d8522 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 aa3988ab167..b53b6cdb8c4 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 2c3de967aec..6116bc7489f 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 6ab0d137806..81420a3b9bb 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 000271f832a..d26809fcff8 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 621bda6d35a..c3c42f41da5 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 85d88d239ee..1ddeadeb3f4 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 8d30565d014..b3eff72b309 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 35434374fc9..0ff7809a99a 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 7e5c1e31649..095459c80b6 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 657d51a944d..48ed7cbf2ff 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 88e99384f92..c3986008d6c 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 f727487975c..7eeaf5b6851 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 36d3216f7b3..6382bbd8067 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 e15a5f1fd04..92de0e95565 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 67f017becd0..64830e3d1de 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 c4c1630250f..1911bfa918c 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 f17ba0057d0..63b1d1a6518 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 dc372228988..58d71b7a26b 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 f0942f52484..239b60134ab 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 f731a42eab5..0e1334519a8 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 11f4f3a05f3..4b60956971a 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 a5601691f88..aea74bc8689 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 b9808d5275e..53e84e839bb 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 40d0d7828e1..c958bd4b33f 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 65ec73ddae7..043e9d466fa 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 807b76afc6e..3be719cdbfb 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 93a0fde7b93..37195c5d899 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 b5f7b22d34c..f360fffe814 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 bab07ad559e..31013673df7 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 06d413b0168..4cb31437c7e 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 9e15090300f..c462e794c89 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 6bc1447c1d7..53b4c61d844 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 022ee19169c..268e1134192 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 243cd98eda6..4ccac4949af 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 861da021826..13d28300630 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 2a410ded8e3..f75bdd36f64 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 443ac123fdc..b0079f591b6 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 3dd09833fe5..acaadbdb5f7 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 9843d35ab90..6d5625857d5 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 cfe09d91c72..934c43272a9 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 74f009554a7..577b141d470 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 eb3e0524de1..7e5025e58ce 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 a3e58fd1b0b..4a5e49e0b02 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 37eafe1ff03..39a8992fd4a 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 7f4d6713c75..ec590e3cf96 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 9317cfeee80..c7cc6213050 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 7ed4ba541fa..8bc43ab53f3 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 8fc302305ab..81a7d0d8522 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 aa3988ab167..b53b6cdb8c4 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 2c3de967aec..6116bc7489f 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 6ab0d137806..81420a3b9bb 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 000271f832a..d26809fcff8 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 621bda6d35a..c3c42f41da5 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 85d88d239ee..1ddeadeb3f4 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 8d30565d014..b3eff72b309 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 35434374fc9..0ff7809a99a 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 7e5c1e31649..095459c80b6 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 657d51a944d..48ed7cbf2ff 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 88e99384f92..c3986008d6c 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 f727487975c..7eeaf5b6851 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 36d3216f7b3..6382bbd8067 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 e15a5f1fd04..92de0e95565 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 67f017becd0..64830e3d1de 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 c4c1630250f..1911bfa918c 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 f17ba0057d0..63b1d1a6518 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 dc372228988..58d71b7a26b 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 f0942f52484..239b60134ab 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 f731a42eab5..0e1334519a8 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 11f4f3a05f3..4b60956971a 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 a5601691f88..aea74bc8689 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 b9808d5275e..53e84e839bb 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 40d0d7828e1..c958bd4b33f 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 65ec73ddae7..043e9d466fa 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 807b76afc6e..3be719cdbfb 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 93a0fde7b93..37195c5d899 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 b5f7b22d34c..f360fffe814 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 bab07ad559e..31013673df7 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 06d413b0168..4cb31437c7e 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 9e15090300f..c462e794c89 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 6bc1447c1d7..53b4c61d844 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 022ee19169c..268e1134192 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 243cd98eda6..4ccac4949af 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 861da021826..13d28300630 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 2a410ded8e3..f75bdd36f64 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 443ac123fdc..b0079f591b6 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 3dd09833fe5..acaadbdb5f7 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 754b2f3ada4..a69ff4928f4 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 61ac566c14d..697494b373f 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 f2567f064cf..bf7b5be4c13 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 4a9d1dd133c..3646837b853 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 fe0ba709c8e..96345efd4cc 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 bec81854b95..9af52dc6dcf 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 3fcf2c9299d..73ba5914712 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 bbe0b1cbbbb..fe3993d0226 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 698dc711aeb..1d1c77c01ab 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 0717b5d7df1..fc299cf27d3 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 7bc6fba30a6..470caed72cc 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 8fc302305ab..81a7d0d8522 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 1a68df0090b..6ab77963788 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 b8a760f56dc..ebc65a54ba7 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 b94f23fd227..4e1bda8fc3a 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 85d88d239ee..1ddeadeb3f4 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 b2662bc06c1..e9ce235cd63 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 35434374fc9..0ff7809a99a 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 287225d66fd..940f6a45e64 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 28c29d3d761..eb439244571 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 47774b92a66..f9ae99c7c15 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 328b1b4b591..9e3a0fb4b51 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 f48345511c1..c5883b9a87c 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 233f420409b..9a6e5b37266 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 a366fb735c0..673050667cb 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 9a8b7524c9f..e881ee0a1d1 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 a9f166b9f56..6e2b70c0150 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 657d51a944d..48ed7cbf2ff 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 88e99384f92..c3986008d6c 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 ca679f81b41..7065c4c983d 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 36d3216f7b3..6382bbd8067 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 e0b5582e9d5..9be5c645a80 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 6dda7fd8a77..a1f9aae5819 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 22dd3d5f48d..eb884224139 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 b098d80fdd3..a107342b75c 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 9bf5b1babf2..3452fd6ddff 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 f17ba0057d0..63b1d1a6518 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 d0a8bbaaba9..caf2440821d 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 083b0bd4c98..aef09bfcc83 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 e98808ee538..b6d80a71945 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 2a9d89c76d9..15db0708bb1 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 f731a42eab5..0e1334519a8 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 11f4f3a05f3..4b60956971a 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 ad561b7220b..15228ee1f28 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 1484c0638d8..f489944a20a 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 40d0d7828e1..c958bd4b33f 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 65ec73ddae7..043e9d466fa 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 807b76afc6e..3be719cdbfb 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 93a0fde7b93..37195c5d899 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 402eb8325bc..119e0f67823 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 9a94ef8f61c..5ff4e52033d 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 c21210a3bd5..d29e1a381de 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 f4c237bb989..9d3f02d68b3 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 c76c615cc35..569a5e4af14 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 2c9775e7e16..09e409c8fcf 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 ce09d401c89..6e78495272e 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 6364be44837..dcff2fcd072 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 17ea34ab204..2014198aa1b 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 6bc1447c1d7..53b4c61d844 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 022ee19169c..268e1134192 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 30ea16d661f..b5df4fc1fee 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 2fbf3b3767d..217c7970408 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 fbedcd04bce..bb195ec0e45 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 fb8be02da16..b9fe1e0944c 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 42322d2f4c3..904915aec01 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 246ac18b2b5..d2954c64dce 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 443ac123fdc..b0079f591b6 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 429d7918521..3c04b81d196 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 d30ca436229..ea3d7f92804 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 cf3a8e1910f..ef6b5c4b05b 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 37f849e1b45..b36425e24bb 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 94bc205bd0e..80b7e462da3 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 8cbdc808bd8..fa7bb48d018 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 c62cafef27d..33f57d4cda6 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 a5d3c39b435..7771f62ad1e 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 2a71a187a1c..e71831a39a4 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 fb80d3c31ac..3d032d4504a 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 c8e18ae55e4..7edc25cd2b0 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 5a34a5a33a6..513643aeb77 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 dd50fef8c0f..d2fccd5306d 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 559130f2aaf..7ddff9847aa 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 1528a37c6f0..35a773503b8 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 af67d7e9c97..05d4cf39707 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 00451d7f1fa..da63b7067f7 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 f4c3ece5de9..35c6b1c43a6 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 21602809de4..9e7a27f8a59 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 889ee86cd4e..0e86a671658 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 66dd1d879e0..0874f4811de 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 869b7a6c066..94505276726 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 b6dc15650d8..87f1158ba26 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 afe879d01a5..e4b49735d65 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 3a95e27d7c0..2602dc74610 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 02c7ef53f5f..7893cf3f447 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 4b0db2607db..91da637f088 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 d47f146ed7f..8c7632266ed 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 4795b40ef65..6416f8f3715 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 11bb9026e46..80ba4783bbd 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 63c30c2b733..1c7c639d48c 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 31c0788e022..535e9216413 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 e1bf17954e6..c8152be3d31 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 e1fabb2e4aa..ad7e0219665 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 37ac007b793..8aab7453687 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 24050740c87..a26b2710779 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 a692499dc66..a329bf4419a 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 5d30088669b..f49fe5a12f3 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 f9d200d032b..f8b65a8a972 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 b944413849c..c2cf751d1b8 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 c15bd90f0ba..525872029f5 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 93243ceb71a..c29bce5c126 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 562b49786da..87470ae5fac 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 156de233f7f..eafe1861f2b 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 fb80d3c31ac..3d032d4504a 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 c8e18ae55e4..7edc25cd2b0 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 5a34a5a33a6..513643aeb77 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 dd50fef8c0f..d2fccd5306d 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 e1a0e54c0b5..9b1f8586999 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 25670a603c4..4e95f1ae74e 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 7c6f6245ac8..9b90810fc28 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 559130f2aaf..7ddff9847aa 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 1528a37c6f0..35a773503b8 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 af67d7e9c97..05d4cf39707 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 7b73c40b554..ad8939b744c 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 39c2f864df8..87a3ab44a39 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 1098fd900c5..3fd01aaebfc 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 613ea9f7ee2..d03ffbfd06f 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 00451d7f1fa..da63b7067f7 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 f4c3ece5de9..35c6b1c43a6 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 d5453c20133..04beba3384a 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 228df492383..125a20b3fce 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 21602809de4..9e7a27f8a59 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 889ee86cd4e..0e86a671658 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 73cedf2bc91..f4ba57fa3b8 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 cbeb9e9a22d..1f7e23d981b 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 66dd1d879e0..0874f4811de 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 869b7a6c066..94505276726 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 b6dc15650d8..87f1158ba26 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 afe879d01a5..e4b49735d65 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 3a95e27d7c0..2602dc74610 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 02c7ef53f5f..7893cf3f447 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 4b0db2607db..91da637f088 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 d47f146ed7f..8c7632266ed 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 4795b40ef65..6416f8f3715 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 11bb9026e46..80ba4783bbd 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 63c30c2b733..1c7c639d48c 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 31c0788e022..535e9216413 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 9c3aeb6495c..16f3ab93449 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 52d10b2cc7a..8bc2ed1571f 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 f9928d70622..91c45e49421 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 14fb7f1ed27..aca98405e37 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 5005d4b7239..3684358a040 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 b815a0b4c99..219628217ca 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 e1bf17954e6..c8152be3d31 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 4b9d048546c..26c0b18032e 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 30782d6ae77..fa708e88241 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 594951145a3..7274cb07593 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 e1fabb2e4aa..ad7e0219665 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 37ac007b793..8aab7453687 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 24050740c87..a26b2710779 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 a692499dc66..a329bf4419a 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 5d30088669b..f49fe5a12f3 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 f9d200d032b..f8b65a8a972 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 b944413849c..c2cf751d1b8 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 934b8f0f25d..2692c1caafe 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 f24eba7d222..70d36f5d0d4 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 c15bd90f0ba..525872029f5 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 93243ceb71a..c29bce5c126 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 562b49786da..87470ae5fac 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 156de233f7f..eafe1861f2b 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 796a789d4c4..44eba731566 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 7ed4ba541fa..8bc43ab53f3 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 8fc302305ab..81a7d0d8522 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 aa3988ab167..b53b6cdb8c4 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 2c3de967aec..6116bc7489f 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 6ab0d137806..81420a3b9bb 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 85d88d239ee..1ddeadeb3f4 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 8d30565d014..b3eff72b309 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 35434374fc9..0ff7809a99a 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 7e5c1e31649..095459c80b6 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 657d51a944d..48ed7cbf2ff 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 88e99384f92..c3986008d6c 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 f727487975c..7eeaf5b6851 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 36d3216f7b3..6382bbd8067 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 e15a5f1fd04..92de0e95565 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 67f017becd0..64830e3d1de 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 bd1e2beb90d..46b320fbe45 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 f17ba0057d0..63b1d1a6518 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 dc372228988..58d71b7a26b 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 c55aa2cf103..258a8444fd4 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 919d954bf52..971997b5ec5 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 f731a42eab5..0e1334519a8 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 7cde5c09329..a8df56c8faf 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 9c754420f24..f0a52bc4639 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 11f4f3a05f3..4b60956971a 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 a5601691f88..aea74bc8689 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 b9808d5275e..53e84e839bb 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 40d0d7828e1..c958bd4b33f 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 65ec73ddae7..043e9d466fa 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 807b76afc6e..3be719cdbfb 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 c8b74746ae9..64964d9bbdd 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 93a0fde7b93..37195c5d899 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 b5f7b22d34c..f360fffe814 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 bab07ad559e..31013673df7 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 06d413b0168..4cb31437c7e 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 1487a710393..4a5ba6428d8 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 8be15eee6a2..fc84ec36585 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 27d962f106e..0de4199a840 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 9e15090300f..c462e794c89 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 6bc1447c1d7..53b4c61d844 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 022ee19169c..268e1134192 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 243cd98eda6..4ccac4949af 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 443ac123fdc..b0079f591b6 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 e54a02329f1..460813c1223 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 124de21cf33..49ca7b3d754 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 f0699983eb7..31b6c30f1ff 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 698dc711aeb..1d1c77c01ab 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 0717b5d7df1..fc299cf27d3 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 402031d6bee..043aa7d5dba 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 8fc302305ab..81a7d0d8522 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 bf729dc7452..d8ba5ec0711 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 03370bdb968..b50f701a3d8 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 1a68df0090b..6ab77963788 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 8a1dfca693a..d2f8ea80a3d 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 b8a760f56dc..ebc65a54ba7 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 b94f23fd227..4e1bda8fc3a 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 5a5364538ba..54e06a1de59 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 804f9f11eb0..73755288219 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 5c8a3252529..6c583c5bc9f 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 85d88d239ee..1ddeadeb3f4 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 86f6c0e11dc..082715a2842 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 35434374fc9..0ff7809a99a 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 287225d66fd..940f6a45e64 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 d39ee461163..513903ac579 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 f48345511c1..c5883b9a87c 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 657d51a944d..48ed7cbf2ff 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 88e99384f92..c3986008d6c 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 672d5c2acb0..d9fef9ca283 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 4fb32a02cf6..14c3f2ea493 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 5501dc6b7c5..dd7fe16ea4a 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 3fffa95ff34..08052341aee 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 fa956806092..51b5b32bdac 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 36d3216f7b3..6382bbd8067 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 73500bc0c5d..0f0390a3f72 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 e0b5582e9d5..9be5c645a80 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 6dda7fd8a77..a1f9aae5819 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 706c1ebf0ec..b9181858434 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 e73229ddc46..2766ad71cef 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 a8efca88970..ea6886d682b 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 e7a43d577d8..a00c272201f 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 f17ba0057d0..63b1d1a6518 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 d0a8bbaaba9..caf2440821d 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 3e9080e7f48..23fb5e1678e 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 18e7d495e0f..4fcec135190 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 9a15349d34b..92700e79e08 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 edb522537dd..7ff54d6ae02 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 b5ec2fba3a0..f2af2abe5ce 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 2a9d89c76d9..15db0708bb1 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 f731a42eab5..0e1334519a8 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 50cf84f6913..ab8b660e667 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 9c754420f24..f0a52bc4639 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 9ef38c07047..9567a76cc2e 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 dda321694f5..99dcaa7a4ec 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 9988294c037..4b8e39d9cad 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 e80ec0983a5..e7fffa3be03 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 11f4f3a05f3..4b60956971a 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 3ad5538e6e7..4d9d8cc5204 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 ad561b7220b..15228ee1f28 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 1484c0638d8..f489944a20a 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 40d0d7828e1..c958bd4b33f 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 65ec73ddae7..043e9d466fa 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 807b76afc6e..3be719cdbfb 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 0789eb8ad1a..863e93ddfbb 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 12ef6d7f743..a1c658a3934 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 93a0fde7b93..37195c5d899 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 402eb8325bc..119e0f67823 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 753c9aad26e..ee5bc32898b 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 9a94ef8f61c..5ff4e52033d 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 831144ab053..9d3e2de12a1 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 c21210a3bd5..d29e1a381de 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 6e2571150d0..111ada88b3d 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 1d3349fa9b4..ea4abdeb13d 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 87aa32e25a8..7486621b5e2 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 bebdd38f901..30b4d17f60c 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 58f91c19b66..7418ca26b45 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 25d74466517..3b9c39d2230 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 6bc1447c1d7..53b4c61d844 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 8b5b5ff8558..0910a264c00 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 0c056f0d1da..fe458b1df03 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 224a2faa1dd..4d094158fab 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 31510011fb5..ee3fbbdcb25 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 ec38088e781..13672f48c96 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 eb225fb05d2..8b3723863e5 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 022ee19169c..268e1134192 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 c052c02c9b4..3ceceacf1ad 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 2fbf3b3767d..217c7970408 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 4c00bc4ad9d..b03f3b1e6c6 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 13cc075ab34..7799b93d822 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 243cd98eda6..4ccac4949af 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 f86e2ede108..85e1d6bb437 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 901553d663a..494c224cd31 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 5fc54dce871..a4cb117e63a 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 59eeff9a336..e3511719d56 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 693dacb158b..ea48bff6bc3 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 7681f694685..980d8d98e90 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 ------------ | ------------- | ------------- | -------------