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: docs/docs/API-docs/v1.1/opensign.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6076,7 +6076,7 @@ components:
6076
6076
example: true
6077
6077
timeToCompleteDays:
6078
6078
type: number
6079
-
description: time to complete days is used to calculate expiry date of your document
6079
+
description: time to complete days is used to calculate expiry date of your document. If this field is present in the request body, it overrides the template value, even when set to 0. If omitted, the template value is used.
6080
6080
format: number
6081
6081
example: 15
6082
6082
enableOTP:
@@ -6110,7 +6110,7 @@ components:
6110
6110
The email address of the person or organization that users can reply to. If this field is present in the request body, it overrides the template value, even when set to an empty string (""). If omitted, the template value is used.
6111
6111
6112
6112
If nothing is set, it will use the owner’s preferences. If the owner’s preferences are also not set, it will default to "".
6113
-
6113
+
6114
6114
example: mailer@opensignlabs.com
6115
6115
allow_modifications:
6116
6116
type: boolean
@@ -6132,7 +6132,7 @@ components:
6132
6132
example: false
6133
6133
remind_once_in_every:
6134
6134
type: number
6135
-
description: "Number of days between reminders. This is only applicable when auto_reminder is set to true."
6135
+
description: Number of days between reminders. This is only applicable when auto_reminder is set to true. If this field is present in the request body, it overrides the template value, even when set to 0. If omitted, the template value is used.
6136
6136
example: 5
6137
6137
merge_certificate:
6138
6138
type: boolean
@@ -6168,7 +6168,7 @@ components:
6168
6168
example: ["user@example.com","user2@example.com"]
6169
6169
description: |
6170
6170
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
6171
-
If this field is present in the request body, it overrides the template value, even when provided as an empty array ([]).
6171
+
If this field is present in the request body, it overrides the template value, even when provided as an empty array ([]) or empty string "".
0 commit comments