Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7740,6 +7740,10 @@ components:
description: '_t__EmbeddedEditUrl::ALLOW_EDIT_CCS'
type: boolean
default: false
allow_form_view:
description: '_t__EmbeddedEditUrl::ALLOW_FORM_VIEW'
type: boolean
default: false
cc_roles:
description: '_t__EmbeddedEditUrl::CC_ROLES'
type: array
Expand Down Expand Up @@ -8177,6 +8181,10 @@ components:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_FORM_VIEW'
type: boolean
default: false
allow_reassign:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_REASSIGN'
type: boolean
Expand Down Expand Up @@ -8356,6 +8364,10 @@ components:
description: '_t__SignatureRequestSend::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__SignatureRequestSend::ALLOW_FORM_VIEW'
type: boolean
default: false
allow_reassign:
description: '_t__SignatureRequestSend::ALLOW_REASSIGN'
type: boolean
Expand Down Expand Up @@ -8468,6 +8480,10 @@ components:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_FORM_VIEW'
type: boolean
default: false
allow_reassign:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_REASSIGN'
type: boolean
Expand Down Expand Up @@ -8738,6 +8754,10 @@ components:
description: '_t__SignatureRequestSend::ALLOW_REASSIGN'
type: boolean
default: false
allow_form_view:
description: '_t__SignatureRequestSend::ALLOW_FORM_VIEW'
type: boolean
default: false
attachments:
description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
Expand Down Expand Up @@ -9889,6 +9909,10 @@ components:
description: '_t__TemplateCreate::ALLOW_REASSIGN'
type: boolean
default: false
allow_form_view:
description: '_t__TemplateCreate::ALLOW_FORM_VIEW'
type: boolean
default: false
attachments:
description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
Expand Down Expand Up @@ -9977,6 +10001,10 @@ components:
description: '_t__TemplateCreateEmbeddedDraft::ALLOW_REASSIGN'
type: boolean
default: false
allow_form_view:
description: '_t__TemplateCreateEmbeddedDraft::ALLOW_FORM_VIEW'
type: boolean
default: false
attachments:
description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
Expand Down Expand Up @@ -10123,6 +10151,10 @@ components:
description: '_t__UnclaimedDraftCreate::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__UnclaimedDraftCreate::ALLOW_FORM_VIEW'
type: boolean
default: false
attachments:
description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
Expand Down Expand Up @@ -10238,6 +10270,10 @@ components:
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_FORM_VIEW'
type: boolean
default: false
allow_reassign:
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_REASSIGN'
type: boolean
Expand Down
36 changes: 36 additions & 0 deletions openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7840,6 +7840,10 @@ components:
description: 'This allows the requester to enable/disable to add or change CC roles when editing the template.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
cc_roles:
description: '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.'
type: array
Expand Down Expand Up @@ -8361,6 +8365,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
allow_reassign:
description: |-
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
Expand Down Expand Up @@ -8595,6 +8603,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
allow_reassign:
description: |-
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
Expand Down Expand Up @@ -8751,6 +8763,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
allow_reassign:
description: |-
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
Expand Down Expand Up @@ -9092,6 +9108,10 @@ components:
**NOTE:** Only available for Premium plan and higher.
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
attachments:
description: 'A list describing the attachments'
type: array
Expand Down Expand Up @@ -10475,6 +10495,10 @@ components:
**NOTE:** Only available for Premium plan and higher.
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
attachments:
description: 'A list describing the attachments'
type: array
Expand Down Expand Up @@ -10591,6 +10615,10 @@ components:
**NOTE:** Only available for Premium plan and higher.
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
attachments:
description: 'A list describing the attachments'
type: array
Expand Down Expand Up @@ -10772,6 +10800,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
attachments:
description: 'A list describing the attachments'
type: array
Expand Down Expand Up @@ -10918,6 +10950,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
allow_reassign:
description: |-
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
Expand Down
36 changes: 36 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7840,6 +7840,10 @@ components:
description: 'This allows the requester to enable/disable to add or change CC roles when editing the template.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
cc_roles:
description: '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.'
type: array
Expand Down Expand Up @@ -8361,6 +8365,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
allow_reassign:
description: |-
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
Expand Down Expand Up @@ -8595,6 +8603,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
allow_reassign:
description: |-
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
Expand Down Expand Up @@ -8751,6 +8763,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
allow_reassign:
description: |-
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
Expand Down Expand Up @@ -9092,6 +9108,10 @@ components:
**NOTE:** Only available for Premium plan and higher.
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
attachments:
description: 'A list describing the attachments'
type: array
Expand Down Expand Up @@ -10453,6 +10473,10 @@ components:
**NOTE:** Only available for Premium plan and higher.
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
attachments:
description: 'A list describing the attachments'
type: array
Expand Down Expand Up @@ -10569,6 +10593,10 @@ components:
**NOTE:** Only available for Premium plan and higher.
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
attachments:
description: 'A list describing the attachments'
type: array
Expand Down Expand Up @@ -10750,6 +10778,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
attachments:
description: 'A list describing the attachments'
type: array
Expand Down Expand Up @@ -10896,6 +10928,10 @@ components:
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
type: boolean
default: false
allow_form_view:
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
type: boolean
default: false
allow_reassign:
description: |-
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
Expand Down
2 changes: 1 addition & 1 deletion sdks/dotnet/docs/EmbeddedEditUrlRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AllowEditCcs** | **bool** | This allows the requester to enable/disable to add or change CC roles when editing the template. | [optional] [default to false]**CcRoles** | **List&lt;string&gt;** | 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. | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **ForceSignerRoles** | **bool** | Provide users the ability to review/edit the template signer roles. | [optional] [default to false]**ForceSubjectMessage** | **bool** | Provide users the ability to review/edit the template subject and message. | [optional] [default to false]**MergeFields** | [**List&lt;SubMergeField&gt;**](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 `[]`. | [optional] **PreviewOnly** | **bool** | 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). | [optional] [default to false]**ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience. | [optional] [default to false]**ShowProgressStepper** | **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. | [optional] [default to true]**TestMode** | **bool** | Whether this is a test, locked templates will only be available for editing if this is set to `true`. Defaults to `false`. | [optional] [default to false]
**AllowEditCcs** | **bool** | This allows the requester to enable/disable to add or change CC roles when editing the template. | [optional] [default to false]**AllowFormView** | **bool** | Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. | [optional] [default to false]**CcRoles** | **List&lt;string&gt;** | 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. | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **ForceSignerRoles** | **bool** | Provide users the ability to review/edit the template signer roles. | [optional] [default to false]**ForceSubjectMessage** | **bool** | Provide users the ability to review/edit the template subject and message. | [optional] [default to false]**MergeFields** | [**List&lt;SubMergeField&gt;**](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 `[]`. | [optional] **PreviewOnly** | **bool** | 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). | [optional] [default to false]**ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience. | [optional] [default to false]**ShowProgressStepper** | **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. | [optional] [default to true]**TestMode** | **bool** | Whether this is a test, locked templates will only be available for editing if this is set to `true`. Defaults to `false`. | [optional] [default to false]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Loading