You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-description.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,11 @@ paths:
65
65
type: "boolean"
66
66
example: true
67
67
description: "Whether to send a confirmation email to the sender"
68
+
notifyRecipients:
69
+
type: "boolean"
70
+
default: true
71
+
example: true
72
+
description: "Whether to email each recipient with a download link. Optional; defaults to true. Set to false to upload silently when the encrypted payload reaches recipients through another channel and a Cryptify-sent notification would be a duplicate."
0 commit comments