@@ -353,7 +353,7 @@ def get_functions_id_invoke(self, function_id, **kwargs): # noqa: E501,D401,D40
353
353
:param async_req bool
354
354
:param str function_id: (required)
355
355
:param dict(str, object) params:
356
- :return: FunctionHTTPResponseData
356
+ :return: str
357
357
If the method is called asynchronously,
358
358
returns the request thread.
359
359
""" # noqa: E501
@@ -375,7 +375,7 @@ def get_functions_id_invoke_with_http_info(self, function_id, **kwargs): # noqa
375
375
:param async_req bool
376
376
:param str function_id: (required)
377
377
:param dict(str, object) params:
378
- :return: FunctionHTTPResponseData
378
+ :return: str
379
379
If the method is called asynchronously,
380
380
returns the request thread.
381
381
""" # noqa: E501
@@ -437,7 +437,7 @@ def get_functions_id_invoke_with_http_info(self, function_id, **kwargs): # noqa
437
437
body = body_params ,
438
438
post_params = form_params ,
439
439
files = local_var_files ,
440
- response_type = 'FunctionHTTPResponseData ' , # noqa: E501
440
+ response_type = 'str ' , # noqa: E501
441
441
auth_settings = auth_settings ,
442
442
async_req = local_var_params .get ('async_req' ),
443
443
_return_http_data_only = local_var_params .get ('_return_http_data_only' ), # noqa: E501
@@ -891,7 +891,7 @@ def post_functions_id_invoke(self, function_id, **kwargs): # noqa: E501,D401,D4
891
891
:param async_req bool
892
892
:param str function_id: (required)
893
893
:param FunctionInvocationParams function_invocation_params:
894
- :return: FunctionHTTPResponseData
894
+ :return: str
895
895
If the method is called asynchronously,
896
896
returns the request thread.
897
897
""" # noqa: E501
@@ -913,7 +913,7 @@ def post_functions_id_invoke_with_http_info(self, function_id, **kwargs): # noq
913
913
:param async_req bool
914
914
:param str function_id: (required)
915
915
:param FunctionInvocationParams function_invocation_params:
916
- :return: FunctionHTTPResponseData
916
+ :return: str
917
917
If the method is called asynchronously,
918
918
returns the request thread.
919
919
""" # noqa: E501
@@ -979,7 +979,7 @@ def post_functions_id_invoke_with_http_info(self, function_id, **kwargs): # noq
979
979
body = body_params ,
980
980
post_params = form_params ,
981
981
files = local_var_files ,
982
- response_type = 'FunctionHTTPResponse ' , # noqa: E501
982
+ response_type = 'str ' , # noqa: E501
983
983
auth_settings = auth_settings ,
984
984
async_req = local_var_params .get ('async_req' ),
985
985
_return_http_data_only = local_var_params .get ('_return_http_data_only' ), # noqa: E501
0 commit comments