Skip to content

Commit

Permalink
Updating the link to expire in 30 days instead of 5 minutes (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 authored Feb 5, 2024
1 parent 177a447 commit 0996c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualtrix/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def create_email_distribution(
},
"surveyLink": {
"surveyId": survey_id,
"expirationDate": (calltime + timedelta(minutes=5)).isoformat()
"expirationDate": (calltime + timedelta(days=30)).isoformat()
+ "Z", # 1 month
"type": "Individual",
},
Expand Down

0 comments on commit 0996c37

Please sign in to comment.