We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3a325 commit 1418c12Copy full SHA for 1418c12
src/main/java/com/docusign/common/ApiIndex.java
@@ -7,7 +7,7 @@ public enum ApiIndex {
7
MONITOR("/pages/monitor/index", "", "/m001", "/m"),
8
ADMIN("/pages/admin/index", "/management", "/a001", "/a"),
9
CONNECT("/pages/connect/index", "", "/con001", "/con"),
10
- NOTARY("/pages/notary/index", "/restapi", "/n001", "/n"),
+ NOTARY("/pages/notary/index", "/restapi", "/n004", "/n"),
11
WEBFORMS("/pages/webforms/index", "/restapi", "/web001", "/web");
12
13
private final String indexPath;
0 commit comments