Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit b290d00

Browse files
committed
Samples updated
1 parent 5112884 commit b290d00

30 files changed

+3138
-4532
lines changed

samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/AdditionalPropertiesApi.md

Lines changed: 36 additions & 52 deletions
Large diffs are not rendered by default.

samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/AllOfApi.md

Lines changed: 81 additions & 117 deletions
Large diffs are not rendered by default.

samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/AnyOfApi.md

Lines changed: 45 additions & 65 deletions
Large diffs are not rendered by default.

samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/ContentTypeJsonApi.md

Lines changed: 783 additions & 1131 deletions
Large diffs are not rendered by default.

samples/openapi3/client/3_0_3_unit_test/python/docs/apis/tags/DefaultApi.md

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Method | HTTP request | Description
1212

1313
# **post_invalid_string_value_for_default_request_body**
1414
<a name="post_invalid_string_value_for_default_request_body"></a>
15-
> post_invalid_string_value_for_default_request_body(invalid_string_value_for_default)
16-
1715

1816

1917
### Example
@@ -47,15 +45,15 @@ with unit_test_api.ApiClient(configuration) as api_client:
4745

4846
Name | Type | Description | Notes
4947
------------- | ------------- | ------------- | -------------
50-
body | typing.Union[application/json] | required |
48+
[body](#post_invalid_string_value_for_default_request_body.RequestBody) | typing.Union[[RequestBody.Schemas.application_json](#post_invalid_string_value_for_default_request_body.RequestBody.Schemas.application_json)] | required |
5149
content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body
5250
stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file
5351
timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client
5452
skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned
5553

56-
### body
54+
### <a id="post_invalid_string_value_for_default_request_body.RequestBody" >body</a>
5755

58-
# application/json
56+
# <a id="post_invalid_string_value_for_default_request_body.RequestBody.Schemas.application_json" >RequestBody.Schemas.application_json</a>
5957
Type | Description | Notes
6058
------------- | ------------- | -------------
6159
[**InvalidStringValueForDefault**](../../models/InvalidStringValueForDefault.md) | |
@@ -66,9 +64,9 @@ Type | Description | Notes
6664
Code | Class | Description
6765
------------- | ------------- | -------------
6866
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
69-
200 | [ApiResponseFor200](#post_invalid_string_value_for_default_request_body.ApiResponseFor200) | success
67+
200 | [response_for_200.ApiResponse](#post_invalid_string_value_for_default_request_body.response_for_200.ApiResponse) | success
7068

71-
#### post_invalid_string_value_for_default_request_body.ApiResponseFor200
69+
#### <a id="post_invalid_string_value_for_default_request_body.response_for_200.ApiResponse" >response_for_200.ApiResponse</a>
7270
Name | Type | Description | Notes
7371
------------- | ------------- | ------------- | -------------
7472
response | urllib3.HTTPResponse | Raw response |
@@ -83,8 +81,6 @@ No authorization required
8381

8482
# **post_invalid_string_value_for_default_response_body_for_content_types**
8583
<a name="post_invalid_string_value_for_default_response_body_for_content_types"></a>
86-
> InvalidStringValueForDefault post_invalid_string_value_for_default_response_body_for_content_types()
87-
8884

8985

9086
### Example
@@ -119,16 +115,16 @@ This endpoint does not need any parameter.
119115
Code | Class | Description
120116
------------- | ------------- | -------------
121117
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
122-
200 | [ApiResponseFor200](#post_invalid_string_value_for_default_response_body_for_content_types.ApiResponseFor200) | success
118+
200 | [response_for_200.ApiResponse](#post_invalid_string_value_for_default_response_body_for_content_types.response_for_200.ApiResponse) | success
123119

124-
#### post_invalid_string_value_for_default_response_body_for_content_types.ApiResponseFor200
120+
#### <a id="post_invalid_string_value_for_default_response_body_for_content_types.response_for_200.ApiResponse" >response_for_200.ApiResponse</a>
125121
Name | Type | Description | Notes
126122
------------- | ------------- | ------------- | -------------
127123
response | urllib3.HTTPResponse | Raw response |
128-
body | typing.Union[application/json, ] | |
124+
body | typing.Union[[response_for_200.BodySchemas.application_json](#post_invalid_string_value_for_default_response_body_for_content_types.response_for_200.BodySchemas.application_json), ] | |
129125
headers | Unset | headers were not defined |
130126

131-
# application/json
127+
# <a id="post_invalid_string_value_for_default_response_body_for_content_types.response_for_200.BodySchemas.application_json" >response_for_200.BodySchemas.application_json</a>
132128
Type | Description | Notes
133129
------------- | ------------- | -------------
134130
[**InvalidStringValueForDefault**](../../models/InvalidStringValueForDefault.md) | |
@@ -142,8 +138,6 @@ No authorization required
142138

143139
# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**
144140
<a name="post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body"></a>
145-
> post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body(the_default_keyword_does_not_do_anything_if_the_property_is_missing)
146-
147141

148142

149143
### Example
@@ -179,15 +173,15 @@ with unit_test_api.ApiClient(configuration) as api_client:
179173

180174
Name | Type | Description | Notes
181175
------------- | ------------- | ------------- | -------------
182-
body | typing.Union[application/json] | required |
176+
[body](#post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.RequestBody) | typing.Union[[RequestBody.Schemas.application_json](#post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.RequestBody.Schemas.application_json)] | required |
183177
content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body
184178
stream | bool | default is False | if True then the response.content will be streamed and loaded from a file like object. When downloading a file, set this to True to force the code to deserialize the content to a FileSchema file
185179
timeout | typing.Optional[typing.Union[int, typing.Tuple]] | default is None | the timeout used by the rest client
186180
skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned
187181

188-
### body
182+
### <a id="post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.RequestBody" >body</a>
189183

190-
# application/json
184+
# <a id="post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.RequestBody.Schemas.application_json" >RequestBody.Schemas.application_json</a>
191185
Type | Description | Notes
192186
------------- | ------------- | -------------
193187
[**TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing**](../../models/TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.md) | |
@@ -198,9 +192,9 @@ Type | Description | Notes
198192
Code | Class | Description
199193
------------- | ------------- | -------------
200194
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
201-
200 | [ApiResponseFor200](#post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.ApiResponseFor200) | success
195+
200 | [response_for_200.ApiResponse](#post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.response_for_200.ApiResponse) | success
202196

203-
#### post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.ApiResponseFor200
197+
#### <a id="post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.response_for_200.ApiResponse" >response_for_200.ApiResponse</a>
204198
Name | Type | Description | Notes
205199
------------- | ------------- | ------------- | -------------
206200
response | urllib3.HTTPResponse | Raw response |
@@ -215,8 +209,6 @@ No authorization required
215209

216210
# **post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**
217211
<a name="post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types"></a>
218-
> TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types()
219-
220212

221213

222214
### Example
@@ -251,16 +243,16 @@ This endpoint does not need any parameter.
251243
Code | Class | Description
252244
------------- | ------------- | -------------
253245
n/a | api_client.ApiResponseWithoutDeserialization | When skip_deserialization is True this response is returned
254-
200 | [ApiResponseFor200](#post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.ApiResponseFor200) | success
246+
200 | [response_for_200.ApiResponse](#post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.response_for_200.ApiResponse) | success
255247

256-
#### post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.ApiResponseFor200
248+
#### <a id="post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.response_for_200.ApiResponse" >response_for_200.ApiResponse</a>
257249
Name | Type | Description | Notes
258250
------------- | ------------- | ------------- | -------------
259251
response | urllib3.HTTPResponse | Raw response |
260-
body | typing.Union[application/json, ] | |
252+
body | typing.Union[[response_for_200.BodySchemas.application_json](#post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.response_for_200.BodySchemas.application_json), ] | |
261253
headers | Unset | headers were not defined |
262254

263-
# application/json
255+
# <a id="post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.response_for_200.BodySchemas.application_json" >response_for_200.BodySchemas.application_json</a>
264256
Type | Description | Notes
265257
------------- | ------------- | -------------
266258
[**TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing**](../../models/TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.md) | |

0 commit comments

Comments
 (0)