forked from loafle/openapi-generator-original
Add whitespace to SDK documentation where necessary (#8919)
* Add a space between table title and the line above it to resolve issues when translating markdown to asciidoc * Regenerate Samples Co-authored-by: Tyler Ballast <tyler.ballast@reportix.com> Co-authored-by: tballast <tyler.ballast@gmail.com>
This commit is contained in:
parent
bce0eb6c8f
commit
f5151de9fc
@ -95,6 +95,7 @@ Name | Type | Description | Notes
|
|||||||
- **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}}
|
- **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}}
|
||||||
|
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
{{#description}}{{&description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
{{^vendorExtensions.x-is-one-of-interface}}
|
{{^vendorExtensions.x-is-one-of-interface}}
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -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?
|
## 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}}}
|
All URIs are relative to {{{scheme}}}://{{{host}}}{{{basePath}}}
|
||||||
{{#apiInfo}}{{#apis}}{{#operations}}
|
{{#apiInfo}}{{#apis}}{{#operations}}
|
||||||
|
|
||||||
### {{classname}}
|
### {{classname}}
|
||||||
Method | HTTP request | Description
|
Method | HTTP request | Description
|
||||||
------------- | ------------- | -------------
|
------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{{#models}}
|
{{#models}}
|
||||||
{{#model}}
|
{{#model}}
|
||||||
# {{{modelPackage}}}.{{{classname}}}
|
# {{{modelPackage}}}.{{{classname}}}
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -108,6 +108,7 @@ Name | Type | Description | Notes
|
|||||||
- **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}}
|
- **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}}
|
||||||
|
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
# {{{packageName}}}.{{modelPackage}}.{{{classname}}}
|
# {{{packageName}}}.{{modelPackage}}.{{{classname}}}
|
||||||
{{#description}}{{&description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -113,6 +113,7 @@ Name | Type | Description | Notes
|
|||||||
- **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}}
|
- **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}}
|
||||||
|
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{{#description}}{{&description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -38,6 +38,7 @@ Method | HTTP request | Description
|
|||||||
{{/authMethods}}
|
{{/authMethods}}
|
||||||
{{/hasAuthMethods}}
|
{{/hasAuthMethods}}
|
||||||
{{> api_doc_example }}
|
{{> api_doc_example }}
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
{{^allParams}}This endpoint does not need any parameter.{{/allParams}}{{#allParams}}{{#-last}}
|
{{^allParams}}This endpoint does not need any parameter.{{/allParams}}{{#allParams}}{{#-last}}
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
@ -61,6 +62,7 @@ Name | Type | Description | Notes
|
|||||||
- **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}}
|
- **Accept**: {{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}{{^produces}}Not defined{{/produces}}
|
||||||
|
|
||||||
{{#responses.0}}
|
{{#responses.0}}
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{{#description}}{{&description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{{#description}}{{&description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# petstore::Category
|
# petstore::Category
|
||||||
|
|
||||||
A category for a pet
|
A category for a pet
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# petstore::ModelApiResponse
|
# petstore::ModelApiResponse
|
||||||
|
|
||||||
Describes the result of uploading an image resource
|
Describes the result of uploading an image resource
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# petstore::Order
|
# petstore::Order
|
||||||
|
|
||||||
An order for a pets from the pet store
|
An order for a pets from the pet store
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# petstore::Pet
|
# petstore::Pet
|
||||||
|
|
||||||
A pet for sale in the pet store
|
A pet for sale in the pet store
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# petstore::Tag
|
# petstore::Tag
|
||||||
|
|
||||||
A tag for a pet
|
A tag for a pet
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# petstore::User
|
# petstore::User
|
||||||
|
|
||||||
A User who is purchasing from the pet store
|
A User who is purchasing from the pet store
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.AdditionalPropertiesClass
|
# Org.OpenAPITools.Model.AdditionalPropertiesClass
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Animal
|
# Org.OpenAPITools.Model.Animal
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -70,6 +70,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: application/json
|
- **Accept**: application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ApiResponse
|
# Org.OpenAPITools.Model.ApiResponse
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Apple
|
# Org.OpenAPITools.Model.Apple
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.AppleReq
|
# Org.OpenAPITools.Model.AppleReq
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ArrayOfArrayOfNumberOnly
|
# Org.OpenAPITools.Model.ArrayOfArrayOfNumberOnly
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ArrayOfNumberOnly
|
# Org.OpenAPITools.Model.ArrayOfNumberOnly
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ArrayTest
|
# Org.OpenAPITools.Model.ArrayTest
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Banana
|
# Org.OpenAPITools.Model.Banana
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.BananaReq
|
# Org.OpenAPITools.Model.BananaReq
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.BasquePig
|
# Org.OpenAPITools.Model.BasquePig
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Capitalization
|
# Org.OpenAPITools.Model.Capitalization
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Cat
|
# Org.OpenAPITools.Model.Cat
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.CatAllOf
|
# Org.OpenAPITools.Model.CatAllOf
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Category
|
# Org.OpenAPITools.Model.Category
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ChildCat
|
# Org.OpenAPITools.Model.ChildCat
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ChildCatAllOf
|
# Org.OpenAPITools.Model.ChildCatAllOf
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Org.OpenAPITools.Model.ClassModel
|
# Org.OpenAPITools.Model.ClassModel
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ComplexQuadrilateral
|
# Org.OpenAPITools.Model.ComplexQuadrilateral
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.DanishPig
|
# Org.OpenAPITools.Model.DanishPig
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -63,6 +63,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/json
|
- **Accept**: application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Dog
|
# Org.OpenAPITools.Model.Dog
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.DogAllOf
|
# Org.OpenAPITools.Model.DogAllOf
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Drawing
|
# Org.OpenAPITools.Model.Drawing
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.EnumArrays
|
# Org.OpenAPITools.Model.EnumArrays
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.EnumClass
|
# Org.OpenAPITools.Model.EnumClass
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.EnumTest
|
# Org.OpenAPITools.Model.EnumTest
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.EquilateralTriangle
|
# Org.OpenAPITools.Model.EquilateralTriangle
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -78,6 +78,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/json
|
- **Accept**: application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -147,6 +148,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: */*
|
- **Accept**: */*
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -216,6 +218,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: */*
|
- **Accept**: */*
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -285,6 +288,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: */*
|
- **Accept**: */*
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -354,6 +358,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: */*
|
- **Accept**: */*
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -418,6 +423,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/json
|
- **Accept**: application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -486,6 +492,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -554,6 +561,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -624,6 +632,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: application/json
|
- **Accept**: application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -723,6 +732,7 @@ void (empty response body)
|
|||||||
- **Content-Type**: application/x-www-form-urlencoded
|
- **Content-Type**: application/x-www-form-urlencoded
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -807,6 +817,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/x-www-form-urlencoded
|
- **Content-Type**: application/x-www-form-urlencoded
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -890,6 +901,7 @@ void (empty response body)
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -957,6 +969,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -1026,6 +1039,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/x-www-form-urlencoded
|
- **Content-Type**: application/x-www-form-urlencoded
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -1102,6 +1116,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -75,6 +75,7 @@ Name | Type | Description | Notes
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: application/json
|
- **Accept**: application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Org.OpenAPITools.Model.File
|
# Org.OpenAPITools.Model.File
|
||||||
Must be named `File` for test.
|
Must be named `File` for test.
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.FileSchemaTestClass
|
# Org.OpenAPITools.Model.FileSchemaTestClass
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Foo
|
# Org.OpenAPITools.Model.Foo
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.FormatTest
|
# Org.OpenAPITools.Model.FormatTest
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Fruit
|
# Org.OpenAPITools.Model.Fruit
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.FruitReq
|
# Org.OpenAPITools.Model.FruitReq
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.GmFruit
|
# Org.OpenAPITools.Model.GmFruit
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.GrandparentAnimal
|
# Org.OpenAPITools.Model.GrandparentAnimal
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.HasOnlyReadOnly
|
# Org.OpenAPITools.Model.HasOnlyReadOnly
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Org.OpenAPITools.Model.HealthCheckResult
|
# 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.
|
Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model.
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.InlineResponseDefault
|
# Org.OpenAPITools.Model.InlineResponseDefault
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.IsoscelesTriangle
|
# Org.OpenAPITools.Model.IsoscelesTriangle
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.List
|
# Org.OpenAPITools.Model.List
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Mammal
|
# Org.OpenAPITools.Model.Mammal
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.MapTest
|
# Org.OpenAPITools.Model.MapTest
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.MixedPropertiesAndAdditionalPropertiesClass
|
# Org.OpenAPITools.Model.MixedPropertiesAndAdditionalPropertiesClass
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Org.OpenAPITools.Model.Model200Response
|
# Org.OpenAPITools.Model.Model200Response
|
||||||
Model for testing model name starting with number
|
Model for testing model name starting with number
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ModelClient
|
# Org.OpenAPITools.Model.ModelClient
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Org.OpenAPITools.Model.Name
|
# Org.OpenAPITools.Model.Name
|
||||||
Model for testing model name same as property name
|
Model for testing model name same as property name
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.NullableClass
|
# Org.OpenAPITools.Model.NullableClass
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Org.OpenAPITools.Model.NullableShape
|
# 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.
|
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
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.NumberOnly
|
# Org.OpenAPITools.Model.NumberOnly
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Order
|
# Org.OpenAPITools.Model.Order
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.OuterComposite
|
# Org.OpenAPITools.Model.OuterComposite
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.OuterEnum
|
# Org.OpenAPITools.Model.OuterEnum
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.OuterEnumDefaultValue
|
# Org.OpenAPITools.Model.OuterEnumDefaultValue
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.OuterEnumInteger
|
# Org.OpenAPITools.Model.OuterEnumInteger
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.OuterEnumIntegerDefaultValue
|
# Org.OpenAPITools.Model.OuterEnumIntegerDefaultValue
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ParentPet
|
# Org.OpenAPITools.Model.ParentPet
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Pet
|
# Org.OpenAPITools.Model.Pet
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -78,6 +78,7 @@ void (empty response body)
|
|||||||
- **Content-Type**: application/json, application/xml
|
- **Content-Type**: application/json, application/xml
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -150,6 +151,7 @@ void (empty response body)
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -223,6 +225,7 @@ Name | Type | Description | Notes
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/xml, application/json
|
- **Accept**: application/xml, application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -297,6 +300,7 @@ Name | Type | Description | Notes
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/xml, application/json
|
- **Accept**: application/xml, application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -373,6 +377,7 @@ Name | Type | Description | Notes
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/xml, application/json
|
- **Accept**: application/xml, application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -445,6 +450,7 @@ void (empty response body)
|
|||||||
- **Content-Type**: application/json, application/xml
|
- **Content-Type**: application/json, application/xml
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -521,6 +527,7 @@ void (empty response body)
|
|||||||
- **Content-Type**: application/x-www-form-urlencoded
|
- **Content-Type**: application/x-www-form-urlencoded
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -596,6 +603,7 @@ Name | Type | Description | Notes
|
|||||||
- **Content-Type**: multipart/form-data
|
- **Content-Type**: multipart/form-data
|
||||||
- **Accept**: application/json
|
- **Accept**: application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -671,6 +679,7 @@ Name | Type | Description | Notes
|
|||||||
- **Content-Type**: multipart/form-data
|
- **Content-Type**: multipart/form-data
|
||||||
- **Accept**: application/json
|
- **Accept**: application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Pig
|
# Org.OpenAPITools.Model.Pig
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Quadrilateral
|
# Org.OpenAPITools.Model.Quadrilateral
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.QuadrilateralInterface
|
# Org.OpenAPITools.Model.QuadrilateralInterface
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ReadOnlyFirst
|
# Org.OpenAPITools.Model.ReadOnlyFirst
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Org.OpenAPITools.Model.Return
|
# Org.OpenAPITools.Model.Return
|
||||||
Model for testing reserved words
|
Model for testing reserved words
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ScaleneTriangle
|
# Org.OpenAPITools.Model.ScaleneTriangle
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Shape
|
# Org.OpenAPITools.Model.Shape
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ShapeInterface
|
# Org.OpenAPITools.Model.ShapeInterface
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Org.OpenAPITools.Model.ShapeOrNull
|
# Org.OpenAPITools.Model.ShapeOrNull
|
||||||
The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1.
|
The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1.
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.SimpleQuadrilateral
|
# Org.OpenAPITools.Model.SimpleQuadrilateral
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.SpecialModelName
|
# Org.OpenAPITools.Model.SpecialModelName
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -72,6 +72,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -144,6 +145,7 @@ This endpoint does not need any parameter.
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/json
|
- **Accept**: application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -214,6 +216,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/xml, application/json
|
- **Accept**: application/xml, application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -284,6 +287,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: application/xml, application/json
|
- **Accept**: application/xml, application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Tag
|
# Org.OpenAPITools.Model.Tag
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Triangle
|
# Org.OpenAPITools.Model.Triangle
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.TriangleInterface
|
# Org.OpenAPITools.Model.TriangleInterface
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.User
|
# Org.OpenAPITools.Model.User
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -76,6 +76,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -143,6 +144,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -210,6 +212,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -279,6 +282,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -348,6 +352,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/xml, application/json
|
- **Accept**: application/xml, application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -420,6 +425,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: application/xml, application/json
|
- **Accept**: application/xml, application/json
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -484,6 +490,7 @@ No authorization required
|
|||||||
- **Content-Type**: Not defined
|
- **Content-Type**: Not defined
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
@ -555,6 +562,7 @@ No authorization required
|
|||||||
- **Content-Type**: application/json
|
- **Content-Type**: application/json
|
||||||
- **Accept**: Not defined
|
- **Accept**: Not defined
|
||||||
|
|
||||||
|
|
||||||
### HTTP response details
|
### HTTP response details
|
||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Whale
|
# Org.OpenAPITools.Model.Whale
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Zebra
|
# Org.OpenAPITools.Model.Zebra
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.AdditionalPropertiesClass
|
# Org.OpenAPITools.Model.AdditionalPropertiesClass
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.Animal
|
# Org.OpenAPITools.Model.Animal
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user