dropbox-sign 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -2
  3. data/README.md +4 -12
  4. data/VERSION +1 -1
  5. data/docs/EmbeddedEditUrlRequest.md +1 -1
  6. data/docs/SignatureRequestApi.md +7 -422
  7. data/docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md +1 -1
  8. data/docs/SignatureRequestBulkSendWithTemplateRequest.md +1 -1
  9. data/docs/SignatureRequestCreateEmbeddedRequest.md +4 -4
  10. data/docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md +1 -1
  11. data/docs/SignatureRequestSendRequest.md +5 -5
  12. data/docs/SignatureRequestSendWithTemplateRequest.md +2 -2
  13. data/docs/SignatureRequestUpdateRequest.md +2 -2
  14. data/docs/SubAttachment.md +1 -1
  15. data/docs/SubCustomField.md +1 -1
  16. data/docs/SubFieldOptions.md +1 -1
  17. data/docs/SubFormFieldsPerDocumentBase.md +2 -2
  18. data/docs/SubFormFieldsPerDocumentDateSigned.md +1 -1
  19. data/docs/SubFormFieldsPerDocumentDropdown.md +1 -1
  20. data/docs/SubFormFieldsPerDocumentHyperlink.md +1 -1
  21. data/docs/SubFormFieldsPerDocumentText.md +2 -2
  22. data/docs/SubFormFieldsPerDocumentTextMerge.md +1 -1
  23. data/docs/SubSignatureRequestGroupedSigners.md +1 -1
  24. data/docs/SubSignatureRequestSigner.md +1 -1
  25. data/docs/SubSignatureRequestTemplateSigner.md +1 -1
  26. data/docs/SubSigningOptions.md +1 -1
  27. data/docs/TeamAddMemberRequest.md +1 -1
  28. data/docs/TeamRemoveMemberRequest.md +2 -2
  29. data/docs/TemplateAddUserRequest.md +2 -2
  30. data/docs/TemplateCreateEmbeddedDraftRequest.md +2 -2
  31. data/docs/TemplateCreateRequest.md +2 -2
  32. data/docs/TemplateResponseDocument.md +1 -1
  33. data/docs/TemplateResponseDocumentStaticFieldBase.md +1 -1
  34. data/docs/UnclaimedDraftApi.md +3 -3
  35. data/docs/UnclaimedDraftCreateEmbeddedRequest.md +4 -4
  36. data/docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md +3 -3
  37. data/docs/UnclaimedDraftCreateRequest.md +2 -2
  38. data/lib/dropbox-sign/api/signature_request_api.rb +14 -474
  39. data/lib/dropbox-sign/api/unclaimed_draft_api.rb +6 -6
  40. data/lib/dropbox-sign/models/embedded_edit_url_request.rb +1 -1
  41. data/lib/dropbox-sign/models/signature_request_bulk_create_embedded_with_template_request.rb +1 -1
  42. data/lib/dropbox-sign/models/signature_request_bulk_send_with_template_request.rb +1 -1
  43. data/lib/dropbox-sign/models/signature_request_create_embedded_request.rb +4 -4
  44. data/lib/dropbox-sign/models/signature_request_create_embedded_with_template_request.rb +1 -1
  45. data/lib/dropbox-sign/models/signature_request_send_request.rb +5 -5
  46. data/lib/dropbox-sign/models/signature_request_send_with_template_request.rb +2 -2
  47. data/lib/dropbox-sign/models/signature_request_update_request.rb +2 -2
  48. data/lib/dropbox-sign/models/sub_attachment.rb +1 -1
  49. data/lib/dropbox-sign/models/sub_custom_field.rb +1 -1
  50. data/lib/dropbox-sign/models/sub_field_options.rb +1 -1
  51. data/lib/dropbox-sign/models/sub_form_fields_per_document_base.rb +2 -2
  52. data/lib/dropbox-sign/models/sub_form_fields_per_document_date_signed.rb +1 -1
  53. data/lib/dropbox-sign/models/sub_form_fields_per_document_dropdown.rb +1 -1
  54. data/lib/dropbox-sign/models/sub_form_fields_per_document_hyperlink.rb +1 -1
  55. data/lib/dropbox-sign/models/sub_form_fields_per_document_text.rb +2 -2
  56. data/lib/dropbox-sign/models/sub_form_fields_per_document_text_merge.rb +1 -1
  57. data/lib/dropbox-sign/models/sub_signature_request_grouped_signers.rb +1 -1
  58. data/lib/dropbox-sign/models/sub_signature_request_signer.rb +1 -1
  59. data/lib/dropbox-sign/models/sub_signature_request_template_signer.rb +1 -1
  60. data/lib/dropbox-sign/models/sub_signing_options.rb +1 -1
  61. data/lib/dropbox-sign/models/team_add_member_request.rb +1 -1
  62. data/lib/dropbox-sign/models/team_remove_member_request.rb +2 -2
  63. data/lib/dropbox-sign/models/template_add_user_request.rb +2 -2
  64. data/lib/dropbox-sign/models/template_create_embedded_draft_request.rb +2 -2
  65. data/lib/dropbox-sign/models/template_create_request.rb +2 -2
  66. data/lib/dropbox-sign/models/template_response_document.rb +1 -1
  67. data/lib/dropbox-sign/models/template_response_document_static_field_base.rb +1 -1
  68. data/lib/dropbox-sign/models/unclaimed_draft_create_embedded_request.rb +4 -4
  69. data/lib/dropbox-sign/models/unclaimed_draft_create_embedded_with_template_request.rb +3 -3
  70. data/lib/dropbox-sign/models/unclaimed_draft_create_request.rb +2 -2
  71. data/lib/dropbox-sign/version.rb +1 -1
  72. data/lib/dropbox-sign.rb +0 -4
  73. data/openapi-config.yaml +1 -1
  74. data/openapi-sdk.yaml +1487 -2511
  75. metadata +10 -18
  76. data/docs/SignatureRequestEditEmbeddedRequest.md +0 -33
  77. data/docs/SignatureRequestEditEmbeddedWithTemplateRequest.md +0 -24
  78. data/docs/SignatureRequestEditRequest.md +0 -35
  79. data/docs/SignatureRequestEditWithTemplateRequest.md +0 -26
  80. data/lib/dropbox-sign/models/signature_request_edit_embedded_request.rb +0 -593
  81. data/lib/dropbox-sign/models/signature_request_edit_embedded_with_template_request.rb +0 -490
  82. data/lib/dropbox-sign/models/signature_request_edit_request.rb +0 -612
  83. data/lib/dropbox-sign/models/signature_request_edit_with_template_request.rb +0 -509
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dropbox-sign
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dropbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-03 00:00:00.000000000 Z
11
+ date: 2024-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -125,10 +125,6 @@ files:
125
125
  - docs/SignatureRequestBulkSendWithTemplateRequest.md
