Skip to content

Commit 1418c12

Browse files
committed
fixed first example number
1 parent ac3a325 commit 1418c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/docusign/common/ApiIndex.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public enum ApiIndex {
77
MONITOR("/pages/monitor/index", "", "/m001", "/m"),
88
ADMIN("/pages/admin/index", "/management", "/a001", "/a"),
99
CONNECT("/pages/connect/index", "", "/con001", "/con"),
10-
NOTARY("/pages/notary/index", "/restapi", "/n001", "/n"),
10+
NOTARY("/pages/notary/index", "/restapi", "/n004", "/n"),
1111
WEBFORMS("/pages/webforms/index", "/restapi", "/web001", "/web");
1212

1313
private final String indexPath;

0 commit comments

Comments
 (0)