@@ -43,6 +43,7 @@ def __init__(self, api_client=None):
4343 def create_bulk_process_request (self , account_id , process_action , ** kwargs ):
4444 """
4545 Uses the specified bulk envelopes list to update the envelopes specified in the payload
46+
4647 This method makes a synchronous HTTP request by default. To make an
4748 asynchronous HTTP request, please define a `callback` function
4849 to be invoked when receiving the response.
@@ -69,6 +70,7 @@ def create_bulk_process_request(self, account_id, process_action, **kwargs):
6970 def create_bulk_process_request_with_http_info (self , account_id , process_action , ** kwargs ):
7071 """
7172 Uses the specified bulk envelopes list to update the envelopes specified in the payload
73+
7274 This method makes a synchronous HTTP request by default. To make an
7375 asynchronous HTTP request, please define a `callback` function
7476 to be invoked when receiving the response.
@@ -151,6 +153,7 @@ def create_bulk_process_request_with_http_info(self, account_id, process_action,
151153 def create_bulk_process_request_to_queue (self , account_id , bulk_process_list_id , process_action , ** kwargs ):
152154 """
153155 Uses the specified bulk envelopes list to update the envelopes specified in the payload
156+
154157 This method makes a synchronous HTTP request by default. To make an
155158 asynchronous HTTP request, please define a `callback` function
156159 to be invoked when receiving the response.
@@ -179,6 +182,7 @@ def create_bulk_process_request_to_queue(self, account_id, bulk_process_list_id,
179182 def create_bulk_process_request_to_queue_with_http_info (self , account_id , bulk_process_list_id , process_action , ** kwargs ):
180183 """
181184 Uses the specified bulk envelopes list to update the envelopes specified in the payload
185+
182186 This method makes a synchronous HTTP request by default. To make an
183187 asynchronous HTTP request, please define a `callback` function
184188 to be invoked when receiving the response.
@@ -270,6 +274,7 @@ def create_bulk_process_request_to_queue_with_http_info(self, account_id, bulk_p
270274 def delete_bulk_process_list (self , account_id , bulk_process_list_id , process_action , ** kwargs ):
271275 """
272276 Deletes a specific bulk process list
277+
273278 This method makes a synchronous HTTP request by default. To make an
274279 asynchronous HTTP request, please define a `callback` function
275280 to be invoked when receiving the response.
@@ -297,6 +302,7 @@ def delete_bulk_process_list(self, account_id, bulk_process_list_id, process_act
297302 def delete_bulk_process_list_with_http_info (self , account_id , bulk_process_list_id , process_action , ** kwargs ):
298303 """
299304 Deletes a specific bulk process list
305+
300306 This method makes a synchronous HTTP request by default. To make an
301307 asynchronous HTTP request, please define a `callback` function
302308 to be invoked when receiving the response.
@@ -385,6 +391,7 @@ def delete_bulk_process_list_with_http_info(self, account_id, bulk_process_list_
385391 def delete_bulk_process_lists (self , account_id , process_action , ** kwargs ):
386392 """
387393 Deletes a specific bulk process list
394+
388395 This method makes a synchronous HTTP request by default. To make an
389396 asynchronous HTTP request, please define a `callback` function
390397 to be invoked when receiving the response.
@@ -412,6 +419,7 @@ def delete_bulk_process_lists(self, account_id, process_action, **kwargs):
412419 def delete_bulk_process_lists_with_http_info (self , account_id , process_action , ** kwargs ):
413420 """
414421 Deletes a specific bulk process list
422+
415423 This method makes a synchronous HTTP request by default. To make an
416424 asynchronous HTTP request, please define a `callback` function
417425 to be invoked when receiving the response.
@@ -497,6 +505,7 @@ def delete_bulk_process_lists_with_http_info(self, account_id, process_action, *
497505 def get_bulk_process_list (self , account_id , bulk_process_list_id , process_action , ** kwargs ):
498506 """
499507 Gets a specific bulk process list
508+
500509 This method makes a synchronous HTTP request by default. To make an
501510 asynchronous HTTP request, please define a `callback` function
502511 to be invoked when receiving the response.
@@ -524,6 +533,7 @@ def get_bulk_process_list(self, account_id, bulk_process_list_id, process_action
524533 def get_bulk_process_list_with_http_info (self , account_id , bulk_process_list_id , process_action , ** kwargs ):
525534 """
526535 Gets a specific bulk process list
536+
527537 This method makes a synchronous HTTP request by default. To make an
528538 asynchronous HTTP request, please define a `callback` function
529539 to be invoked when receiving the response.
@@ -612,6 +622,7 @@ def get_bulk_process_list_with_http_info(self, account_id, bulk_process_list_id,
612622 def get_bulk_process_lists (self , account_id , process_action , ** kwargs ):
613623 """
614624 Lists top-level details for all bulk process lists visible to the current user
625+
615626 This method makes a synchronous HTTP request by default. To make an
616627 asynchronous HTTP request, please define a `callback` function
617628 to be invoked when receiving the response.
@@ -638,6 +649,7 @@ def get_bulk_process_lists(self, account_id, process_action, **kwargs):
638649 def get_bulk_process_lists_with_http_info (self , account_id , process_action , ** kwargs ):
639650 """
640651 Lists top-level details for all bulk process lists visible to the current user
652+
641653 This method makes a synchronous HTTP request by default. To make an
642654 asynchronous HTTP request, please define a `callback` function
643655 to be invoked when receiving the response.
@@ -720,6 +732,7 @@ def get_bulk_process_lists_with_http_info(self, account_id, process_action, **kw
720732 def update_bulk_process_list (self , account_id , bulk_process_list_id , process_action , ** kwargs ):
721733 """
722734 Updates a specific bulk process list
735+
723736 This method makes a synchronous HTTP request by default. To make an
724737 asynchronous HTTP request, please define a `callback` function
725738 to be invoked when receiving the response.
@@ -747,6 +760,7 @@ def update_bulk_process_list(self, account_id, bulk_process_list_id, process_act
747760 def update_bulk_process_list_with_http_info (self , account_id , bulk_process_list_id , process_action , ** kwargs ):
748761 """
749762 Updates a specific bulk process list
763+
750764 This method makes a synchronous HTTP request by default. To make an
751765 asynchronous HTTP request, please define a `callback` function
752766 to be invoked when receiving the response.
0 commit comments