@@ -7156,6 +7156,7 @@ def get_envelope(self, account_id, envelope_id, **kwargs):
71567156 :param str advanced_update: When true, envelope information can be added or modified.
71577157 :param str include:
71587158 :param str include_anchor_tab_locations:
7159+ :param str user_id:
71597160 :return: Envelope
71607161 If the method is called asynchronously,
71617162 returns the request thread.
@@ -7186,12 +7187,13 @@ def get_envelope_with_http_info(self, account_id, envelope_id, **kwargs):
71867187 :param str advanced_update: When true, envelope information can be added or modified.
71877188 :param str include:
71887189 :param str include_anchor_tab_locations:
7190+ :param str user_id:
71897191 :return: Envelope
71907192 If the method is called asynchronously,
71917193 returns the request thread.
71927194 """
71937195
7194- all_params = ['account_id', 'envelope_id', 'advanced_update', 'include', 'include_anchor_tab_locations']
7196+ all_params = ['account_id', 'envelope_id', 'advanced_update', 'include', 'include_anchor_tab_locations', 'user_id' ]
71957197 all_params.append('callback')
71967198 all_params.append('_return_http_data_only')
71977199 all_params.append('_preload_content')
@@ -7230,6 +7232,8 @@ def get_envelope_with_http_info(self, account_id, envelope_id, **kwargs):
72307232 query_params['include'] = params['include']
72317233 if 'include_anchor_tab_locations' in params:
72327234 query_params['include_anchor_tab_locations'] = params['include_anchor_tab_locations']
7235+ if 'user_id' in params:
7236+ query_params['user_id'] = params['user_id']
72337237
72347238 header_params = {}
72357239
0 commit comments