mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-10 08:31:22 +00:00
updated config.py of python client.
This commit is contained in:
@@ -87,7 +87,7 @@ class ApiClient(object):
|
||||
post_params = self.sanitize_for_serialization(post_params)
|
||||
|
||||
# auth setting
|
||||
self.update_params_for_auth(header_params, query_params, auth_settings)
|
||||
self.update_params_for_auth(headers, query_params, auth_settings)
|
||||
|
||||
# body
|
||||
if body:
|
||||
|
||||
Reference in New Issue
Block a user