126
126
  - docs/SignatureRequestCreateEmbeddedRequest.md
127
127
  - docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md
128
- - docs/SignatureRequestEditEmbeddedRequest.md
129
- - docs/SignatureRequestEditEmbeddedWithTemplateRequest.md
130
- - docs/SignatureRequestEditRequest.md
131
- - docs/SignatureRequestEditWithTemplateRequest.md
132
128
  - docs/SignatureRequestGetResponse.md
133
129
  - docs/SignatureRequestListResponse.md
134
130
  - docs/SignatureRequestRemindRequest.md
@@ -381,10 +377,6 @@ files:
381
377
  - lib/dropbox-sign/models/signature_request_bulk_send_with_template_request.rb
382
378
  - lib/dropbox-sign/models/signature_request_create_embedded_request.rb
383
379
  - lib/dropbox-sign/models/signature_request_create_embedded_with_template_request.rb
384
- - lib/dropbox-sign/models/signature_request_edit_embedded_request.rb
385
- - lib/dropbox-sign/models/signature_request_edit_embedded_with_template_request.rb
386
- - lib/dropbox-sign/models/signature_request_edit_request.rb
387
- - lib/dropbox-sign/models/signature_request_edit_with_template_request.rb
388
380
  - lib/dropbox-sign/models/signature_request_get_response.rb
