@@ -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
4846Name | 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 |
5149content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body
5250stream | 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
5351timeout | typing.Optional[ typing.Union[ int, typing.Tuple]] | default is None | the timeout used by the rest client
5452skip_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 >
5957Type | Description | Notes
6058------------- | ------------- | -------------
6159[ ** InvalidStringValueForDefault** ] ( ../../models/InvalidStringValueForDefault.md ) | |
@@ -66,9 +64,9 @@ Type | Description | Notes
6664Code | Class | Description
6765------------- | ------------- | -------------
6866n/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 >
7270Name | Type | Description | Notes
7371------------- | ------------- | ------------- | -------------
7472response | 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.
119115Code | Class | Description
120116------------- | ------------- | -------------
121117n/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 >
125121Name | Type | Description | Notes
126122------------- | ------------- | ------------- | -------------
127123response | 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 ) , ] | |
129125headers | 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 >
132128Type | 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
180174Name | 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 |
183177content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body
184178stream | 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
185179timeout | typing.Optional[ typing.Union[ int, typing.Tuple]] | default is None | the timeout used by the rest client
186180skip_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 >
191185Type | Description | Notes
192186------------- | ------------- | -------------
193187[ ** TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing** ] ( ../../models/TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.md ) | |
@@ -198,9 +192,9 @@ Type | Description | Notes
198192Code | Class | Description
199193------------- | ------------- | -------------
200194n/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 >
204198Name | Type | Description | Notes
205199------------- | ------------- | ------------- | -------------
206200response | 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.
251243Code | Class | Description
252244------------- | ------------- | -------------
253245n/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 >
257249Name | Type | Description | Notes
258250------------- | ------------- | ------------- | -------------
259251response | 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 ) , ] | |
261253headers | 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 >
264256Type | Description | Notes
265257------------- | ------------- | -------------
266258[ ** TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing** ] ( ../../models/TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.md ) | |
0 commit comments