|
5 | 5 |
|
6 | 6 | The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. |
7 | 7 |
|
8 | | - OpenAPI spec version: v2 |
| 8 | + OpenAPI spec version: v2.1 |
9 | 9 | Contact: devcenter@docusign.com |
10 | 10 | Generated by: https://github.com/swagger-api/swagger-codegen.git |
11 | 11 | """ |
@@ -115,7 +115,7 @@ def delete_social_login_with_http_info(self, account_id, user_id, **kwargs): |
115 | 115 |
|
116 | 116 | collection_formats = {} |
117 | 117 |
|
118 | | - resource_path = '/v2/accounts/{accountId}/users/{userId}/social'.replace('{format}', 'json') |
| 118 | + resource_path = '/v2.1/accounts/{accountId}/users/{userId}/social'.replace('{format}', 'json') |
119 | 119 | path_params = {} |
120 | 120 | if 'account_id' in params: |
121 | 121 | path_params['accountId'] = params['account_id'] |
@@ -216,7 +216,7 @@ def get_o_auth_token_with_http_info(self, **kwargs): |
216 | 216 |
|
217 | 217 | collection_formats = {} |
218 | 218 |
|
219 | | - resource_path = '/v2/oauth2/token'.replace('{format}', 'json') |
| 219 | + resource_path = '/v2.1/oauth2/token'.replace('{format}', 'json') |
220 | 220 | path_params = {} |
221 | 221 |
|
222 | 222 | query_params = {} |
@@ -322,7 +322,7 @@ def list_social_logins_with_http_info(self, account_id, user_id, **kwargs): |
322 | 322 |
|
323 | 323 | collection_formats = {} |
324 | 324 |
|
325 | | - resource_path = '/v2/accounts/{accountId}/users/{userId}/social'.replace('{format}', 'json') |
| 325 | + resource_path = '/v2.1/accounts/{accountId}/users/{userId}/social'.replace('{format}', 'json') |
326 | 326 | path_params = {} |
327 | 327 | if 'account_id' in params: |
328 | 328 | path_params['accountId'] = params['account_id'] |
@@ -430,7 +430,7 @@ def login_with_http_info(self, **kwargs): |
430 | 430 |
|
431 | 431 | collection_formats = {} |
432 | 432 |
|
433 | | - resource_path = '/v2/login_information'.replace('{format}', 'json') |
| 433 | + resource_path = '/v2.1/login_information'.replace('{format}', 'json') |
434 | 434 | path_params = {} |
435 | 435 |
|
436 | 436 | query_params = {} |
@@ -533,7 +533,7 @@ def revoke_o_auth_token_with_http_info(self, **kwargs): |
533 | 533 |
|
534 | 534 | collection_formats = {} |
535 | 535 |
|
536 | | - resource_path = '/v2/oauth2/revoke'.replace('{format}', 'json') |
| 536 | + resource_path = '/v2.1/oauth2/revoke'.replace('{format}', 'json') |
537 | 537 | path_params = {} |
538 | 538 |
|
539 | 539 | query_params = {} |
@@ -636,7 +636,7 @@ def update_password_with_http_info(self, login_part, **kwargs): |
636 | 636 |
|
637 | 637 | collection_formats = {} |
638 | 638 |
|
639 | | - resource_path = '/v2/login_information/{loginPart}'.replace('{format}', 'json') |
| 639 | + resource_path = '/v2.1/login_information/{loginPart}'.replace('{format}', 'json') |
640 | 640 | path_params = {} |
641 | 641 | if 'login_part' in params: |
642 | 642 | path_params['loginPart'] = params['login_part'] |
@@ -748,7 +748,7 @@ def update_social_login_with_http_info(self, account_id, user_id, **kwargs): |
748 | 748 |
|
749 | 749 | collection_formats = {} |
750 | 750 |
|
751 | | - resource_path = '/v2/accounts/{accountId}/users/{userId}/social'.replace('{format}', 'json') |
| 751 | + resource_path = '/v2.1/accounts/{accountId}/users/{userId}/social'.replace('{format}', 'json') |
752 | 752 | path_params = {} |
753 | 753 | if 'account_id' in params: |
754 | 754 | path_params['accountId'] = params['account_id'] |
|
0 commit comments