You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/client/petstore/python_disallowAdditionalPropertiesIfNotPresent/petstore_api/api/fake_classname_tags123_api.py
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,9 @@ def test_classname(
121
121
_check_return_type (bool): specifies if type checking
122
122
should be done one the data received from the server.
123
123
Default is True.
124
+
_content_type (str/None): force body content-type.
125
+
Default is None and content-type will be predicted by allowed
126
+
content-types and body.
124
127
_host_index (int/None): specifies the index of the server
0 commit comments