389
381
  - lib/dropbox-sign/models/signature_request_list_response.rb
390
382
  - lib/dropbox-sign/models/signature_request_remind_request.rb
@@ -645,21 +637,21 @@ required_rubygems_version: !ruby/object:Gem::Requirement
645
637
  - !ruby/object:Gem::Version
646
638
  version: '0'
647
639
  requirements: []
648
- rubygems_version: 3.3.26
640
+ rubygems_version: 3.3.27
649
641
  signing_key:
650
642
  specification_version: 4
651
643
  summary: Dropbox Sign API Ruby Gem
652
644
  test_files:
653
- - spec/api/template_api_spec.rb
654
- - spec/api/oauth_api_spec.rb
655
645
  - spec/api/unclaimed_draft_api_spec.rb
656
- - spec/api/signature_request_api_spec.rb
657
- - spec/api/account_api_spec.rb
658
- - spec/api/api_app_api_spec.rb
659
- - spec/api/team_api_spec.rb
660
- - spec/api/report_api_spec.rb
661
646
  - spec/api/embedded_api_spec.rb
647
+ - spec/api/team_api_spec.rb
662
648
  - spec/api/bulk_send_job_api_spec.rb
649
+ - spec/api/oauth_api_spec.rb
650
+ - spec/api/account_api_spec.rb
651
+ - spec/api/signature_request_api_spec.rb
652
+ - spec/api/report_api_spec.rb
653
+ - spec/api/template_api_spec.rb
654
+ - spec/api/api_app_api_spec.rb
663
655
  - spec/api_client_spec.rb
664
656
  - spec/configuration_spec.rb
665
657
  - spec/event_callback_helper_spec.rb
