Skip to content

Commit 62f10e7

Browse files
committed
DEVDOCS-17408 - changing expiration time to 24 hours
1 parent aeb95a2 commit 62f10e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webforms/examples/eg001_create_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def create_web_form_instance(cls, form_id, args):
4848
web_form_req_object = CreateInstanceRequestBody(
4949
client_user_id=args["client_user_id"],
5050
form_values=web_form_values,
51-
expiration_offset=3600
51+
expiration_offset=24
5252
)
5353
#ds-snippet-end:WebForms1Step4
5454

0 commit comments

Comments
 (0)