-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Dhaval Brahmbhatt <[email protected]>
- Loading branch information
1 parent
1eb80c1
commit f74bc24
Showing
113 changed files
with
15,609 additions
and
1,627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* | ||
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. | ||
* | ||
* OpenAPI spec version: v2 | ||
* OpenAPI spec version: v2.1 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
* | ||
|
@@ -233,7 +233,7 @@ public function deleteSocialLoginWithHttpInfo($account_id, $user_id, $social_acc | |
throw new \InvalidArgumentException('Missing the required parameter $user_id when calling deleteSocialLogin'); | ||
} | ||
// parse inputs | ||
$resourcePath = "/v2/accounts/{accountId}/users/{userId}/social"; | ||
$resourcePath = "/v2.1/accounts/{accountId}/users/{userId}/social"; | ||
$httpBody = ''; | ||
$queryParams = []; | ||
$headerParams = []; | ||
|
@@ -285,7 +285,7 @@ public function deleteSocialLoginWithHttpInfo($account_id, $user_id, $social_acc | |
$httpBody, | ||
$headerParams, | ||
null, | ||
'/v2/accounts/{accountId}/users/{userId}/social' | ||
'/v2.1/accounts/{accountId}/users/{userId}/social' | ||
); | ||
|
||
return [null, $statusCode, $httpHeader]; | ||
|
@@ -326,7 +326,7 @@ public function getOAuthToken() | |
public function getOAuthTokenWithHttpInfo() | ||
{ | ||
// parse inputs | ||
$resourcePath = "/v2/oauth2/token"; | ||
$resourcePath = "/v2.1/oauth2/token"; | ||
$httpBody = ''; | ||
$queryParams = []; | ||
$headerParams = []; | ||
|
@@ -357,7 +357,7 @@ public function getOAuthTokenWithHttpInfo() | |
$httpBody, | ||
$headerParams, | ||
'\DocuSign\eSign\Model\OauthAccess', | ||
'/v2/oauth2/token' | ||
'/v2.1/oauth2/token' | ||
); | ||
|
||
return [$this->apiClient->getSerializer()->deserialize($response, '\DocuSign\eSign\Model\OauthAccess', $httpHeader), $statusCode, $httpHeader]; | ||
|
@@ -414,7 +414,7 @@ public function listSocialLoginsWithHttpInfo($account_id, $user_id) | |
throw new \InvalidArgumentException('Missing the required parameter $user_id when calling listSocialLogins'); | ||
} | ||
// parse inputs | ||
$resourcePath = "/v2/accounts/{accountId}/users/{userId}/social"; | ||
$resourcePath = "/v2.1/accounts/{accountId}/users/{userId}/social"; | ||
$httpBody = ''; | ||
$queryParams = []; | ||
$headerParams = []; | ||
|
@@ -461,7 +461,7 @@ public function listSocialLoginsWithHttpInfo($account_id, $user_id) | |
$httpBody, | ||
$headerParams, | ||
'\DocuSign\eSign\Model\UserSocialIdResult', | ||
'/v2/accounts/{accountId}/users/{userId}/social' | ||
'/v2.1/accounts/{accountId}/users/{userId}/social' | ||
); | ||
|
||
return [$this->apiClient->getSerializer()->deserialize($response, '\DocuSign\eSign\Model\UserSocialIdResult', $httpHeader), $statusCode, $httpHeader]; | ||
|
@@ -508,7 +508,7 @@ public function login(AuthenticationApi\LoginOptions $options = null) | |
public function loginWithHttpInfo(AuthenticationApi\LoginOptions $options = null) | ||
{ | ||
// parse inputs | ||
$resourcePath = "/v2/login_information"; | ||
$resourcePath = "/v2.1/login_information"; | ||
$httpBody = ''; | ||
$queryParams = []; | ||
$headerParams = []; | ||
|
@@ -559,7 +559,7 @@ public function loginWithHttpInfo(AuthenticationApi\LoginOptions $options = null | |
$httpBody, | ||
$headerParams, | ||
'\DocuSign\eSign\Model\LoginInformation', | ||
'/v2/login_information' | ||
'/v2.1/login_information' | ||
); | ||
|
||
return [$this->apiClient->getSerializer()->deserialize($response, '\DocuSign\eSign\Model\LoginInformation', $httpHeader), $statusCode, $httpHeader]; | ||
|
@@ -604,7 +604,7 @@ public function revokeOAuthToken() | |
public function revokeOAuthTokenWithHttpInfo() | ||
{ | ||
// parse inputs | ||
$resourcePath = "/v2/oauth2/revoke"; | ||
$resourcePath = "/v2.1/oauth2/revoke"; | ||
$httpBody = ''; | ||
$queryParams = []; | ||
$headerParams = []; | ||
|
@@ -635,7 +635,7 @@ public function revokeOAuthTokenWithHttpInfo() | |
$httpBody, | ||
$headerParams, | ||
null, | ||
'/v2/oauth2/revoke' | ||
'/v2.1/oauth2/revoke' | ||
); | ||
|
||
return [null, $statusCode, $httpHeader]; | ||
|
@@ -684,7 +684,7 @@ public function updatePasswordWithHttpInfo($login_part, $user_password_informati | |
throw new \InvalidArgumentException('Missing the required parameter $login_part when calling updatePassword'); | ||
} | ||
// parse inputs | ||
$resourcePath = "/v2/login_information/{loginPart}"; | ||
$resourcePath = "/v2.1/login_information/{loginPart}"; | ||
$httpBody = ''; | ||
$queryParams = []; | ||
$headerParams = []; | ||
|
@@ -728,7 +728,7 @@ public function updatePasswordWithHttpInfo($login_part, $user_password_informati | |
$httpBody, | ||
$headerParams, | ||
null, | ||
'/v2/login_information/{loginPart}' | ||
'/v2.1/login_information/{loginPart}' | ||
); | ||
|
||
return [null, $statusCode, $httpHeader]; | ||
|
@@ -783,7 +783,7 @@ public function updateSocialLoginWithHttpInfo($account_id, $user_id, $social_acc | |
throw new \InvalidArgumentException('Missing the required parameter $user_id when calling updateSocialLogin'); | ||
} | ||
// parse inputs | ||
$resourcePath = "/v2/accounts/{accountId}/users/{userId}/social"; | ||
$resourcePath = "/v2.1/accounts/{accountId}/users/{userId}/social"; | ||
$httpBody = ''; | ||
$queryParams = []; | ||
$headerParams = []; | ||
|
@@ -835,7 +835,7 @@ public function updateSocialLoginWithHttpInfo($account_id, $user_id, $social_acc | |
$httpBody, | ||
$headerParams, | ||
null, | ||
'/v2/accounts/{accountId}/users/{userId}/social' | ||
'/v2.1/accounts/{accountId}/users/{userId}/social' | ||
); | ||
|
||
return [null, $statusCode, $httpHeader]; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.