You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<artifactId>docusign-esign-java</artifactId>
6
6
<packaging>jar</packaging>
7
7
<name>docusign-esign-java</name>
8
-
<version>5.1.0</version>
8
+
<version>6.0.0-RC1</version>
9
9
<url>https://developers.docusign.com</url>
10
10
<description>The official DocuSign eSignature JAVA client is based on version 2.1 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
Copy file name to clipboardExpand all lines: src/main/java/com/docusign/esign/api/EnvelopesApi.java
+44-6Lines changed: 44 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -420,12 +420,12 @@ public ApiResponse<ViewUrl > createConsoleViewWithHttpInfo(String accountId, Con
420
420
* Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.
421
421
* @param accountId The external account number (int) or account ID Guid. (required)
422
422
* @param envelopeId The envelopeId Guid of the envelope being accessed. (required)
* Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.
435
435
* @param accountId The external account number (int) or account ID Guid. (required)
436
436
* @param envelopeId The envelopeId Guid of the envelope being accessed. (required)
0 commit comments