@@ -1,33 +0,0 @@
1
- # Dropbox::Sign::SignatureRequestEditEmbeddedRequest
2
-
3
-
4
-
5
- ## Properties
6
-
7
- | Name | Type | Description | Notes |
8
- | ---- | ---- | ----------- | ----- |
9
- | `client_id`<sup>*_required_</sup> | ```String``` | Client id of the app you&#39;re using to create this embedded signature request. Used for security purposes. | |
10
- | `files` | ```Array<File>``` | Use `files[]` to indicate the uploaded file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | |
11
- | `file_urls` | ```Array<String>``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | |
12
- | `signers` | [```Array<SubSignatureRequestSigner>```](SubSignatureRequestSigner.md) | Add Signers to your Signature Request.<br><br>This endpoint requires either **signers** or **grouped_signers**, but not both. | |
13
- | `grouped_signers` | [```Array<SubSignatureRequestGroupedSigners>```](SubSignatureRequestGroupedSigners.md) | Add Grouped Signers to your Signature Request.<br><br>This endpoint requires either **signers** or **grouped_signers**, but not both. | |
14
- | `allow_decline` | ```Boolean``` | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [default to false] |
15
- | `allow_reassign` | ```Boolean``` | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.<br><br>**Note**: Only available for Premium plan. | [default to false] |
16
- | `attachments` | [```Array<SubAttachment>```](SubAttachment.md) | A list describing the attachments | |
17
- | `cc_email_addresses` | ```Array<String>``` | The email addresses that should be CCed. | |
18
- | `custom_fields` | [```Array<SubCustomField>```](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.<br><br>Pre-filled data can be used with &quot;send-once&quot; signature requests by adding merge fields with `form_fields_per_document` or [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) while passing values back with `custom_fields` together in one API call.<br><br>For using pre-filled on repeatable signature requests, merge fields are added to templates in the Dropbox Sign UI or by calling [/template/create_embedded_draft](/api/reference/operation/templateCreateEmbeddedDraft) and then passing `custom_fields` on subsequent signature requests referencing that template. | |
19
- | `field_options` | [```SubFieldOptions```](SubFieldOptions.md) | | |
20
- | `form_field_groups` | [```Array<SubFormFieldGroup>```](SubFormFieldGroup.md) | Group information for fields defined in `form_fields_per_document`. String-indexed JSON array with `group_label` and `requirement` keys. `form_fields_per_document` must contain fields referencing a group defined in `form_field_groups`. | |
21
- | `form_field_rules` | [```Array<SubFormFieldRule>```](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | |
22
- | `form_fields_per_document` | [```Array<SubFormFieldsPerDocumentBase>```](SubFormFieldsPerDocumentBase.md) | The fields that should appear on the document, expressed as an array of objects. (For more details you can read about it here: [Using Form Fields per Document](/docs/openapi/form-fields-per-document).)<br><br>**NOTE**: Fields like **text**, **dropdown**, **checkbox**, **radio**, and **hyperlink** have additional required and optional parameters. Check out the list of [additional parameters](/api/reference/constants/#form-fields-per-document) for these field types.<br><br>* Text Field use `SubFormFieldsPerDocumentText`<br>* Dropdown Field use `SubFormFieldsPerDocumentDropdown`<br>* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`<br>* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`<br>* Radio Field use `SubFormFieldsPerDocumentRadio`<br>* Signature Field use `SubFormFieldsPerDocumentSignature`<br>* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`<br>* Initials Field use `SubFormFieldsPerDocumentInitials`<br>* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`<br>* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | |
23
- | `hide_text_tags` | ```Boolean``` | Enables automatic Text Tag removal when set to true.<br><br>**NOTE**: Removing text tags this way can cause unwanted clipping. We recommend leaving this setting on `false` and instead hiding your text tags using white text or a similar approach. See the [Text Tags Walkthrough](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) for more information. | [default to false] |
24
- | `message` | ```String``` | The custom message in the email that will be sent to the signers. | |
25
- | `metadata` | ```Hash<String, Object>``` | Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer&#39;s order number for look up when receiving events for the signature request.<br><br>Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long. | |
26
- | `signing_options` | [```SubSigningOptions```](SubSigningOptions.md) | | |
27
- | `subject` | ```String``` | The subject in the email that will be sent to the signers. | |
28
- | `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
29
- | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
30
- | `use_text_tags` | ```Boolean``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] |
31
- | `populate_auto_fill_fields` | ```Boolean``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer&#39;s information during signing.<br><br>⚠️ **Note** ⚠️: Keep your signer&#39;s information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] |
32
- | `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
33
-
@@ -1,24 +0,0 @@
1
- # Dropbox::Sign::SignatureRequestEditEmbeddedWithTemplateRequest
2
-
3
-
4
-
5
- ## Properties
6
-
7
- | Name | Type | Description | Notes |
8
- | ---- | ---- | ----------- | ----- |
9
- | `template_ids`<sup>*_required_</sup> | ```Array<String>``` | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | |
10
- | `client_id`<sup>*_required_</sup> | ```String``` | Client id of the app you&#39;re using to create this embedded signature request. Used for security purposes. | |
11
- | `signers`<sup>*_required_</sup> | [```Array<SubSignatureRequestTemplateSigner>```](SubSignatureRequestTemplateSigner.md) | Add Signers to your Templated-based Signature Request. | |
12
- | `allow_decline` | ```Boolean``` | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [default to false] |
13
- | `ccs` | [```Array<SubCC>```](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | |
14
- | `custom_fields` | [```Array<SubCustomField>```](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | |
15
- | `files` | ```Array<File>``` | Use `files[]` to indicate the uploaded file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | |
16
- | `file_urls` | ```Array<String>``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | |
17
- | `message` | ```String``` | The custom message in the email that will be sent to the signers. | |
18
- | `metadata` | ```Hash<String, Object>``` | Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer&#39;s order number for look up when receiving events for the signature request.<br><br>Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long. | |
19
- | `signing_options` | [```SubSigningOptions```](SubSigningOptions.md) | | |
20
- | `subject` | ```String``` | The subject in the email that will be sent to the signers. | |
21
- | `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
22
- | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
23
- | `populate_auto_fill_fields` | ```Boolean``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer&#39;s information during signing.<br><br>⚠️ **Note** ⚠️: Keep your signer&#39;s information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] |
24
-
@@ -1,35 +0,0 @@
1
- # Dropbox::Sign::SignatureRequestEditRequest
2
-
3
-
4
-
5
- ## Properties
6
-
7
- | Name | Type | Description | Notes |
8
- | ---- | ---- | ----------- | ----- |
9
- | `files` | ```Array<File>``` | Use `files[]` to indicate the uploaded file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | |
10
- | `file_urls` | ```Array<String>``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | |
11
- | `signers` | [```Array<SubSignatureRequestSigner>```](SubSignatureRequestSigner.md) | Add Signers to your Signature Request.<br><br>This endpoint requires either **signers** or **grouped_signers**, but not both. | |
12
- | `grouped_signers` | [```Array<SubSignatureRequestGroupedSigners>```](SubSignatureRequestGroupedSigners.md) | Add Grouped Signers to your Signature Request.<br><br>This endpoint requires either **signers** or **grouped_signers**, but not both. | |
13
- | `allow_decline` | ```Boolean``` | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [default to false] |
14
- | `allow_reassign` | ```Boolean``` | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.<br><br>**Note**: Only available for Premium plan and higher. | [default to false] |
15
- | `attachments` | [```Array<SubAttachment>```](SubAttachment.md) | A list describing the attachments | |
16
- | `cc_email_addresses` | ```Array<String>``` | The email addresses that should be CCed. | |
17
- | `client_id` | ```String``` | The client id of the API App you want to associate with this request. Used to apply the branding and callback url defined for the app. | |
18
- | `custom_fields` | [```Array<SubCustomField>```](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.<br><br>Pre-filled data can be used with &quot;send-once&quot; signature requests by adding merge fields with `form_fields_per_document` or [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) while passing values back with `custom_fields` together in one API call.<br><br>For using pre-filled on repeatable signature requests, merge fields are added to templates in the Dropbox Sign UI or by calling [/template/create_embedded_draft](/api/reference/operation/templateCreateEmbeddedDraft) and then passing `custom_fields` on subsequent signature requests referencing that template. | |
19
- | `field_options` | [```SubFieldOptions```](SubFieldOptions.md) | | |
20
- | `form_field_groups` | [```Array<SubFormFieldGroup>```](SubFormFieldGroup.md) | Group information for fields defined in `form_fields_per_document`. String-indexed JSON array with `group_label` and `requirement` keys. `form_fields_per_document` must contain fields referencing a group defined in `form_field_groups`. | |
21
- | `form_field_rules` | [```Array<SubFormFieldRule>```](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | |
22
- | `form_fields_per_document` | [```Array<SubFormFieldsPerDocumentBase>```](SubFormFieldsPerDocumentBase.md) | The fields that should appear on the document, expressed as an array of objects. (For more details you can read about it here: [Using Form Fields per Document](/docs/openapi/form-fields-per-document).)<br><br>**NOTE**: Fields like **text**, **dropdown**, **checkbox**, **radio**, and **hyperlink** have additional required and optional parameters. Check out the list of [additional parameters](/api/reference/constants/#form-fields-per-document) for these field types.<br><br>* Text Field use `SubFormFieldsPerDocumentText`<br>* Dropdown Field use `SubFormFieldsPerDocumentDropdown`<br>* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`<br>* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`<br>* Radio Field use `SubFormFieldsPerDocumentRadio`<br>* Signature Field use `SubFormFieldsPerDocumentSignature`<br>* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`<br>* Initials Field use `SubFormFieldsPerDocumentInitials`<br>* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`<br>* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | |
23
- | `hide_text_tags` | ```Boolean``` | Enables automatic Text Tag removal when set to true.<br><br>**NOTE**: Removing text tags this way can cause unwanted clipping. We recommend leaving this setting on `false` and instead hiding your text tags using white text or a similar approach. See the [Text Tags Walkthrough](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) for more information. | [default to false] |
24
- | `is_qualified_signature` | ```Boolean``` | Send with a value of `true` if you wish to enable [Qualified Electronic Signatures](https://www.hellosign.com/features/qualified-electronic-signatures) (QES), which requires a face-to-face call to verify the signer&#39;s identity.&lt;br&gt;<br>**Note**: QES is only available on the Premium API plan as an add-on purchase. Cannot be used in `test_mode`. Only works on requests with one signer. | [default to false] |
25
- | `is_eid` | ```Boolean``` | Send with a value of `true` if you wish to enable [electronic identification (eID)](https://www.hellosign.com/features/electronic-id), which requires the signer to verify their identity with an eID provider to sign a document.&lt;br&gt;<br>**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [default to false] |
26
- | `message` | ```String``` | The custom message in the email that will be sent to the signers. | |
27
- | `metadata` | ```Hash<String, Object>``` | Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer&#39;s order number for look up when receiving events for the signature request.<br><br>Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long. | |
28
- | `signing_options` | [```SubSigningOptions```](SubSigningOptions.md) | | |
29
- | `signing_redirect_url` | ```String``` | The URL you want signers redirected to after they successfully sign. | |
30
- | `subject` | ```String``` | The subject in the email that will be sent to the signers. | |
31
- | `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
32
- | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
33
- | `use_text_tags` | ```Boolean``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] |
34
- | `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
35
-
@@ -1,26 +0,0 @@
1
- # Dropbox::Sign::SignatureRequestEditWithTemplateRequest
2
-
3
-
4
-
5
- ## Properties
6
-
7
- | Name | Type | Description | Notes |
8
- | ---- | ---- | ----------- | ----- |
9
- | `template_ids`<sup>*_required_</sup> | ```Array<String>``` | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | |
10
- | `signers`<sup>*_required_</sup> | [```Array<SubSignatureRequestTemplateSigner>```](SubSignatureRequestTemplateSigner.md) | Add Signers to your Templated-based Signature Request. | |
11
- | `allow_decline` | ```Boolean``` | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [default to false] |
12
- | `ccs` | [```Array<SubCC>```](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | |
13
- | `client_id` | ```String``` | Client id of the app to associate with the signature request. Used to apply the branding and callback url defined for the app. | |
14
- | `custom_fields` | [```Array<SubCustomField>```](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | |
15
- | `files` | ```Array<File>``` | Use `files[]` to indicate the uploaded file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | |
16
- | `file_urls` | ```Array<String>``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | |
17
- | `is_qualified_signature` | ```Boolean``` | Send with a value of `true` if you wish to enable [Qualified Electronic Signatures](https://www.hellosign.com/features/qualified-electronic-signatures) (QES), which requires a face-to-face call to verify the signer&#39;s identity.&lt;br&gt;<br>**Note**: QES is only available on the Premium API plan as an add-on purchase. Cannot be used in `test_mode`. Only works on requests with one signer. | [default to false] |
18
- | `is_eid` | ```Boolean``` | Send with a value of `true` if you wish to enable [electronic identification (eID)](https://www.hellosign.com/features/electronic-id), which requires the signer to verify their identity with an eID provider to sign a document.&lt;br&gt;<br>**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [default to false] |
19
- | `message` | ```String``` | The custom message in the email that will be sent to the signers. | |
20
- | `metadata` | ```Hash<String, Object>``` | Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer&#39;s order number for look up when receiving events for the signature request.<br><br>Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long. | |
21
- | `signing_options` | [```SubSigningOptions```](SubSigningOptions.md) | | |
22
- | `signing_redirect_url` | ```String``` | The URL you want signers redirected to after they successfully sign. | |
23
- | `subject` | ```String``` | The subject in the email that will be sent to the signers. | |
24
- | `test_mode` | ```Boolean``` | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [default to false] |
25
- | `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
26
-