Sha256: bbd1166b76bdc85ef5e72663b4ee664f45b8ba756a3452d4f8b17c6022f2fac5

Contents?: true

Size: 1.94 KB

Versions: 6

Compression:

Stored size: 1.94 KB

Contents

# Dropbox::Sign::EmbeddedEditUrlRequest



## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `allow_edit_ccs` | ```Boolean``` |  This allows the requester to enable/disable to add or change CC roles when editing the template.  |  [default to false] |
| `cc_roles` | ```Array<String>``` |  The CC roles that must be assigned when using the template to send a signature request. To remove all CC roles, pass in a single role with no name. For use in a POST request.  |  |
| `editor_options` | [```SubEditorOptions```](SubEditorOptions.md) |    |  |
| `force_signer_roles` | ```Boolean``` |  Provide users the ability to review/edit the template signer roles.  |  [default to false] |
| `force_subject_message` | ```Boolean``` |  Provide users the ability to review/edit the template subject and message.  |  [default to false] |
| `merge_fields` | [```Array<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 `[]`.  |  |
| `preview_only` | ```Boolean``` |  This allows the requester to enable the preview experience (i.e. does not allow the requester&#39;s end user to add any additional fields via the editor).<br><br>**NOTE:** This parameter overwrites `show_preview&#x3D;true` (if set).  |  [default to false] |
| `show_preview` | ```Boolean``` |  This allows the requester to enable the editor/preview experience.  |  [default to false] |
| `show_progress_stepper` | ```Boolean``` |  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] |
| `test_mode` | ```Boolean``` |  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] |

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dropbox-sign-1.8.0 docs/EmbeddedEditUrlRequest.md
dropbox-sign-1.7.0 docs/EmbeddedEditUrlRequest.md
dropbox-sign-1.6.1 docs/EmbeddedEditUrlRequest.md
dropbox-sign-1.6.0 docs/EmbeddedEditUrlRequest.md
dropbox-sign-1.5.0 docs/EmbeddedEditUrlRequest.md
dropbox-sign-1.4.1 docs/EmbeddedEditUrlRequest.md