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/EmbeddedEditUrlRequest.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
|`force_signer_roles`|```bool```| Provide users the ability to review/edit the template signer roles. |[default to False]|
13
13
|`force_subject_message`|```bool```| Provide users the ability to review/edit the template subject and message. |[default to False]|
14
14
|`merge_fields`|[```[SubMergeField]```](SubMergeField.md)| Add additional merge fields to the template, which can be used used to pre-fill data by passing values into signature requests made with that template.<br><br>Remove all merge fields on the template by passing an empty array `[]`. ||
15
-
|`preview_only`|```bool```| This allows the requester to enable the preview experience (i.e. does not allow the requester's end user to add any additional fields via the editor).<br><br>**Note**: This parameter overwrites `show_preview=true` (if set). |[default to False]|
15
+
|`preview_only`|```bool```| This allows the requester to enable the preview experience (i.e. does not allow the requester's end user to add any additional fields via the editor).<br><br>**NOTE:** This parameter overwrites `show_preview=true` (if set). |[default to False]|
16
16
|`show_preview`|```bool```| This allows the requester to enable the editor/preview experience. |[default to False]|
17
17
|`show_progress_stepper`|```bool```| When only one step remains in the signature request process and this parameter is set to `false` then the progress stepper will be hidden. |[default to True]|
18
18
|`test_mode`|```bool```| Whether this is a test, locked templates will only be available for editing if this is set to `true`. Defaults to `false`. |[default to False]|
0 commit comments