@@ -12,8 +12,6 @@ Method | HTTP request | Description
12
12
13
13
# ** post_invalid_string_value_for_default_request_body**
14
14
<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
-
17
15
18
16
19
17
### Example
@@ -47,15 +45,15 @@ with unit_test_api.ApiClient(configuration) as api_client:
47
45
48
46
Name | Type | Description | Notes
49
47
------------- | ------------- | ------------- | -------------
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 |
51
49
content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body
52
50
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
53
51
timeout | typing.Optional[ typing.Union[ int, typing.Tuple]] | default is None | the timeout used by the rest client
54
52
skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned
55
53
56
- ### body
54
+ ### < a id = " post_invalid_string_value_for_default_request_body.RequestBody " > body</ a >
57
55
58
- # application/json
56
+ # < a id = " post_invalid_string_value_for_default_request_body.RequestBody.Schemas.application_json " >RequestBody.Schemas.application_json</ a >
59
57
Type | Description | Notes
60
58
------------- | ------------- | -------------
61
59
[ ** InvalidStringValueForDefault** ] ( ../../models/InvalidStringValueForDefault.md ) | |
@@ -66,9 +64,9 @@ Type | Description | Notes
66
64
Code | Class | Description
67
65
------------- | ------------- | -------------
68
66
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
70
68
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 >
72
70
Name | Type | Description | Notes
73
71
------------- | ------------- | ------------- | -------------
74
72
response | urllib3.HTTPResponse | Raw response |
@@ -83,8 +81,6 @@ No authorization required
83
81
84
82
# ** post_invalid_string_value_for_default_response_body_for_content_types**
85
83
<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
-
88
84
89
85
90
86
### Example
@@ -119,16 +115,16 @@ This endpoint does not need any parameter.
119
115
Code | Class | Description
120
116
------------- | ------------- | -------------
121
117
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
123
119
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 >
125
121
Name | Type | Description | Notes
126
122
------------- | ------------- | ------------- | -------------
127
123
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 ) , ] | |
129
125
headers | Unset | headers were not defined |
130
126
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 >
132
128
Type | Description | Notes
133
129
------------- | ------------- | -------------
134
130
[ ** InvalidStringValueForDefault** ] ( ../../models/InvalidStringValueForDefault.md ) | |
@@ -142,8 +138,6 @@ No authorization required
142
138
143
139
# ** post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body**
144
140
<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
-
147
141
148
142
149
143
### Example
@@ -179,15 +173,15 @@ with unit_test_api.ApiClient(configuration) as api_client:
179
173
180
174
Name | Type | Description | Notes
181
175
------------- | ------------- | ------------- | -------------
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 |
183
177
content_type | str | optional, default is 'application/json' | Selects the schema and serialization of the request body
184
178
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
185
179
timeout | typing.Optional[ typing.Union[ int, typing.Tuple]] | default is None | the timeout used by the rest client
186
180
skip_deserialization | bool | default is False | when True, headers and body will be unset and an instance of api_client.ApiResponseWithoutDeserialization will be returned
187
181
188
- ### body
182
+ ### < a id = " post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.RequestBody " > body</ a >
189
183
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 >
191
185
Type | Description | Notes
192
186
------------- | ------------- | -------------
193
187
[ ** TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing** ] ( ../../models/TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.md ) | |
@@ -198,9 +192,9 @@ Type | Description | Notes
198
192
Code | Class | Description
199
193
------------- | ------------- | -------------
200
194
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
202
196
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 >
204
198
Name | Type | Description | Notes
205
199
------------- | ------------- | ------------- | -------------
206
200
response | urllib3.HTTPResponse | Raw response |
@@ -215,8 +209,6 @@ No authorization required
215
209
216
210
# ** post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types**
217
211
<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
-
220
212
221
213
222
214
### Example
@@ -251,16 +243,16 @@ This endpoint does not need any parameter.
251
243
Code | Class | Description
252
244
------------- | ------------- | -------------
253
245
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
255
247
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 >
257
249
Name | Type | Description | Notes
258
250
------------- | ------------- | ------------- | -------------
259
251
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 ) , ] | |
261
253
headers | Unset | headers were not defined |
262
254
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 >
264
256
Type | Description | Notes
265
257
------------- | ------------- | -------------
266
258
[ ** TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing** ] ( ../../models/TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.md ) | |
0 commit comments