We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cc4c0 commit 4270a4fCopy full SHA for 4270a4f
lib/webforms/examples/createInstance.js
@@ -51,7 +51,7 @@ const createWebFormInstance = async (formId, args) => {
51
const createInstanceBody = docusignWebForms.CreateInstanceRequestBody.constructFromObject({
52
clientUserId: args.clientUserId,
53
formValues: webFormValues,
54
- expirationOffset: 3600,
+ expirationOffset: 24,
55
});
56
//ds-snippet-end:WebForms1Step4
57
0 commit comments