@@ -4,12 +4,43 @@ All URIs are relative to *http://localhost*
44
55Method | HTTP request | Description
66------------- | ------------- | -------------
7+ [ ** echo_anyof_base_type_post** ] ( DefaultApi.md#echo_anyof_base_type_post ) | ** POST** /echo_anyof_base_type |
78[ ** echo_anyof_mapped_pets_post** ] ( DefaultApi.md#echo_anyof_mapped_pets_post ) | ** POST** /echo_anyof_mapped_pets |
89[ ** echo_anyof_pets_post** ] ( DefaultApi.md#echo_anyof_pets_post ) | ** POST** /echo_anyof_pets |
10+ [ ** echo_arrays_post** ] ( DefaultApi.md#echo_arrays_post ) | ** POST** /echo_arrays |
11+ [ ** echo_oneof_base_type_post** ] ( DefaultApi.md#echo_oneof_base_type_post ) | ** POST** /echo_oneof_base_type |
912[ ** echo_oneof_mapped_pets_post** ] ( DefaultApi.md#echo_oneof_mapped_pets_post ) | ** POST** /echo_oneof_mapped_pets |
1013[ ** echo_oneof_pets_post** ] ( DefaultApi.md#echo_oneof_pets_post ) | ** POST** /echo_oneof_pets |
1114
1215
16+ # ** echo_anyof_base_type_post**
17+ > echo_anyof_base_type_post(_ api::DefaultApi, any_of_base_type::AnyOfBaseType; _ mediaType=nothing) -> AnyOfBaseType, OpenAPI.Clients.ApiResponse <br />
18+ > echo_anyof_base_type_post(_ api::DefaultApi, response_stream::Channel, any_of_base_type::AnyOfBaseType; _ mediaType=nothing) -> Channel{ AnyOfBaseType }, OpenAPI.Clients.ApiResponse
19+
20+
21+
22+ ### Required Parameters
23+
24+ Name | Type | Description | Notes
25+ ------------- | ------------- | ------------- | -------------
26+ ** _ api** | ** DefaultApi** | API context |
27+ ** any_of_base_type** | [ ** AnyOfBaseType** ] ( AnyOfBaseType.md ) | |
28+
29+ ### Return type
30+
31+ [ ** AnyOfBaseType** ] ( AnyOfBaseType.md )
32+
33+ ### Authorization
34+
35+ No authorization required
36+
37+ ### HTTP request headers
38+
39+ - ** Content-Type** : application/json
40+ - ** Accept** : application/json
41+
42+ [[ Back to top]] ( # ) [[ Back to API list]] ( ../README.md#api-endpoints ) [[ Back to Model list]] ( ../README.md#models ) [[ Back to README]] ( ../README.md )
43+
1344# ** echo_anyof_mapped_pets_post**
1445> echo_anyof_mapped_pets_post(_ api::DefaultApi, any_of_mapped_pets::AnyOfMappedPets; _ mediaType=nothing) -> AnyOfMappedPets, OpenAPI.Clients.ApiResponse <br />
1546> echo_anyof_mapped_pets_post(_ api::DefaultApi, response_stream::Channel, any_of_mapped_pets::AnyOfMappedPets; _ mediaType=nothing) -> Channel{ AnyOfMappedPets }, OpenAPI.Clients.ApiResponse
@@ -66,6 +97,62 @@ No authorization required
6697
6798[[ Back to top]] ( # ) [[ Back to API list]] ( ../README.md#api-endpoints ) [[ Back to Model list]] ( ../README.md#models ) [[ Back to README]] ( ../README.md )
6899
100+ # ** echo_arrays_post**
101+ > echo_arrays_post(_ api::DefaultApi, type_with_all_array_types::TypeWithAllArrayTypes; _ mediaType=nothing) -> TypeWithAllArrayTypes, OpenAPI.Clients.ApiResponse <br />
102+ > echo_arrays_post(_ api::DefaultApi, response_stream::Channel, type_with_all_array_types::TypeWithAllArrayTypes; _ mediaType=nothing) -> Channel{ TypeWithAllArrayTypes }, OpenAPI.Clients.ApiResponse
103+
104+
105+
106+ ### Required Parameters
107+
108+ Name | Type | Description | Notes
109+ ------------- | ------------- | ------------- | -------------
110+ ** _ api** | ** DefaultApi** | API context |
111+ ** type_with_all_array_types** | [ ** TypeWithAllArrayTypes** ] ( TypeWithAllArrayTypes.md ) | |
112+
113+ ### Return type
114+
115+ [ ** TypeWithAllArrayTypes** ] ( TypeWithAllArrayTypes.md )
116+
117+ ### Authorization
118+
119+ No authorization required
120+
121+ ### HTTP request headers
122+
123+ - ** Content-Type** : application/json
124+ - ** Accept** : application/json
125+
126+ [[ Back to top]] ( # ) [[ Back to API list]] ( ../README.md#api-endpoints ) [[ Back to Model list]] ( ../README.md#models ) [[ Back to README]] ( ../README.md )
127+
128+ # ** echo_oneof_base_type_post**
129+ > echo_oneof_base_type_post(_ api::DefaultApi, one_of_base_type::OneOfBaseType; _ mediaType=nothing) -> OneOfBaseType, OpenAPI.Clients.ApiResponse <br />
130+ > echo_oneof_base_type_post(_ api::DefaultApi, response_stream::Channel, one_of_base_type::OneOfBaseType; _ mediaType=nothing) -> Channel{ OneOfBaseType }, OpenAPI.Clients.ApiResponse
131+
132+
133+
134+ ### Required Parameters
135+
136+ Name | Type | Description | Notes
137+ ------------- | ------------- | ------------- | -------------
138+ ** _ api** | ** DefaultApi** | API context |
139+ ** one_of_base_type** | [ ** OneOfBaseType** ] ( OneOfBaseType.md ) | |
140+
141+ ### Return type
142+
143+ [ ** OneOfBaseType** ] ( OneOfBaseType.md )
144+
145+ ### Authorization
146+
147+ No authorization required
148+
149+ ### HTTP request headers
150+
151+ - ** Content-Type** : application/json
152+ - ** Accept** : application/json
153+
154+ [[ Back to top]] ( # ) [[ Back to API list]] ( ../README.md#api-endpoints ) [[ Back to Model list]] ( ../README.md#models ) [[ Back to README]] ( ../README.md )
155+
69156# ** echo_oneof_mapped_pets_post**
70157> echo_oneof_mapped_pets_post(_ api::DefaultApi, one_of_mapped_pets::OneOfMappedPets; _ mediaType=nothing) -> OneOfMappedPets, OpenAPI.Clients.ApiResponse <br />
71158> echo_oneof_mapped_pets_post(_ api::DefaultApi, response_stream::Channel, one_of_mapped_pets::OneOfMappedPets; _ mediaType=nothing) -> Channel{ OneOfMappedPets }, OpenAPI.Clients.ApiResponse
0 commit comments