diff --git a/openapi-raw.yaml b/openapi-raw.yaml
index 48c4321fb..5575959d2 100644
--- a/openapi-raw.yaml
+++ b/openapi-raw.yaml
@@ -7697,7 +7697,7 @@ components:
type: array
items:
type: string
- maxItems: 2
+ maxItems: 10
minItems: 1
name:
description: '_t__ApiAppCreate::NAME'
@@ -7723,7 +7723,7 @@ components:
type: array
items:
type: string
- maxItems: 2
+ maxItems: 10
name:
description: '_t__ApiAppUpdate::NAME'
type: string
@@ -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
@@ -8021,6 +8025,7 @@ components:
enum:
- user_activity
- document_status
+ - sms_activity
maxItems: 2
minItems: 1
start_date:
@@ -8177,6 +8182,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
@@ -8356,6 +8365,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
@@ -8468,6 +8481,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
@@ -8738,6 +8755,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
@@ -9889,6 +9910,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
@@ -9977,6 +10002,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
@@ -10123,6 +10152,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
@@ -10238,6 +10271,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
@@ -11224,6 +11261,7 @@ components:
enum:
- user_activity
- document_status
+ - sms_activity
type: object
x-internal-class: true
SignatureRequestResponse:
diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml
index 72542c9b1..f6c81c0ba 100644
--- a/openapi-sdk.yaml
+++ b/openapi-sdk.yaml
@@ -111,8 +111,8 @@ paths:
$ref: examples/AccountCreateExample.sh
x-meta:
seo:
- title: 'Create Account | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a range of tools. Find out how to create a new Dropbox Sign Account using the specified `email_address` here.'
+ title: '_t__AccountCreate::SEO::TITLE'
+ description: '_t__AccountCreate::SEO::DESCRIPTION'
/account:
get:
tags:
@@ -220,8 +220,8 @@ paths:
$ref: examples/AccountGetExample.sh
x-meta:
seo:
- title: 'Get Account | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to return the properties and settings of your Account, click here.'
+ title: '_t__AccountGet::SEO::TITLE'
+ description: '_t__AccountGet::SEO::DESCRIPTION'
put:
tags:
- Account
@@ -317,8 +317,8 @@ paths:
$ref: examples/AccountUpdateExample.sh
x-meta:
seo:
- title: 'Update Account | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how update the properties and settings of your Account, click here.'
+ title: '_t__AccountUpdate::SEO::TITLE'
+ description: '_t__AccountUpdate::SEO::DESCRIPTION'
/account/verify:
post:
tags:
@@ -415,8 +415,8 @@ paths:
$ref: examples/AccountVerifyExample.sh
x-meta:
seo:
- title: 'Verify Account | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to verify whether an Account exists, click here.'
+ title: '_t__AccountVerify::SEO::TITLE'
+ description: '_t__AccountVerify::SEO::DESCRIPTION'
/api_app:
post:
tags:
@@ -516,8 +516,8 @@ paths:
$ref: examples/ApiAppCreateExample.sh
x-meta:
seo:
- title: 'Create API App | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations with a wide range of tools. To find out how to create a new API App, click here.'
+ title: '_t__ApiAppCreate::SEO::TITLE'
+ description: '_t__ApiAppCreate::SEO::DESCRIPTION'
'/api_app/{client_id}':
get:
tags:
@@ -616,8 +616,8 @@ paths:
$ref: examples/ApiAppGetExample.sh
x-meta:
seo:
- title: 'Get API App | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to return an object with information about an API App, click here.'
+ title: '_t__ApiAppGet::SEO::TITLE'
+ description: '_t__ApiAppGet::SEO::DESCRIPTION'
put:
tags:
- 'Api App'
@@ -727,8 +727,8 @@ paths:
$ref: examples/ApiAppUpdateExample.sh
x-meta:
seo:
- title: 'Update API App | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations with a wide range of tools. To find out how to update an App that you own, click here.'
+ title: '_t__ApiAppUpdate::SEO::TITLE'
+ description: '_t__ApiAppUpdate::SEO::DESCRIPTION'
delete:
tags:
- 'Api App'
@@ -817,8 +817,8 @@ paths:
$ref: examples/ApiAppDeleteExample.sh
x-meta:
seo:
- title: 'Delete API App | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations with a wide range of tools. To find out how to delete an API App, click here.'
+ title: '_t__ApiAppDelete::SEO::TITLE'
+ description: '_t__ApiAppDelete::SEO::DESCRIPTION'
/api_app/list:
get:
tags:
@@ -919,8 +919,8 @@ paths:
$ref: examples/ApiAppListExample.sh
x-meta:
seo:
- title: 'List API Apps | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to return a list of API Apps that are accessible by you, click here.'
+ title: '_t__ApiAppList::SEO::TITLE'
+ description: '_t__ApiAppList::SEO::DESCRIPTION'
'/bulk_send_job/{bulk_send_job_id}':
get:
tags:
@@ -1030,8 +1030,8 @@ paths:
$ref: examples/BulkSendJobGetExample.sh
x-meta:
seo:
- title: 'Get Bulk Send Job | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to return the status of the BulkSendJob and SignatureRequests, click here.'
+ title: '_t__BulkSendJobGet::SEO::TITLE'
+ description: '_t__BulkSendJobGet::SEO::DESCRIPTION'
/bulk_send_job/list:
get:
tags:
@@ -1133,8 +1133,8 @@ paths:
$ref: examples/BulkSendJobListExample.sh
x-meta:
seo:
- title: 'List Bulk Send Jobs | Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to return a list of BulkSendJob that you can access, click here.'
+ title: '_t__BulkSendJobList::SEO::TITLE'
+ description: '_t__BulkSendJobList::SEO::DESCRIPTION'
'/embedded/edit_url/{template_id}':
post:
tags:
@@ -1240,8 +1240,8 @@ paths:
$ref: examples/EmbeddedEditUrlExample.sh
x-meta:
seo:
- title: 'Get Embedded Template URL | iFrame | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to retrieve an embedded iFrame object containing a template url, click here.'
+ title: '_t__EmbeddedEditUrl::SEO::TITLE'
+ description: '_t__EmbeddedEditUrl::SEO::DESCRIPTION'
'/embedded/sign_url/{signature_id}':
get:
tags:
@@ -1342,8 +1342,8 @@ paths:
$ref: examples/EmbeddedSignUrlExample.sh
x-meta:
seo:
- title: 'Get Embedded Sign URL | iFrame | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to retrieve an embedded iFrame object containing a signature url, click here.'
+ title: '_t__EmbeddedSignUrl::SEO::TITLE'
+ description: '_t__EmbeddedSignUrl::SEO::DESCRIPTION'
'/fax/{fax_id}':
get:
tags:
@@ -1439,8 +1439,8 @@ paths:
$ref: examples/FaxGetExample.sh
x-meta:
seo:
- title: 'Get Fax | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to retrieve properties of a fax, click here.'
+ title: '_t__FaxGet::SEO::TITLE'
+ description: '_t__FaxGet::SEO::DESCRIPTION'
delete:
tags:
- Fax
@@ -1528,8 +1528,8 @@ paths:
$ref: examples/FaxDeleteExample.sh
x-meta:
seo:
- title: 'Delete Fax | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to delete a fax, click here.'
+ title: '_t__FaxDelete::SEO::TITLE'
+ description: '_t__FaxDelete::SEO::DESCRIPTION'
'/fax/files/{fax_id}':
get:
tags:
@@ -1625,8 +1625,8 @@ paths:
$ref: examples/FaxFilesExample.sh
x-meta:
seo:
- title: 'Fax Files | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to list the files of a fax, click here.'
+ title: '_t__FaxFiles::SEO::TITLE'
+ description: '_t__FaxFiles::SEO::DESCRIPTION'
/fax_line/add_user:
put:
tags:
@@ -1720,8 +1720,8 @@ paths:
$ref: examples/FaxLineAddUserExample.sh
x-meta:
seo:
- title: 'Fax Line Add User | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to add a user to an existing fax line, click here.'
+ title: '_t__FaxLineAddUser::SEO::TITLE'
+ description: '_t__FaxLineAddUser::SEO::DESCRIPTION'
/fax_line/area_codes:
get:
tags:
@@ -1901,8 +1901,8 @@ paths:
$ref: examples/FaxLineAreaCodeGetExample.sh
x-meta:
seo:
- title: 'Fax Line Get Area Codes | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out what area codes are available, click here.'
+ title: '_t__FaxLineAreaCodeGet::SEO::TITLE'
+ description: '_t__FaxLineAreaCodeGet::SEO::DESCRIPTION'
/fax_line/create:
post:
tags:
@@ -1996,8 +1996,8 @@ paths:
$ref: examples/FaxLineCreateExample.sh
x-meta:
seo:
- title: 'Purchase Fax Line | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to purchase a new fax line, click here.'
+ title: '_t__FaxLineCreate::SEO::TITLE'
+ description: '_t__FaxLineCreate::SEO::DESCRIPTION'
/fax_line:
get:
tags:
@@ -2091,8 +2091,8 @@ paths:
$ref: examples/FaxLineGetExample.sh
x-meta:
seo:
- title: 'Get Fax Line | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to retrieve the properties of a fax line, click here.'
+ title: '_t__FaxLineGet::SEO::TITLE'
+ description: '_t__FaxLineGet::SEO::DESCRIPTION'
delete:
tags:
- 'Fax Line'
@@ -2180,8 +2180,8 @@ paths:
$ref: examples/FaxLineDeleteExample.sh
x-meta:
seo:
- title: 'Delete Fax Line | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to delete a fax line, click here.'
+ title: '_t__FaxLineDelete::SEO::TITLE'
+ description: '_t__FaxLineDelete::SEO::DESCRIPTION'
/fax_line/list:
get:
tags:
@@ -2294,8 +2294,8 @@ paths:
$ref: examples/FaxLineListExample.sh
x-meta:
seo:
- title: 'List Fax Lines | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to list your fax lines, click here.'
+ title: '_t__FaxLineList::SEO::TITLE'
+ description: '_t__FaxLineList::SEO::DESCRIPTION'
/fax_line/remove_user:
put:
tags:
@@ -2389,8 +2389,8 @@ paths:
$ref: examples/FaxLineRemoveUserExample.sh
x-meta:
seo:
- title: 'Fax Line Remove User | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to remove a user from an existing fax line, click here.'
+ title: '_t__FaxLineRemoveUser::SEO::TITLE'
+ description: '_t__FaxLineRemoveUser::SEO::DESCRIPTION'
/fax/list:
get:
tags:
@@ -2493,8 +2493,8 @@ paths:
$ref: examples/FaxListExample.sh
x-meta:
seo:
- title: 'List Faxes | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to list your faxes, click here.'
+ title: '_t__FaxList::SEO::TITLE'
+ description: '_t__FaxList::SEO::DESCRIPTION'
/fax/send:
post:
tags:
@@ -2593,8 +2593,8 @@ paths:
$ref: examples/FaxSendExample.sh
x-meta:
seo:
- title: 'Send Fax | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to send a fax, click here.'
+ title: '_t__FaxSend::SEO::TITLE'
+ description: '_t__FaxSend::SEO::DESCRIPTION'
/oauth/token:
post:
tags:
@@ -2687,8 +2687,8 @@ paths:
$ref: examples/OauthTokenGenerateExample.sh
x-meta:
seo:
- title: 'Generate OAuth Token | Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to generate a new OAuth token with the API, click here.'
+ title: '_t__OAuthTokenGenerate::SEO::TITLE'
+ description: '_t__OAuthTokenGenerate::SEO::DESCRIPTION'
x-hideTryItPanel: true
'/oauth/token?refresh':
post:
@@ -2782,8 +2782,8 @@ paths:
$ref: examples/OauthTokenRefreshExample.sh
x-meta:
seo:
- title: 'OAuth Token Refresh | Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to refresh your OAuth token with the API, click here.'
+ title: '_t__OAuthTokenRefresh::SEO::TITLE'
+ description: '_t__OAuthTokenRefresh::SEO::DESCRIPTION'
x-hideTryItPanel: true
/report/create:
post:
@@ -2879,8 +2879,8 @@ paths:
$ref: examples/ReportCreateExample.sh
x-meta:
seo:
- title: 'Create Report | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to request the creation of one or more reports, click here.'
+ title: '_t__ReportCreate::SEO::TITLE'
+ description: '_t__ReportCreate::SEO::DESCRIPTION'
/signature_request/bulk_create_embedded_with_template:
post:
tags:
@@ -2984,8 +2984,8 @@ paths:
$ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.sh
x-meta:
seo:
- title: 'Embedded Bulk Send with Template | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to create embedded BulkSendJob signature requests, click here.'
+ title: '_t__SignatureRequestBulkCreateEmbeddedWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestBulkCreateEmbeddedWithTemplate::SEO::DESCRIPTION'
/signature_request/bulk_send_with_template:
post:
tags:
@@ -3089,8 +3089,8 @@ paths:
$ref: examples/SignatureRequestBulkSendWithTemplateExample.sh
x-meta:
seo:
- title: 'Bulk Send with Template | REST API | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to create BulkSendJob for up to 250 signature requests, click here.'
+ title: '_t__SignatureRequestBulkSendWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestBulkSendWithTemplate::SEO::DESCRIPTION'
'/signature_request/cancel/{signature_request_id}':
post:
tags:
@@ -3196,8 +3196,8 @@ paths:
$ref: examples/SignatureRequestCancelExample.sh
x-meta:
seo:
- title: 'Cancel Incomplete Signature Request | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to cancel an incomplete signature request, click here.'
+ title: '_t__SignatureRequestCancel::SEO::TITLE'
+ description: '_t__SignatureRequestCancel::SEO::DESCRIPTION'
/signature_request/create_embedded:
post:
tags:
@@ -3301,8 +3301,8 @@ paths:
$ref: examples/SignatureRequestCreateEmbeddedExample.sh
x-meta:
seo:
- title: 'Create Embedded Signature Request | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to create a new SignatureRequest in an iFrame, click here.'
+ title: '_t__SignatureRequestCreateEmbedded::SEO::TITLE'
+ description: '_t__SignatureRequestCreateEmbedded::SEO::DESCRIPTION'
/signature_request/create_embedded_with_template:
post:
tags:
@@ -3404,8 +3404,8 @@ paths:
$ref: examples/SignatureRequestCreateEmbeddedWithTemplateExample.sh
x-meta:
seo:
- title: 'Signature Request with Template | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to create a new SignatureRequest based on the given Template, click here.'
+ title: '_t__SignatureRequestCreateEmbeddedWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestCreateEmbeddedWithTemplate::SEO::DESCRIPTION'
'/signature_request/edit/{signature_request_id}':
put:
tags:
@@ -3524,8 +3524,8 @@ paths:
$ref: examples/SignatureRequestEditExample.sh
x-meta:
seo:
- title: 'Edit Signature Request | REST API | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to edit a SignatureRequest with the submitted documents, click here.'
+ title: '_t__SignatureRequestEdit::SEO::TITLE'
+ description: '_t__SignatureRequestEdit::SEO::DESCRIPTION'
'/signature_request/edit_embedded/{signature_request_id}':
put:
tags:
@@ -3643,8 +3643,8 @@ paths:
$ref: examples/SignatureRequestEditEmbeddedExample.sh
x-meta:
seo:
- title: 'Edit Embedded Signature Request | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to edit a SignatureRequest in an iFrame, click here.'
+ title: '_t__SignatureRequestEditEmbedded::SEO::TITLE'
+ description: '_t__SignatureRequestEditEmbedded::SEO::DESCRIPTION'
'/signature_request/edit_embedded_with_template/{signature_request_id}':
put:
tags:
@@ -3760,8 +3760,8 @@ paths:
$ref: examples/SignatureRequestEditEmbeddedWithTemplateExample.sh
x-meta:
seo:
- title: 'Signature Request with Template | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to edit a SignatureRequest based on the given Template, click here.'
+ title: '_t__SignatureRequestEditEmbeddedWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestEditEmbeddedWithTemplate::SEO::DESCRIPTION'
'/signature_request/edit_with_template/{signature_request_id}':
put:
tags:
@@ -3878,8 +3878,8 @@ paths:
$ref: examples/SignatureRequestEditWithTemplateExample.sh
x-meta:
seo:
- title: 'Edit Signature Request with Template | API Documentation | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to edit a SignatureRequest based off of the Template, click here.'
+ title: '_t__SignatureRequestEditWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestEditWithTemplate::SEO::DESCRIPTION'
'/signature_request/files/{signature_request_id}':
get:
tags:
@@ -3998,8 +3998,8 @@ paths:
$ref: examples/SignatureRequestFilesExample.sh
x-meta:
seo:
- title: 'Download Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to get the current documents specified by the parameters, click here'
+ title: '_t__SignatureRequestFiles::SEO::TITLE'
+ description: '_t__SignatureRequestFiles::SEO::DESCRIPTION'
'/signature_request/files_as_data_uri/{signature_request_id}':
get:
tags:
@@ -4106,8 +4106,8 @@ paths:
$ref: examples/SignatureRequestFilesAsDataUriExample.sh
x-meta:
seo:
- title: 'Download Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to get the current documents specified by the parameters, click here'
+ title: '_t__SignatureRequestFiles::SEO::TITLE'
+ description: '_t__SignatureRequestFiles::SEO::DESCRIPTION'
'/signature_request/files_as_file_url/{signature_request_id}':
get:
tags:
@@ -4221,8 +4221,8 @@ paths:
$ref: examples/SignatureRequestFilesAsFileUrlExample.sh
x-meta:
seo:
- title: 'Download Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to get the current documents specified by the parameters, click here'
+ title: '_t__SignatureRequestFiles::SEO::TITLE'
+ description: '_t__SignatureRequestFiles::SEO::DESCRIPTION'
'/signature_request/{signature_request_id}':
get:
tags:
@@ -4322,8 +4322,8 @@ paths:
$ref: examples/SignatureRequestGetExample.sh
x-meta:
seo:
- title: 'Get Signature Request | Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to return the status of SignatureRequest specified by the parameters, click here.'
+ title: '_t__SignatureRequestGet::SEO::TITLE'
+ description: '_t__SignatureRequestGet::SEO::DESCRIPTION'
/signature_request/list:
get:
tags:
@@ -4443,8 +4443,8 @@ paths:
$ref: examples/SignatureRequestListExample.sh
x-meta:
seo:
- title: 'List Signature Requests | REST API | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to return a list of SignatureRequests that you can access, click here.'
+ title: '_t__SignatureRequestList::SEO::TITLE'
+ description: '_t__SignatureRequestList::SEO::DESCRIPTION'
'/signature_request/release_hold/{signature_request_id}':
post:
tags:
@@ -4541,8 +4541,8 @@ paths:
$ref: examples/SignatureRequestReleaseHoldExample.sh
x-meta:
seo:
- title: 'Release On-Hold Signature Request | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom eSign integrations. To find out how to release an on-hold SignatureRequest, click here.'
+ title: '_t__SignatureRequestReleaseHold::SEO::TITLE'
+ description: '_t__SignatureRequestReleaseHold::SEO::DESCRIPTION'
'/signature_request/remind/{signature_request_id}':
post:
tags:
@@ -4658,8 +4658,8 @@ paths:
$ref: examples/SignatureRequestRemindExample.sh
x-meta:
seo:
- title: 'Send Request Reminder | REST API | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom eSign integrations. To find out how to send an email reminder to the signer, click here.'
+ title: '_t__SignatureRequestRemind::SEO::TITLE'
+ description: '_t__SignatureRequestRemind::SEO::DESCRIPTION'
'/signature_request/remove/{signature_request_id}':
post:
tags:
@@ -4757,8 +4757,8 @@ paths:
$ref: examples/SignatureRequestRemoveExample.sh
x-meta:
seo:
- title: 'Remove Signature Request Access | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to remove your access to a completed signature request, click here.'
+ title: '_t__SignatureRequestRemove::SEO::TITLE'
+ description: '_t__SignatureRequestRemove::SEO::DESCRIPTION'
/signature_request/send:
post:
tags:
@@ -4863,8 +4863,8 @@ paths:
$ref: examples/SignatureRequestSendExample.sh
x-meta:
seo:
- title: 'Send Signature Request | REST API | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to create and send new SignatureRequest with the submitted documents, click here.'
+ title: '_t__SignatureRequestSend::SEO::TITLE'
+ description: '_t__SignatureRequestSend::SEO::DESCRIPTION'
/signature_request/send_with_template:
post:
tags:
@@ -4965,8 +4965,8 @@ paths:
$ref: examples/SignatureRequestSendWithTemplateExample.sh
x-meta:
seo:
- title: 'Send with Template | API Documentation | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to create and send a new SignatureRequest based off of the Template, click here.'
+ title: '_t__SignatureRequestSendWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestSendWithTemplate::SEO::DESCRIPTION'
'/signature_request/update/{signature_request_id}':
post:
tags:
@@ -5077,8 +5077,8 @@ paths:
$ref: examples/SignatureRequestUpdateExample.sh
x-meta:
seo:
- title: 'Update Signature Request | REST API | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to update the email address/name for a signer on a signature request, click here.'
+ title: '_t__SignatureRequestUpdate::SEO::TITLE'
+ description: '_t__SignatureRequestUpdate::SEO::DESCRIPTION'
/team/add_member:
put:
tags:
@@ -5186,8 +5186,8 @@ paths:
$ref: examples/TeamAddMemberExample.sh
x-meta:
seo:
- title: 'Add User to Team | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to invite a specified user to your Team, click here.'
+ title: '_t__TeamAddMember::SEO::TITLE'
+ description: '_t__TeamAddMember::SEO::DESCRIPTION'
/team/create:
post:
tags:
@@ -5282,8 +5282,8 @@ paths:
$ref: examples/TeamCreateExample.sh
x-meta:
seo:
- title: 'Create Team | REST API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom eSign integrations. To find out how to create a new team and make yourself a member, click here.'
+ title: '_t__TeamCreate::SEO::TITLE'
+ description: '_t__TeamCreate::SEO::DESCRIPTION'
/team/destroy:
delete:
tags:
@@ -5362,8 +5362,8 @@ paths:
$ref: examples/TeamDeleteExample.sh
x-meta:
seo:
- title: 'Delete Team | REST API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to delete a team you are a member of, click here.'
+ title: '_t__TeamDelete::SEO::TITLE'
+ description: '_t__TeamDelete::SEO::DESCRIPTION'
/team:
get:
tags:
@@ -5451,8 +5451,8 @@ paths:
$ref: examples/TeamGetExample.sh
x-meta:
seo:
- title: 'Get Team | REST API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to return information about your Team, click here.'
+ title: '_t__TeamGet::SEO::TITLE'
+ description: '_t__TeamGet::SEO::DESCRIPTION'
put:
tags:
- Team
@@ -5546,8 +5546,8 @@ paths:
$ref: examples/TeamUpdateExample.sh
x-meta:
seo:
- title: 'Update Team | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to update the name of your team, click here.'
+ title: '_t__TeamUpdate::SEO::TITLE'
+ description: '_t__TeamUpdate::SEO::DESCRIPTION'
/team/info:
get:
tags:
@@ -5646,8 +5646,8 @@ paths:
$ref: examples/TeamInfoExample.sh
x-meta:
seo:
- title: 'Get Team Info | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you automate your team management. To find out how to get information about a specific team, click here.'
+ title: '_t__TeamInfo::SEO::TITLE'
+ description: '_t__TeamInfo::SEO::DESCRIPTION'
/team/invites:
get:
tags:
@@ -5742,8 +5742,8 @@ paths:
$ref: examples/TeamInvitesExample.sh
x-meta:
seo:
- title: 'List Team Invites | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you automate your team management. To find out how to get a list of team invites (and their roles), click here.'
+ title: '_t__TeamInvites::SEO::TITLE'
+ description: '_t__TeamInvites::SEO::DESCRIPTION'
'/team/members/{team_id}':
get:
tags:
@@ -5858,8 +5858,8 @@ paths:
$ref: examples/TeamMembersExample.sh
x-meta:
seo:
- title: 'List Team Members | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you automate your team management. To find out how to get a list of team members and their roles for a specific team, click here.'
+ title: '_t__TeamMembers::SEO::TITLE'
+ description: '_t__TeamMembers::SEO::DESCRIPTION'
/team/remove_member:
post:
tags:
@@ -5958,8 +5958,8 @@ paths:
$ref: examples/TeamRemoveMemberExample.sh
x-meta:
seo:
- title: 'Remove User from Team | REST API | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to remove a user Account from your Team, click here.'
+ title: '_t__TeamRemoveMember::SEO::TITLE'
+ description: '_t__TeamRemoveMember::SEO::DESCRIPTION'
'/team/sub_teams/{team_id}':
get:
tags:
@@ -6074,8 +6074,8 @@ paths:
$ref: examples/TeamSubTeamsExample.sh
x-meta:
seo:
- title: 'List Sub Teams | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you automate your team management. To find out how to get a list of sub teams that exist for a given team, click here.'
+ title: '_t__TeamSubTeams::SEO::TITLE'
+ description: '_t__TeamSubTeams::SEO::DESCRIPTION'
'/template/add_user/{template_id}':
post:
tags:
@@ -6181,8 +6181,8 @@ paths:
$ref: examples/TemplateAddUserExample.sh
x-meta:
seo:
- title: 'Add User to Template | REST API | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to give an Account access to a Template, click here.'
+ title: '_t__TemplateAddUser::SEO::TITLE'
+ description: '_t__TemplateAddUser::SEO::DESCRIPTION'
/template/create:
post:
tags:
@@ -6290,8 +6290,8 @@ paths:
$ref: examples/TemplateCreateExample.sh
x-meta:
seo:
- title: 'Create Template | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to create an template, click here.'
+ title: '_t__TemplateCreate::SEO::TITLE'
+ description: '_t__TemplateCreate::SEO::DESCRIPTION'
/template/create_embedded_draft:
post:
tags:
@@ -6399,8 +6399,8 @@ paths:
$ref: examples/TemplateCreateEmbeddedDraftExample.sh
x-meta:
seo:
- title: 'Create Embedded Template Draft | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to create an embedded draft template, click here.'
+ title: '_t__TemplateCreateEmbeddedDraft::SEO::TITLE'
+ description: '_t__TemplateCreateEmbeddedDraft::SEO::DESCRIPTION'
'/template/delete/{template_id}':
post:
tags:
@@ -6494,8 +6494,8 @@ paths:
$ref: examples/TemplateDeleteExample.sh
x-meta:
seo:
- title: 'Delete Template | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to completely delete a template from the account, click here.'
+ title: '_t__TemplateDelete::SEO::TITLE'
+ description: '_t__TemplateDelete::SEO::DESCRIPTION'
'/template/files/{template_id}':
get:
tags:
@@ -6612,8 +6612,8 @@ paths:
$ref: examples/TemplateFilesExample.sh
x-meta:
seo:
- title: 'Get Template Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to get a copy of the current specified documents, click here.'
+ title: '_t__TemplateFiles::SEO::TITLE'
+ description: '_t__TemplateFiles::SEO::DESCRIPTION'
'/template/files_as_data_uri/{template_id}':
get:
tags:
@@ -6719,8 +6719,8 @@ paths:
$ref: examples/TemplateFilesAsDataUriExample.sh
x-meta:
seo:
- title: 'Get Template Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to get a copy of the current specified documents, click here.'
+ title: '_t__TemplateFiles::SEO::TITLE'
+ description: '_t__TemplateFiles::SEO::DESCRIPTION'
'/template/files_as_file_url/{template_id}':
get:
tags:
@@ -6833,8 +6833,8 @@ paths:
$ref: examples/TemplateFilesAsFileUrlExample.sh
x-meta:
seo:
- title: 'Get Template Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to get a copy of the current specified documents, click here.'
+ title: '_t__TemplateFiles::SEO::TITLE'
+ description: '_t__TemplateFiles::SEO::DESCRIPTION'
'/template/{template_id}':
get:
tags:
@@ -6933,8 +6933,8 @@ paths:
$ref: examples/TemplateGetExample.sh
x-meta:
seo:
- title: 'Get Template | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to return the Template specified by the `template_id` parameter, click here.'
+ title: '_t__TemplateGet::SEO::TITLE'
+ description: '_t__TemplateGet::SEO::DESCRIPTION'
/template/list:
get:
tags:
@@ -7056,8 +7056,8 @@ paths:
$ref: examples/TemplateListExample.sh
x-meta:
seo:
- title: 'List Templates | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to return a list of the Templates that can be accessed by you, click here.'
+ title: '_t__TemplateList::SEO::TITLE'
+ description: '_t__TemplateList::SEO::DESCRIPTION'
'/template/remove_user/{template_id}':
post:
tags:
@@ -7163,8 +7163,8 @@ paths:
$ref: examples/TemplateRemoveUserExample.sh
x-meta:
seo:
- title: 'Remove User from Template | REST API | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to remove a specified Account''s access to a Template, click here.'
+ title: '_t__TemplateRemoveUser::SEO::TITLE'
+ description: '_t__TemplateRemoveUser::SEO::DESCRIPTION'
'/template/update_files/{template_id}':
post:
tags:
@@ -7289,8 +7289,8 @@ paths:
$ref: examples/TemplateUpdateFilesExample.sh
x-meta:
seo:
- title: 'Update Template Files | REST API | Dropbox Sign for Developers'
- description: 'Overlays a new file with the overlay of an existing template'
+ title: '_t__TemplateUpdateFiles::SEO::TITLE'
+ description: '_t__TemplateUpdateFiles::SEO::DESCRIPTION'
/unclaimed_draft/create:
post:
tags:
@@ -7394,8 +7394,8 @@ paths:
$ref: examples/UnclaimedDraftCreateExample.sh
x-meta:
seo:
- title: 'Create Unclaimed Draft | REST API | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build eSign integrations. To find out how to create a new Signature Request Draft that can be claimed using the claim URL, click here.'
+ title: '_t__UnclaimedDraftCreate::SEO::TITLE'
+ description: '_t__UnclaimedDraftCreate::SEO::DESCRIPTION'
/unclaimed_draft/create_embedded:
post:
tags:
@@ -7507,8 +7507,8 @@ paths:
$ref: examples/UnclaimedDraftCreateEmbeddedExample.sh
x-meta:
seo:
- title: 'Create Embedded Unclaimed Draft | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to create and embed a the creation of a Signature Request in an iFrame, click here.'
+ title: '_t__UnclaimedDraftCreateEmbedded::SEO::TITLE'
+ description: '_t__UnclaimedDraftCreateEmbedded::SEO::DESCRIPTION'
/unclaimed_draft/create_embedded_with_template:
post:
tags:
@@ -7615,8 +7615,8 @@ paths:
$ref: examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.sh
x-meta:
seo:
- title: 'Embed Unclaimed Draft with Template | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to create a new Draft with a previously saved template, click here.'
+ title: '_t__UnclaimedDraftCreateEmbeddedWithTemplate::SEO::TITLE'
+ description: '_t__UnclaimedDraftCreateEmbeddedWithTemplate::SEO::DESCRIPTION'
'/unclaimed_draft/edit_and_resend/{signature_request_id}':
post:
tags:
@@ -7730,8 +7730,8 @@ paths:
$ref: examples/UnclaimedDraftEditAndResendExample.sh
x-meta:
seo:
- title: 'Edit and Resend Unclaimed Draft | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to create a new signature request from an embedded request, click here.'
+ title: '_t__UnclaimedDraftEditAndResend::SEO::TITLE'
+ description: '_t__UnclaimedDraftEditAndResend::SEO::DESCRIPTION'
components:
schemas:
AccountCreateRequest:
@@ -7797,7 +7797,7 @@ components:
type: array
items:
type: string
- maxItems: 2
+ maxItems: 10
minItems: 1
name:
description: 'The name you want to assign to the ApiApp.'
@@ -7823,7 +7823,7 @@ components:
type: array
items:
type: string
- maxItems: 2
+ maxItems: 10
name:
description: 'The name you want to assign to the ApiApp.'
type: string
@@ -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
@@ -8135,6 +8139,7 @@ components:
enum:
- user_activity
- document_status
+ - sms_activity
maxItems: 2
minItems: 1
start_date:
@@ -8208,10 +8213,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8297,10 +8299,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8342,18 +8341,12 @@ components:
items:
type: string
signers:
- description: |-
- Add Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
grouped_signers:
- description: |-
- Add Grouped Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestGroupedSigners::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestGroupedSigners'
@@ -8361,6 +8354,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`.
@@ -8369,7 +8366,7 @@ components:
type: boolean
default: false
attachments:
- description: 'A list describing the attachments'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -8435,10 +8432,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8522,15 +8516,12 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestTemplateSigner'
@@ -8576,18 +8567,12 @@ components:
items:
type: string
signers:
- description: |-
- Add Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
grouped_signers:
- description: |-
- Add Grouped Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestGroupedSigners::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestGroupedSigners'
@@ -8595,6 +8580,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`.
@@ -8603,7 +8592,7 @@ components:
type: boolean
default: false
attachments:
- description: 'A list describing the attachments'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -8677,10 +8666,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8732,18 +8718,12 @@ components:
items:
type: string
signers:
- description: |-
- Add Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
grouped_signers:
- description: |-
- Add Grouped Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestGroupedSigners::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestGroupedSigners'
@@ -8751,6 +8731,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`.
@@ -8759,7 +8743,7 @@ components:
type: boolean
default: false
attachments:
- description: 'A list describing the attachments'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -8825,10 +8809,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8912,15 +8893,12 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestTemplateSigner'
@@ -9004,15 +8982,12 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestTemplateSigner'
@@ -9066,18 +9041,12 @@ components:
items:
type: string
signers:
- description: |-
- Add Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
grouped_signers:
- description: |-
- Add Grouped Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestGroupedSigners::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestGroupedSigners'
@@ -9092,8 +9061,12 @@ 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'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -9178,10 +9151,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -9280,15 +9250,12 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestTemplateSigner'
@@ -9859,10 +9826,7 @@ components:
description: 'Masks entered data. For more information see [Masking sensitive information](https://faq.hellosign.com/hc/en-us/articles/360040742811-Masking-sensitive-information). `true` for masking the data in a text field, otherwise `false`.'
type: boolean
validation_type:
- description: |-
- Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values.
-
- **NOTE:** When using `custom_regex` you are required to pass a second parameter `validation_custom_regex` and you can optionally provide `validation_custom_regex_format_label` for the error message the user will see in case of an invalid value.
+ description: '_t__Sub::FormFieldsPerDocument::VALIDATION_TYPE'
type: string
enum:
- numbers_only
@@ -9920,7 +9884,7 @@ components:
- type
properties:
type:
- description: 'A text field that has default text set using pre-filled data. Use the `SubFormFieldsPerDocumentTextMerge` class.'
+ description: '_t__Sub::FormFieldsPerDocument::TYPE_TEXT_MERGE'
type: string
default: text-merge
font_family:
@@ -10045,13 +10009,13 @@ components:
type:
type: string
width:
- description: 'Size of the field in pixels.'
+ description: '_t__Sub::FormFieldsPerDocument::WIDTH'
type: integer
x:
- description: 'Location coordinates of the field in pixels.'
+ description: '_t__Sub::FormFieldsPerDocument::X'
type: integer
'y':
- description: 'Location coordinates of the field in pixels.'
+ description: '_t__Sub::FormFieldsPerDocument::Y'
type: integer
type: object
discriminator:
@@ -10075,17 +10039,14 @@ components:
- signers
properties:
group:
- description: 'The name of the group.'
+ description: '_t__Sub::SignatureRequestGroupedSigners::GROUP_NAME'
type: string
order:
- description: 'The order the group is required to sign in. Use this instead of Signer-level `order`.'
+ description: '_t__Sub::SignatureRequestGroupedSigners::ORDER'
type: integer
nullable: true
signers:
- description: |-
- Signers belonging to this Group.
-
- **NOTE:** Only `name`, `email_address`, and `pin` are available to Grouped Signers. We will ignore all other properties, even though they are listed below.
+ description: '_t__Sub::SignatureRequestGroupedSigners::SIGNERS'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
@@ -10096,26 +10057,26 @@ components:
- type
properties:
name:
- description: 'The name of the merge field. Must be unique.'
+ description: '_t__Sub::MergeField::NAME'
type: string
type:
- description: 'The type of merge field.'
+ description: '_t__Sub::MergeField::TYPE'
type: string
enum:
- text
- checkbox
x-enumDescriptions:
- text: 'Sets merge [field type](/api/reference/constants/#field-types) to `text`.'
- checkbox: 'Sets merge [field type](/api/reference/constants/#field-types) to `checkbox`.'
+ text: '_t__Sub::MergeField::EnumDescriptions::TEXT'
+ checkbox: '_t__Sub::MergeField::EnumDescriptions::CHECKBOX'
type: object
SubOAuth:
- description: 'OAuth related parameters.'
+ description: '_t__Sub::OAuth::DESCRIPTION'
properties:
callback_url:
- description: 'The callback URL to be used for OAuth flows. (Required if `oauth[scopes]` is provided)'
+ description: '_t__Sub::OAuth::CALLBACK_URL'
type: string
scopes:
- description: 'A list of [OAuth scopes](/api/reference/tag/OAuth) to be granted to the app. (Required if `oauth[callback_url]` is provided).'
+ description: '_t__Sub::OAuth::SCOPES'
type: array
items:
type: string
@@ -10130,10 +10091,10 @@ components:
- ''
type: object
SubOptions:
- description: 'Additional options supported by API App.'
+ description: '_t__Sub::Options::DESCRIPTION'
properties:
can_insert_everywhere:
- description: 'Determines if signers can use "Insert Everywhere" when signing a document.'
+ description: '_t__Sub::Options::CAN_INSERT_EVERYWHERE'
type: boolean
default: false
type: object
@@ -10143,36 +10104,26 @@ components:
- email_address
properties:
name:
- description: 'The name of the signer.'
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_NAME'
type: string
email_address:
- description: 'The email address of the signer.'
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_EMAIL_ADDRESS'
type: string
format: email
order:
- description: 'The order the signer is required to sign in.'
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_ORDER'
type: integer
nullable: true
pin:
- description: 'The 4- to 12-character access code that will secure this signer''s signature page.'
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_PIN'
type: string
maxLength: 12
minLength: 4
sms_phone_number:
- description: |-
- An E.164 formatted phone number.
-
- By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
-
- **NOTE:** Not available in test mode and requires a Standard plan or higher.
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_SMS_PHONE_NUMBER'
type: string
sms_phone_number_type:
- description: |-
- Specifies the feature used with the `sms_phone_number`. Default `authentication`.
-
- If `authentication`, signer is sent a verification code via SMS that is required to access the document.
-
- If `delivery`, a link to complete the signature request is delivered via SMS (_and_ email).
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_SMS_PHONE_NUMBER_TYPE'
type: string
enum:
- authentication
@@ -10185,35 +10136,25 @@ components:
- email_address
properties:
role:
- description: 'Must match an existing role in chosen Template(s). It''s case-sensitive.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::ROLE'
type: string
name:
- description: 'The name of the signer.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::NAME'
type: string
email_address:
- description: 'The email address of the signer.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::EMAIL_ADDRESS'
type: string
format: email
pin:
- description: 'The 4- to 12-character access code that will secure this signer''s signature page.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::PIN'
type: string
maxLength: 12
minLength: 4
sms_phone_number:
- description: |-
- An E.164 formatted phone number.
-
- By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
-
- **NOTE:** Not available in test mode and requires a Standard plan or higher.
+ description: '_t__Sub::SignatureRequestTemplateSigner::SMS_PHONE_NUMBER'
type: string
sms_phone_number_type:
- description: |-
- Specifies the feature used with the `sms_phone_number`. Default `authentication`.
-
- If `authentication`, signer is sent a verification code via SMS that is required to access the document.
-
- If `delivery`, a link to complete the signature request is delivered via SMS (_and_ email).
+ description: '_t__Sub::SignatureRequestTemplateSigner::SIGNER_SMS_PHONE_NUMBER_TYPE'
type: string
enum:
- authentication
@@ -10225,14 +10166,14 @@ components:
- email_address
properties:
email_address:
- description: 'The email address of the signer.'
+ description: '_t__Sub::UnclaimedDraftSigner::EMAIL_ADDRESS'
type: string
format: email
name:
- description: 'The name of the signer.'
+ description: '_t__Sub::UnclaimedDraftSigner::NAME'
type: string
order:
- description: 'The order the signer is required to sign in.'
+ description: '_t__Sub::UnclaimedDraftSigner::ORDER'
type: integer
nullable: true
type: object
@@ -10243,36 +10184,33 @@ components:
- email_address
properties:
role:
- description: 'Must match an existing role in chosen Template(s).'
+ description: '_t__Sub::UnclaimedDraftTemplateSigner::ROLE'
type: string
name:
- description: 'The name of the signer filling the role of `role`.'
+ description: '_t__Sub::UnclaimedDraftTemplateSigner::NAME'
type: string
email_address:
- description: 'The email address of the signer filling the role of `role`.'
+ description: '_t__Sub::UnclaimedDraftTemplateSigner::EMAIL_ADDRESS'
type: string
format: email
type: object
SubTemplateRole:
properties:
name:
- description: 'The role name of the signer that will be displayed when the template is used to create a signature request.'
+ description: '_t__Sub::SignerRole::NAME'
type: string
order:
- description: 'The order in which this signer role is required to sign.'
+ description: '_t__Sub::SignerRole::ORDER'
type: integer
nullable: true
type: object
SubSigningOptions:
- description: |-
- This allows the requester to specify the types allowed for creating a signature.
-
- **NOTE:** If `signing_options` are not defined in the request, the allowed types will default to those specified in the account settings.
+ description: '_t__Sub::SigningOptions::DESCRIPTION'
required:
- default_type
properties:
default_type:
- description: 'The default type shown (limited to the listed types)'
+ description: '_t__Sub::SigningOptions::DEFAULT'
type: string
enum:
- draw
@@ -10280,27 +10218,24 @@ components:
- type
- upload
draw:
- description: 'Allows drawing the signature'
+ description: '_t__Sub::SigningOptions::DRAW'
type: boolean
default: false
phone:
- description: 'Allows using a smartphone to email the signature'
+ description: '_t__Sub::SigningOptions::PHONE'
type: boolean
default: false
type:
- description: 'Allows typing the signature'
+ description: '_t__Sub::SigningOptions::TYPE'
type: boolean
default: false
upload:
- description: 'Allows uploading the signature'
+ description: '_t__Sub::SigningOptions::UPLOAD'
type: boolean
default: false
type: object
SubWhiteLabelingOptions:
- description: |-
- An array of elements and values serialized to a string, to be used to customize the app's signer page. (Only applies to some API plans)
-
- Take a look at our [white labeling guide](https://developers.hellosign.com/api/reference/premium-branding/) to learn more.
+ description: '_t__Sub::WhiteLabelingOptions::DESCRIPTION'
properties:
header_background_color:
type: string
@@ -10348,7 +10283,7 @@ components:
type: string
default: '#ffffff'
reset_to_default:
- description: 'Resets white labeling options to defaults. Only useful when updating an API App.'
+ description: '_t__Sub::WhiteLabelingOptions::RESET_TO_DEFAULT'
type: boolean
type: object
TeamAddMemberRequest:
@@ -10475,8 +10410,12 @@ 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'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -10531,10 +10470,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -10591,8 +10527,12 @@ 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'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -10657,10 +10597,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -10772,8 +10709,12 @@ 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'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -10836,10 +10777,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -10848,7 +10786,7 @@ components:
type: boolean
default: true
signers:
- description: 'Add Signers to your Unclaimed Draft Signature Request.'
+ description: '_t__Sub::UnclaimedDraftSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubUnclaimedDraftSigner'
@@ -10918,6 +10856,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`.
@@ -10926,7 +10868,7 @@ components:
type: boolean
default: false
attachments:
- description: 'A list describing the attachments'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -11007,10 +10949,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -11033,7 +10972,7 @@ components:
type: boolean
default: true
signers:
- description: 'Add Signers to your Unclaimed Draft Signature Request.'
+ description: '_t__Sub::UnclaimedDraftSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubUnclaimedDraftSigner'
@@ -11156,10 +11095,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -11193,7 +11129,7 @@ components:
type: boolean
default: true
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::UnclaimedDraftTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubUnclaimedDraftTemplateSigner'
@@ -11275,7 +11211,7 @@ components:
oauth_data:
$ref: '#/components/schemas/OAuthTokenResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11288,7 +11224,7 @@ components:
account:
$ref: '#/components/schemas/AccountResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11299,7 +11235,7 @@ components:
account:
$ref: '#/components/schemas/AccountVerifyResponseAccount'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11312,7 +11248,7 @@ components:
api_app:
$ref: '#/components/schemas/ApiAppResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11324,14 +11260,14 @@ components:
- list_info
properties:
api_apps:
- description: 'Contains information about API Apps.'
+ description: '_t__ApiAppListResponse::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/ApiAppResponse'
list_info:
$ref: '#/components/schemas/ListInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11348,12 +11284,12 @@ components:
list_info:
$ref: '#/components/schemas/ListInfoResponse'
signature_requests:
- description: 'Contains information about the Signature Requests sent in bulk.'
+ description: '_t__BulkSendJobGetResponse::SIGNATURE_REQUESTS'
type: array
items:
$ref: '#/components/schemas/BulkSendJobGetResponseSignatureRequests'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11365,14 +11301,14 @@ components:
- list_info
properties:
bulk_send_jobs:
- description: 'Contains a list of BulkSendJobs that the API caller has access to.'
+ description: '_t__BulkSendJobListResponse::BULK_SEND_JOBS'
type: array
items:
$ref: '#/components/schemas/BulkSendJobResponse'
list_info:
$ref: '#/components/schemas/ListInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11385,7 +11321,7 @@ components:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11398,7 +11334,7 @@ components:
embedded:
$ref: '#/components/schemas/EmbeddedEditUrlResponseEmbedded'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11411,7 +11347,7 @@ components:
embedded:
$ref: '#/components/schemas/EmbeddedSignUrlResponseEmbedded'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11431,7 +11367,7 @@ components:
fax:
$ref: '#/components/schemas/FaxResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11491,10 +11427,10 @@ components:
- expires_at
properties:
file_url:
- description: 'URL to the file.'
+ description: '_t__FileResponse::FILE_URL'
type: string
expires_at:
- description: 'When the link expires.'
+ description: '_t__FileResponse::EXPIRES_AT'
type: integer
type: object
x-internal-class: true
@@ -11503,7 +11439,7 @@ components:
- data_uri
properties:
data_uri:
- description: 'File as base64 encoded string.'
+ description: '_t__FileResponse::DATA_URI'
type: string
type: object
x-internal-class: true
@@ -11514,7 +11450,7 @@ components:
report:
$ref: '#/components/schemas/ReportResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11527,7 +11463,7 @@ components:
signature_request:
$ref: '#/components/schemas/SignatureRequestResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11539,14 +11475,14 @@ components:
- list_info
properties:
signature_requests:
- description: 'Contains information about signature requests.'
+ description: '_t__SignatureRequestListResponse::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponse'
list_info:
$ref: '#/components/schemas/ListInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11555,36 +11491,36 @@ components:
AccountResponse:
properties:
account_id:
- description: 'The ID of the Account'
+ description: '_t__Account::ACCOUNT_ID'
type: string
email_address:
- description: 'The email address associated with the Account.'
+ description: '_t__Account::EMAIL_ADDRESS'
type: string
is_locked:
- description: 'Returns `true` if the user has been locked out of their account by a team admin.'
+ description: '_t__Account::IS_LOCKED'
type: boolean
is_paid_hs:
- description: 'Returns `true` if the user has a paid Dropbox Sign account.'
+ description: '_t__Account::IS_PAID_HS'
type: boolean
is_paid_hf:
- description: 'Returns `true` if the user has a paid HelloFax account.'
+ description: '_t__Account::IS_PAID_HF'
type: boolean
quotas:
$ref: '#/components/schemas/AccountResponseQuotas'
callback_url:
- description: 'The URL that Dropbox Sign events will `POST` to.'
+ description: '_t__Account::CALLBACK_URL'
type: string
nullable: true
role_code:
- description: 'The membership role for the team.'
+ description: '_t__Account::ROLE_CODE'
type: string
nullable: true
team_id:
- description: 'The id of the team account belongs to.'
+ description: '_t__Account::TEAM_ID'
type: string
nullable: true
locale:
- description: 'The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values.'
+ description: '_t__Account::LOCALE'
type: string
nullable: true
usage:
@@ -11600,7 +11536,7 @@ components:
refresh_token:
type: string
expires_in:
- description: 'Number of seconds until the `access_token` expires. Uses epoch time.'
+ description: '_t__OAuthTokenResponse::EXPIRES_IN'
type: integer
state:
type: string
@@ -11608,39 +11544,39 @@ components:
type: object
x-internal-class: true
AccountResponseQuotas:
- description: 'Details concerning remaining monthly quotas.'
+ description: '_t__Account::QUOTA'
properties:
api_signature_requests_left:
- description: 'API signature requests remaining.'
+ description: '_t__AccountQuota::API_SIGNATURE_REQUESTS_LEFT'
type: integer
nullable: true
documents_left:
- description: 'Signature requests remaining.'
+ description: '_t__AccountQuota::DOCUMENTS_LEFT'
type: integer
nullable: true
templates_total:
- description: 'Total API templates allowed.'
+ description: '_t__AccountQuota::TEMPLATES_TOTAL'
type: integer
nullable: true
templates_left:
- description: 'API templates remaining.'
+ description: '_t__AccountQuota::TEMPLATES_LEFT'
type: integer
nullable: true
sms_verifications_left:
- description: 'SMS verifications remaining.'
+ description: '_t__AccountQuota::SMS_VERIFICATIONS_LEFT'
type: integer
nullable: true
num_fax_pages_left:
- description: 'Number of fax pages left'
+ description: '_t__AccountQuota::NUM_FAX_PAGES_LEFT'
type: integer
nullable: true
type: object
x-internal-class: true
AccountResponseUsage:
- description: 'Details concerning monthly usage'
+ description: '_t__Account::USAGE'
properties:
fax_pages_sent:
- description: 'Number of fax pages sent'
+ description: '_t__AccountUsage::FAX_PAGES_SENT'
type: integer
nullable: true
type: object
@@ -11648,33 +11584,33 @@ components:
AccountVerifyResponseAccount:
properties:
email_address:
- description: 'The email address associated with the Account.'
+ description: '_t__Account::EMAIL_ADDRESS'
type: string
type: object
x-internal-class: true
ApiAppResponse:
- description: 'Contains information about an API App.'
+ description: '_t__ApiAppResponse::DESCRIPTION'
properties:
callback_url:
- description: 'The app''s callback URL (for events)'
+ description: '_t__ApiAppResponse::CALLBACK_URL'
type: string
nullable: true
client_id:
- description: 'The app''s client id'
+ description: '_t__ApiAppResponse::CLIENT_ID'
type: string
created_at:
- description: 'The time that the app was created'
+ description: '_t__ApiAppResponse::CREATED_AT'
type: integer
domains:
- description: 'The domain name(s) associated with the app'
+ description: '_t__ApiAppResponse::DOMAINS'
type: array
items:
type: string
name:
- description: 'The name of the app'
+ description: '_t__ApiAppResponse::NAME'
type: string
is_approved:
- description: 'Boolean to indicate if the app has been approved'
+ description: '_t__ApiAppResponse::IS_APPROVED'
type: boolean
oauth:
$ref: '#/components/schemas/ApiAppResponseOAuth'
@@ -11687,48 +11623,48 @@ components:
type: object
x-internal-class: true
ApiAppResponseOAuth:
- description: 'An object describing the app''s OAuth properties, or null if OAuth is not configured for the app.'
+ description: '_t__ApiAppResponseOAuth::DESCRIPTION'
properties:
callback_url:
- description: 'The app''s OAuth callback URL.'
+ description: '_t__ApiAppResponseOAuth::CALLBACK_URL'
type: string
secret:
- description: 'The app''s OAuth secret, or null if the app does not belong to user.'
+ description: '_t__ApiAppResponseOAuth::SECRET'
type: string
nullable: true
scopes:
- description: 'Array of OAuth scopes used by the app.'
+ description: '_t__ApiAppResponseOAuth::SCOPES'
type: array
items:
type: string
charges_users:
- description: 'Boolean indicating whether the app owner or the account granting permission is billed for OAuth requests.'
+ description: '_t__ApiAppResponseOAuth::CHARGES_USERS'
type: boolean
type: object
nullable: true
x-internal-class: true
ApiAppResponseOptions:
- description: 'An object with options that override account settings.'
+ description: '_t__ApiAppResponseOptions::DESCRIPTION'
properties:
can_insert_everywhere:
- description: 'Boolean denoting if signers can "Insert Everywhere" in one click while signing a document'
+ description: '_t__ApiAppResponseOptions::CAN_INSERT_EVERYWHERE'
type: boolean
type: object
nullable: true
x-internal-class: true
ApiAppResponseOwnerAccount:
- description: 'An object describing the app''s owner'
+ description: '_t__ApiAppResponseOwnerAccount::DESCRIPTION'
properties:
account_id:
- description: 'The owner account''s ID'
+ description: '_t__ApiAppResponseOwnerAccount::ACCOUNT_ID'
type: string
email_address:
- description: 'The owner account''s email address'
+ description: '_t__ApiAppResponseOwnerAccount::EMAIL_ADDRESS'
type: string
type: object
x-internal-class: true
ApiAppResponseWhiteLabelingOptions:
- description: 'An object with options to customize the app''s signer page'
+ description: '_t__ApiAppResponseWhiteLabelingOptions::DESCRIPTION'
properties:
header_background_color:
type: string
@@ -11762,20 +11698,20 @@ components:
nullable: true
x-internal-class: true
BulkSendJobResponse:
- description: 'Contains information about the BulkSendJob such as when it was created and how many signature requests are queued.'
+ description: '_t__BulkSendJobResponse::DESCRIPTION'
properties:
bulk_send_job_id:
- description: 'The id of the BulkSendJob.'
+ description: '_t__BulkSendJobResponse::BULK_SEND_JOB_ID'
type: string
nullable: true
total:
- description: 'The total amount of Signature Requests queued for sending.'
+ description: '_t__BulkSendJobResponse::TOTAL'
type: integer
is_creator:
- description: 'True if you are the owner of this BulkSendJob, false if it''s been shared with you by a team member.'
+ description: '_t__BulkSendJobResponse::IS_CREATOR'
type: boolean
created_at:
- description: 'Time that the BulkSendJob was created.'
+ description: '_t__BulkSendJobResponse::CREATED_AT'
type: integer
type: object
x-internal-class: true
@@ -11788,49 +11724,49 @@ components:
-
properties:
bulk_send_job_id:
- description: 'The id of the BulkSendJob.'
+ description: '_t__BulkSendJobGetResponseSignatureRequests::BULK_SEND_JOB_ID'
type: string
metadata:
- description: 'The metadata attached to the signature request.'
+ description: '_t__SignatureRequestResponse::METADATA'
type: object
additionalProperties: {}
x-internal-class: true
EmbeddedEditUrlResponseEmbedded:
- description: 'An embedded template object.'
+ description: '_t__EmbeddedEditUrlResponseEmbedded::DESCRIPTION'
properties:
edit_url:
- description: 'A template url that can be opened in an iFrame.'
+ description: '_t__EmbeddedEditUrlResponseEmbedded::EDIT_URL'
type: string
expires_at:
- description: 'The specific time that the the `edit_url` link expires, in epoch.'
+ description: '_t__EmbeddedEditUrlResponseEmbedded::EXPIRES_AT'
type: integer
type: object
x-internal-class: true
EmbeddedSignUrlResponseEmbedded:
- description: 'An object that contains necessary information to set up embedded signing.'
+ description: '_t__EmbeddedSignUrlResponseEmbedded::DESCRIPTION'
properties:
sign_url:
- description: 'A signature url that can be opened in an iFrame.'
+ description: '_t__EmbeddedSignUrlResponseEmbedded::SIGN_URL'
type: string
expires_at:
- description: 'The specific time that the the `sign_url` link expires, in epoch.'
+ description: '_t__EmbeddedSignUrlResponseEmbedded::EXPIRES_AT'
type: integer
type: object
x-internal-class: true
ErrorResponseError:
- description: 'Contains information about an error that occurred.'
+ description: '_t__ErrorResponseError::DESCRIPTION'
required:
- error_msg
- error_name
properties:
error_msg:
- description: 'Message describing an error.'
+ description: '_t__ErrorResponseError::ERROR_MSG'
type: string
error_path:
- description: 'Path at which an error occurred.'
+ description: '_t__ErrorResponseError::ERROR_PATH'
type: string
error_name:
- description: 'Name of the error.'
+ description: '_t__ErrorResponseError::ERROR_NAME'
type: string
type: object
FaxResponse:
@@ -11928,156 +11864,153 @@ components:
type: object
x-internal-class: true
ListInfoResponse:
- description: 'Contains pagination information about the data returned.'
+ description: '_t__ListInfoResponse::DESCRIPTION'
properties:
num_pages:
- description: 'Total number of pages available.'
+ description: '_t__ListInfoResponse::NUM_PAGES'
type: integer
num_results:
- description: 'Total number of objects available.'
+ description: '_t__ListInfoResponse::NUM_RESULTS'
type: integer
nullable: true
page:
- description: 'Number of the page being returned.'
+ description: '_t__ListInfoResponse::PAGE'
type: integer
page_size:
- description: 'Objects returned per page.'
+ description: '_t__ListInfoResponse::PAGE_SIZE'
type: integer
type: object
x-internal-class: true
ReportResponse:
- description: 'Contains information about the report request.'
+ description: '_t__ReportResponse::DESCRIPTION'
properties:
success:
- description: 'A message indicating the requested operation''s success'
+ description: '_t__ReportResponse::SUCCESS'
type: string
start_date:
- description: 'The (inclusive) start date for the report data in MM/DD/YYYY format.'
+ description: '_t__ReportResponse::START_DATE'
type: string
end_date:
- description: 'The (inclusive) end date for the report data in MM/DD/YYYY format.'
+ description: '_t__ReportResponse::END_DATE'
type: string
report_type:
- description: 'The type(s) of the report you are requesting. Allowed values are "user_activity" and "document_status". User activity reports contain list of all users and their activity during the specified date range. Document status report contain a list of signature requests created in the specified time range (and their status).'
+ description: '_t__ReportResponse::REPORT_TYPE'
type: array
items:
enum:
- user_activity
- document_status
+ - sms_activity
type: object
x-internal-class: true
SignatureRequestResponse:
- description: 'Contains information about a signature request.'
+ description: '_t__SignatureRequestResponse::DESCRIPTION'
properties:
test_mode:
- description: 'Whether this is a test signature request. Test requests have no legal value. Defaults to `false`.'
+ description: '_t__SignatureRequestResponse::TEST_MODE'
type: boolean
default: false
signature_request_id:
- description: 'The id of the SignatureRequest.'
+ description: '_t__SignatureRequestResponse::SIGNATURE_REQUEST_ID'
type: string
requester_email_address:
- description: 'The email address of the initiator of the SignatureRequest.'
+ description: '_t__SignatureRequestResponse::REQUESTER_EMAIL_ADDRESS'
type: string
nullable: true
title:
- description: 'The title the specified Account uses for the SignatureRequest.'
+ description: '_t__SignatureRequestResponse::TITLE'
type: string
original_title:
- description: 'Default Label for account.'
+ description: '_t__SignatureRequestResponse::ORIGINAL_TITLE'
type: string
subject:
- description: 'The subject in the email that was initially sent to the signers.'
+ description: '_t__SignatureRequestResponse::SUBJECT'
type: string
nullable: true
message:
- description: 'The custom message in the email that was initially sent to the signers.'
+ description: '_t__SignatureRequestResponse::MESSAGE'
type: string
nullable: true
metadata:
- description: 'The metadata attached to the signature request.'
+ description: '_t__SignatureRequestResponse::METADATA'
type: object
additionalProperties: {}
created_at:
- description: 'Time the signature request was created.'
+ description: '_t__SignatureRequestResponse::CREATED_AT'
type: integer
expires_at:
- description: 'The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.'
+ description: '_t__SignatureRequestResponse::EXPIRES_AT'
type: integer
nullable: true
is_complete:
- description: 'Whether or not the SignatureRequest has been fully executed by all signers.'
+ description: '_t__SignatureRequestResponse::IS_COMPLETE'
type: boolean
is_declined:
- description: 'Whether or not the SignatureRequest has been declined by a signer.'
+ description: '_t__SignatureRequestResponse::IS_DECLINED'
type: boolean
has_error:
- description: 'Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings).'
+ description: '_t__SignatureRequestResponse::HAS_ERROR'
type: boolean
files_url:
- description: 'The URL where a copy of the request''s documents can be downloaded.'
+ description: '_t__SignatureRequestResponse::FILES_URL'
type: string
signing_url:
- description: 'The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing.'
+ description: '_t__SignatureRequestResponse::SIGNING_URL'
type: string
nullable: true
details_url:
- description: 'The URL where the requester and the signers can view the current status of the SignatureRequest.'
+ description: '_t__SignatureRequestResponse::DETAILS_URL'
type: string
cc_email_addresses:
- description: 'A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed.'
+ description: '_t__SignatureRequestResponse::CC_EMAIL_ADDRESSES'
type: array
items:
type: string
signing_redirect_url:
- description: 'The URL you want the signer redirected to after they successfully sign.'
+ description: '_t__SignatureRequestResponse::SIGNING_REDIRECT_URL'
type: string
nullable: true
final_copy_uri:
- description: 'The path where the completed document can be downloaded'
+ description: '_t__SignatureRequestResponse::FINAL_COPY_URI'
type: string
nullable: true
template_ids:
- description: 'Templates IDs used in this SignatureRequest (if any).'
+ description: '_t__SignatureRequestResponse::TEMPLATE_IDS'
type: array
items:
type: string
nullable: true
custom_fields:
- description: |-
- An array of Custom Field objects containing the name and type of each custom field.
-
- * Text Field uses `SignatureRequestResponseCustomFieldText`
- * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`
+ description: '_t__SignatureRequestResponseCustomField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseCustomFieldBase'
nullable: true
attachments:
- description: 'Signer attachments.'
+ description: '_t__SignatureRequestResponseAttachment::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
nullable: true
response_data:
- description: 'An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers.'
+ description: '_t__SignatureRequestResponseData::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseDataBase'
nullable: true
signatures:
- description: 'An array of signature objects, 1 for each signer.'
+ description: '_t__SignatureRequestResponseSignatures::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseSignatures'
bulk_send_job_id:
- description: 'The ID of the Bulk Send job which sent the signature request, if applicable.'
+ description: '_t__SignatureRequestResponse::BULK_SEND_JOB_ID'
type: string
nullable: true
type: object
x-internal-class: true
SignatureRequestResponseAttachment:
- description: 'Signer attachments.'
+ description: '_t__SignatureRequestResponseAttachment::DESCRIPTION'
required:
- id
- signer
@@ -12085,52 +12018,48 @@ components:
- required
properties:
id:
- description: 'The unique ID for this attachment.'
+ description: '_t__SignatureRequestResponseAttachment::ID'
type: string
signer:
- description: 'The Signer this attachment is assigned to.'
+ description: '_t__SignatureRequestResponseAttachment::SIGNER'
type: string
x-int-or-string: true
name:
- description: 'The name of this attachment.'
+ description: '_t__SignatureRequestResponseAttachment::NAME'
type: string
required:
- description: 'A boolean value denoting if this attachment is required.'
+ description: '_t__SignatureRequestResponseAttachment::REQUIRED'
type: boolean
instructions:
- description: 'Instructions for Signer.'
+ description: '_t__SignatureRequestResponseAttachment::INSTRUCTIONS'
type: string
nullable: true
uploaded_at:
- description: 'Timestamp when attachment was uploaded by Signer.'
+ description: '_t__SignatureRequestResponseAttachment::UPLOADED_AT'
type: integer
nullable: true
type: object
x-internal-class: true
SignatureRequestResponseCustomFieldBase:
- description: |-
- An array of Custom Field objects containing the name and type of each custom field.
-
- * Text Field uses `SignatureRequestResponseCustomFieldText`
- * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`
+ description: '_t__SignatureRequestResponseCustomField::DESCRIPTION'
required:
- name
- type
properties:
type:
- description: 'The type of this Custom Field. Only ''text'' and ''checkbox'' are currently supported.'
+ description: '_t__SignatureRequestResponseCustomField::TYPE'
type: string
name:
- description: 'The name of the Custom Field.'
+ description: '_t__SignatureRequestResponseCustomField::NAME'
type: string
required:
- description: 'A boolean value denoting if this field is required.'
+ description: '_t__SignatureRequestResponseCustomField::REQUIRED'
type: boolean
api_id:
- description: 'The unique ID for this field.'
+ description: '_t__SignatureRequestResponseCustomField::API_ID'
type: string
editor:
- description: 'The name of the Role that is able to edit this field.'
+ description: '_t__SignatureRequestResponseCustomField::EDITOR'
type: string
nullable: true
type: object
@@ -12142,7 +12071,7 @@ components:
x-internal-class: true
x-base-class: true
SignatureRequestResponseCustomFieldCheckbox:
- description: 'This class extends `SignatureRequestResponseCustomFieldBase`.'
+ description: '_t__SignatureRequestResponseCustomField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12151,15 +12080,15 @@ components:
-
properties:
type:
- description: 'The type of this Custom Field. Only ''text'' and ''checkbox'' are currently supported.'
+ description: '_t__SignatureRequestResponseCustomField::TYPE'
type: string
default: checkbox
value:
- description: 'A true/false for checkbox fields'
+ description: '_t__SignatureRequestResponseCustomField::VALUE_CHECKBOX'
type: boolean
type: object
SignatureRequestResponseCustomFieldText:
- description: 'This class extends `SignatureRequestResponseCustomFieldBase`.'
+ description: '_t__SignatureRequestResponseCustomField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12168,11 +12097,11 @@ components:
-
properties:
type:
- description: 'The type of this Custom Field. Only ''text'' and ''checkbox'' are currently supported.'
+ description: '_t__SignatureRequestResponseCustomField::TYPE'
type: string
default: text
value:
- description: 'A text string for text fields'
+ description: '_t__SignatureRequestResponseCustomField::VALUE_TEXT'
type: string
type: object
SignatureRequestResponseCustomFieldTypeEnum:
@@ -12181,19 +12110,19 @@ components:
- text
- checkbox
SignatureRequestResponseDataBase:
- description: 'An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers.'
+ description: '_t__SignatureRequestResponseData::DESCRIPTION'
properties:
api_id:
- description: 'The unique ID for this field.'
+ description: '_t__SignatureRequestResponseData::API_ID'
type: string
signature_id:
- description: 'The ID of the signature to which this response is linked.'
+ description: '_t__SignatureRequestResponseData::SIGNATURE_ID'
type: string
name:
- description: 'The name of the form field.'
+ description: '_t__SignatureRequestResponseData::NAME'
type: string
required:
- description: 'A boolean value denoting if this field is required.'
+ description: '_t__SignatureRequestResponseData::REQUIRED'
type: boolean
type:
type: string
@@ -12231,11 +12160,11 @@ components:
-
properties:
type:
- description: 'A yes/no checkbox'
+ description: '_t__SignatureRequestResponseDataValue::CHECKBOX_TYPE'
type: string
default: checkbox
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: boolean
type: object
SignatureRequestResponseDataValueCheckboxMerge:
@@ -12245,11 +12174,11 @@ components:
-
properties:
type:
- description: 'A checkbox field that has default value set by the api'
+ description: '_t__SignatureRequestResponseDataValue::CHECKBOXMERGE_TYPE'
type: string
default: checkbox-merge
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseDataValueDateSigned:
@@ -12259,11 +12188,11 @@ components:
-
properties:
type:
- description: 'A date'
+ description: '_t__SignatureRequestResponseDataValue::DATESIGNED_TYPE'
type: string
default: date_signed
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseDataValueDropdown:
@@ -12273,11 +12202,11 @@ components:
-
properties:
type:
- description: 'An input field for dropdowns'
+ description: '_t__SignatureRequestResponseDataValue::DROPDOWN_TYPE'
type: string
default: dropdown
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseDataValueInitials:
@@ -12287,14 +12216,14 @@ components:
-
properties:
type:
- description: 'An input field for initials'
+ description: '_t__SignatureRequestResponseDataValue::INITIAL_TYPE'
type: string
default: initials
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
is_signed:
- description: 'This field contains the boolean true if the field is signed.'
+ description: '_t__SignatureRequestResponseDataValue::IS_SIGNED'
type: boolean
nullable: true
type: object
@@ -12305,11 +12234,11 @@ components:
-
properties:
type:
- description: 'An input field for radios'
+ description: '_t__SignatureRequestResponseDataValue::RADIO_TYPE'
type: string
default: radio
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: boolean
type: object
SignatureRequestResponseDataValueSignature:
@@ -12319,14 +12248,14 @@ components:
-
properties:
type:
- description: 'A signature input field'
+ description: '_t__SignatureRequestResponseDataValue::SIGNATURE_TYPE'
type: string
default: signature
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
is_signed:
- description: 'This field contains the boolean true if the field is signed.'
+ description: '_t__SignatureRequestResponseDataValue::IS_SIGNED'
type: boolean
nullable: true
type: object
@@ -12337,11 +12266,11 @@ components:
-
properties:
type:
- description: 'A text input field'
+ description: '_t__SignatureRequestResponseDataValue::TEXT_TYPE'
type: string
default: text
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseDataValueTextMerge:
@@ -12351,107 +12280,107 @@ components:
-
properties:
type:
- description: 'A text field that has default text set by the api'
+ description: '_t__SignatureRequestResponseDataValue::TEXTMERGE_TYPE'
type: string
default: text-merge
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseSignatures:
- description: 'An array of signature objects, 1 for each signer.'
+ description: '_t__SignatureRequestResponseSignatures::DESCRIPTION'
properties:
signature_id:
- description: 'Signature identifier.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNATURE_ID'
type: string
signer_group_guid:
- description: 'Signer Group GUID'
+ description: '_t__SignatureRequestResponseSignatures::SIGNER_GROUP_GUID'
type: string
nullable: true
signer_email_address:
- description: 'The email address of the signer.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNER_EMAIL_ADDRESS'
type: string
signer_name:
- description: 'The name of the signer.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNER_NAME'
type: string
nullable: true
signer_role:
- description: 'The role of the signer.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNER_ROLE'
type: string
nullable: true
order:
- description: 'If signer order is assigned this is the 0-based index for this signer.'
+ description: '_t__SignatureRequestResponseSignatures::ORDER'
type: integer
nullable: true
status_code:
- description: 'The current status of the signature. eg: awaiting_signature, signed, declined.'
+ description: '_t__SignatureRequestResponseSignatures::STATUS_CODE'
type: string
decline_reason:
- description: 'The reason provided by the signer for declining the request.'
+ description: '_t__SignatureRequestResponseSignatures::DECLINE_REASON'
type: string
nullable: true
signed_at:
- description: 'Time that the document was signed or null.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNED_AT'
type: integer
nullable: true
last_viewed_at:
- description: 'The time that the document was last viewed by this signer or null.'
+ description: '_t__SignatureRequestResponseSignatures::LAST_VIEWED_AT'
type: integer
nullable: true
last_reminded_at:
- description: 'The time the last reminder email was sent to the signer or null.'
+ description: '_t__SignatureRequestResponseSignatures::LAST_REMINDED_AT'
type: integer
nullable: true
has_pin:
- description: 'Boolean to indicate whether this signature requires a PIN to access.'
+ description: '_t__SignatureRequestResponseSignatures::HAS_PIN'
type: boolean
has_sms_auth:
- description: 'Boolean to indicate whether this signature has SMS authentication enabled.'
+ description: '_t__SignatureRequestResponseSignatures::HAS_SMS_AUTH'
type: boolean
nullable: true
has_sms_delivery:
- description: 'Boolean to indicate whether this signature has SMS delivery enabled.'
+ description: '_t__SignatureRequestResponseSignatures::HAS_SMS_DELIVERY'
type: boolean
nullable: true
sms_phone_number:
- description: 'The SMS phone number used for authentication or signature request delivery.'
+ description: '_t__SignatureRequestResponseSignatures::SMS_PHONE_NUMBER'
type: string
nullable: true
reassigned_by:
- description: 'Email address of original signer who reassigned to this signer.'
+ description: '_t__SignatureRequestResponseSignatures::REASSIGNED_BY'
type: string
nullable: true
reassignment_reason:
- description: 'Reason provided by original signer who reassigned to this signer.'
+ description: '_t__SignatureRequestResponseSignatures::REASSIGNMENT_REASON'
type: string
nullable: true
reassigned_from:
- description: 'Previous signature identifier.'
+ description: '_t__SignatureRequestResponseSignatures::REASSIGNED_FROM'
type: string
nullable: true
error:
- description: 'Error message pertaining to this signer, or null.'
+ description: '_t__SignatureRequestResponseSignatures::ERROR'
type: string
nullable: true
type: object
x-internal-class: true
TeamResponse:
- description: 'Contains information about your team and its members'
+ description: '_t__TeamResponse::DESCRIPTION'
properties:
name:
- description: 'The name of your Team'
+ description: '_t__Team::NAME'
type: string
accounts:
type: array
items:
$ref: '#/components/schemas/AccountResponse'
invited_accounts:
- description: 'A list of all Accounts that have an outstanding invitation to join your Team. Note that this response is a subset of the response parameters found in `GET /account`.'
+ description: '_t__Team::INVITED_ACCOUNTS'
type: array
items:
$ref: '#/components/schemas/AccountResponse'
invited_emails:
- description: 'A list of email addresses that have an outstanding invitation to join your Team and do not yet have a Dropbox Sign account.'
+ description: '_t__Team::INVITED_EMAILS'
type: array
items:
type: string
@@ -12460,18 +12389,18 @@ components:
TeamInfoResponse:
properties:
team_id:
- description: 'The id of a team'
+ description: '_t__TeamGeneral::TEAM_ID'
type: string
team_parent:
$ref: '#/components/schemas/TeamParentResponse'
name:
- description: 'The name of a team'
+ description: '_t__TeamGeneral::NAME'
type: string
num_members:
- description: 'Number of members within a team'
+ description: '_t__TeamGeneral::NUM_MEMBERS'
type: integer
num_sub_teams:
- description: 'Number of sub teams within a team'
+ description: '_t__TeamGeneral::NUM_SUB_TEAMS'
type: integer
type: object
x-internal-class: true
@@ -12514,10 +12443,10 @@ components:
description: 'Information about the parent team if a team has one, set to `null` otherwise.'
properties:
team_id:
- description: 'The id of a team'
+ description: '_t__TeamGeneral::TEAM_ID'
type: string
name:
- description: 'The name of a team'
+ description: '_t__TeamGeneral::NAME'
type: string
type: object
nullable: true
@@ -12525,84 +12454,81 @@ components:
SubTeamResponse:
properties:
team_id:
- description: 'The id of a team'
+ description: '_t__TeamGeneral::TEAM_ID'
type: string
name:
- description: 'The name of a team'
+ description: '_t__TeamGeneral::NAME'
type: string
type: object
x-internal-class: true
TemplateResponse:
- description: 'Contains information about the templates you and your team have created.'
+ description: '_t__TemplateResponse::DESCRIPTION'
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
title:
- description: 'The title of the Template. This will also be the default subject of the message sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest.'
+ description: '_t__TemplateResponse::TITLE'
type: string
message:
- description: 'The default message that will be sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest.'
+ description: '_t__TemplateResponse::MESSAGE'
type: string
updated_at:
- description: 'Time the template was last updated.'
+ description: '_t__TemplateResponse::UPDATED_AT'
type: integer
is_embedded:
- description: '`true` if this template was created using an embedded flow, `false` if it was created on our website. Will be `null` when you are not the creator of the Template.'
+ description: '_t__TemplateResponse::IS_EMBEDDED'
type: boolean
nullable: true
is_creator:
- description: '`true` if you are the owner of this template, `false` if it''s been shared with you by a team member.'
+ description: '_t__TemplateResponse::IS_CREATOR'
type: boolean
can_edit:
- description: 'Indicates whether edit rights have been granted to you by the owner (always `true` if that''s you).'
+ description: '_t__TemplateResponse::CAN_EDIT'
type: boolean
is_locked:
- description: |-
- Indicates whether the template is locked.
- If `true`, then the template was created outside your quota and can only be used in `test_mode`.
- If `false`, then the template is within your quota and can be used to create signature requests.
+ description: '_t__TemplateResponse::IS_LOCKED'
type: boolean
metadata:
- description: 'The metadata attached to the template.'
+ description: '_t__TemplateResponse::METADATA'
type: object
additionalProperties: {}
signer_roles:
- description: 'An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template.'
+ description: '_t__TemplateResponse::SIGNER_ROLES'
type: array
items:
$ref: '#/components/schemas/TemplateResponseSignerRole'
cc_roles:
- description: 'An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template.'
+ description: '_t__TemplateResponse::CC_ROLES'
type: array
items:
$ref: '#/components/schemas/TemplateResponseCCRole'
documents:
- description: 'An array describing each document associated with this Template. Includes form field data for each document.'
+ description: '_t__TemplateResponse::DOCUMENTS'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocument'
custom_fields:
- description: 'Deprecated. Use `custom_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead.'
+ description: '_t__TemplateResponseCustomField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentCustomFieldBase'
nullable: true
deprecated: true
named_form_fields:
- description: 'Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead.'
+ description: '_t__TemplateResponseNamedFormField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentFormFieldBase'
nullable: true
deprecated: true
accounts:
- description: 'An array of the Accounts that can use this Template.'
+ description: '_t__TemplateResponse::ACCOUNTS'
type: array
items:
$ref: '#/components/schemas/TemplateResponseAccount'
attachments:
- description: 'Signer attachments.'
+ description: '_t__SignatureRequestResponseAttachment::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
@@ -12611,62 +12537,62 @@ components:
TemplateResponseAccount:
properties:
account_id:
- description: 'The id of the Account.'
+ description: '_t__TemplateResponseAccount::ACCOUNT_ID'
type: string
email_address:
- description: 'The email address associated with the Account.'
+ description: '_t__TemplateResponseAccount::EMAIL_ADDRESS'
type: string
is_locked:
- description: 'Returns `true` if the user has been locked out of their account by a team admin.'
+ description: '_t__TemplateResponseAccount::IS_LOCKED'
type: boolean
is_paid_hs:
- description: 'Returns `true` if the user has a paid Dropbox Sign account.'
+ description: '_t__TemplateResponseAccount::IS_PAID_HS'
type: boolean
is_paid_hf:
- description: 'Returns `true` if the user has a paid HelloFax account.'
+ description: '_t__TemplateResponseAccount::IS_PAID_HF'
type: boolean
quotas:
$ref: '#/components/schemas/TemplateResponseAccountQuota'
type: object
x-internal-class: true
TemplateResponseAccountQuota:
- description: 'An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template.'
+ description: '_t__TemplateResponseAccountQuota::DESCRIPTION'
properties:
templates_left:
- description: 'API templates remaining.'
+ description: '_t__TemplateResponseAccountQuota::TEMPLATES_LEFT'
type: integer
api_signature_requests_left:
- description: 'API signature requests remaining.'
+ description: '_t__TemplateResponseAccountQuota::API_SIGNATURE_REQUESTS_LEFT'
type: integer
documents_left:
- description: 'Signature requests remaining.'
+ description: '_t__TemplateResponseAccountQuota::DOCUMENTS_LEFT'
type: integer
sms_verifications_left:
- description: 'SMS verifications remaining.'
+ description: '_t__TemplateResponseAccountQuota::SMS_VERIFICATIONS_LEFT'
type: integer
type: object
x-internal-class: true
TemplateResponseCCRole:
properties:
name:
- description: 'The name of the Role.'
+ description: '_t__TemplateResponseCCRole::NAME'
type: string
type: object
x-internal-class: true
TemplateCreateEmbeddedDraftResponseTemplate:
- description: 'Template object with parameters: `template_id`, `edit_url`, `expires_at`.'
+ description: '_t__TemplateCreateEmbeddedDraftResponseTemplate::DESCRIPTION'
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
edit_url:
- description: 'Link to edit the template.'
+ description: '_t__TemplateCreateEmbeddedDraftResponseTemplate::EDIT_URL'
type: string
expires_at:
- description: 'When the link expires.'
+ description: '_t__TemplateCreateEmbeddedDraftResponseTemplate::EXPIRES_AT'
type: integer
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -12674,78 +12600,78 @@ components:
type: object
x-internal-class: true
TemplateCreateResponseTemplate:
- description: 'Template object with parameters: `template_id`.'
+ description: '_t__TemplateCreateResponseTemplate::DESCRIPTION'
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
type: object
x-internal-class: true
TemplateResponseDocument:
properties:
name:
- description: 'Name of the associated file.'
+ description: '_t__TemplateResponseDocument::NAME'
type: string
index:
- description: 'Document ordering, the lowest index is displayed first and the highest last (0-based indexing).'
+ description: '_t__TemplateResponseDocument::INDEX'
type: integer
field_groups:
- description: 'An array of Form Field Group objects.'
+ description: '_t__TemplateResponseDocument::FIELD_GROUPS'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentFieldGroup'
form_fields:
- description: 'An array of Form Field objects containing the name and type of each named field.'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentFormFieldBase'
custom_fields:
- description: 'An array of Form Field objects containing the name and type of each named field.'
+ description: '_t__TemplateResponseDocumentCustomField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentCustomFieldBase'
static_fields:
- description: 'An array describing static overlay fields. **NOTE:** Only available for certain subscriptions.'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentStaticFieldBase'
type: object
x-internal-class: true
TemplateResponseDocumentCustomFieldBase:
- description: 'An array of Form Field objects containing the name and type of each named field.'
+ description: '_t__TemplateResponseDocumentCustomField::DESCRIPTION'
required:
- type
properties:
api_id:
- description: 'The unique ID for this field.'
+ description: '_t__TemplateResponseDocumentCustomField::API_ID'
type: string
name:
- description: 'The name of the Custom Field.'
+ description: '_t__TemplateResponseDocumentCustomField::NAME'
type: string
type:
type: string
signer:
- description: 'The signer of the Custom Field. Can be `null` if field is a merge field (assigned to Sender).'
+ description: '_t__TemplateResponseDocumentCustomField::SIGNER'
type: string
nullable: true
x-int-or-string: true
x:
- description: 'The horizontal offset in pixels for this form field.'
+ description: '_t__TemplateResponseDocumentCustomField::X'
type: integer
'y':
- description: 'The vertical offset in pixels for this form field.'
+ description: '_t__TemplateResponseDocumentCustomField::Y'
type: integer
width:
- description: 'The width in pixels of this form field.'
+ description: '_t__TemplateResponseDocumentCustomField::WIDTH'
type: integer
height:
- description: 'The height in pixels of this form field.'
+ description: '_t__TemplateResponseDocumentCustomField::HEIGHT'
type: integer
required:
- description: 'Boolean showing whether or not this field is required.'
+ description: '_t__TemplateResponseDocumentStaticField::REQUIRED'
type: boolean
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null`.'
+ description: '_t__TemplateResponseDocumentCustomField::GROUP'
type: string
nullable: true
type: object
@@ -12757,7 +12683,7 @@ components:
x-internal-class: true
x-base-class: true
TemplateResponseDocumentCustomFieldCheckbox:
- description: 'This class extends `TemplateResponseDocumentCustomFieldBase`'
+ description: '_t__TemplateResponseDocumentCustomField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12766,16 +12692,12 @@ components:
-
properties:
type:
- description: |-
- The type of this Custom Field. Only `text` and `checkbox` are currently supported.
-
- * Text uses `TemplateResponseDocumentCustomFieldText`
- * Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox`
+ description: '_t__TemplateResponseDocumentCustomField::TYPE'
type: string
default: checkbox
type: object
TemplateResponseDocumentCustomFieldText:
- description: 'This class extends `TemplateResponseDocumentCustomFieldBase`'
+ description: '_t__TemplateResponseDocumentCustomField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12784,81 +12706,72 @@ components:
-
properties:
type:
- description: |-
- The type of this Custom Field. Only `text` and `checkbox` are currently supported.
-
- * Text uses `TemplateResponseDocumentCustomFieldText`
- * Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox`
+ description: '_t__TemplateResponseDocumentCustomField::TYPE'
type: string
default: text
avg_text_length:
$ref: '#/components/schemas/TemplateResponseFieldAvgTextLength'
isMultiline:
- description: 'Whether this form field is multiline text.'
+ description: '_t__TemplateResponseDocumentCustomField::IS_MULTILINE'
type: boolean
originalFontSize:
- description: 'Original font size used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentCustomField::ORIGINAL_FONT_SIZE'
type: integer
fontFamily:
- description: 'Font family used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentCustomField::FONT_FAMILY'
type: string
type: object
TemplateResponseDocumentFieldGroup:
properties:
name:
- description: 'The name of the form field group.'
+ description: '_t__TemplateResponseDocumentFieldGroup::NAME'
type: string
rule:
$ref: '#/components/schemas/TemplateResponseDocumentFieldGroupRule'
type: object
x-internal-class: true
TemplateResponseDocumentFieldGroupRule:
- description: 'The rule used to validate checkboxes in the form field group. See [checkbox field grouping](/api/reference/constants/#checkbox-field-grouping).'
+ description: '_t__TemplateResponseDocumentFieldGroup::RULE'
properties:
requirement:
- description: |-
- Examples: `require_0-1` `require_1` `require_1-ormore`
-
- - Check out the list of [acceptable `requirement` checkbox type values](/api/reference/constants/#checkbox-field-grouping).
- - Check out the list of [acceptable `requirement` radio type fields](/api/reference/constants/#radio-field-grouping).
- - Radio groups require **at least** two fields per group.
+ description: '_t__TemplateResponseDocumentFieldGroupRule::REQUIREMENT'
type: string
groupLabel:
- description: 'Name of the group'
+ description: '_t__TemplateResponseDocumentFieldGroupRule::GROUP_LABEL'
type: string
type: object
x-internal-class: true
TemplateResponseDocumentFormFieldBase:
- description: 'An array of Form Field objects containing the name and type of each named field.'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION'
required:
- type
properties:
api_id:
- description: 'A unique id for the form field.'
+ description: '_t__TemplateResponseDocumentFormField::API_ID'
type: string
name:
- description: 'The name of the form field.'
+ description: '_t__TemplateResponseDocumentFormField::NAME'
type: string
type:
type: string
signer:
- description: 'The signer of the Form Field.'
+ description: '_t__TemplateResponseDocumentFormField::SIGNER'
type: string
x-int-or-string: true
x:
- description: 'The horizontal offset in pixels for this form field.'
+ description: '_t__TemplateResponseDocumentFormField::X'
type: integer
'y':
- description: 'The vertical offset in pixels for this form field.'
+ description: '_t__TemplateResponseDocumentFormField::Y'
type: integer
width:
- description: 'The width in pixels of this form field.'
+ description: '_t__TemplateResponseDocumentFormField::WIDTH'
type: integer
height:
- description: 'The height in pixels of this form field.'
+ description: '_t__TemplateResponseDocumentFormField::HEIGHT'
type: integer
required:
- description: 'Boolean showing whether or not this field is required.'
+ description: '_t__TemplateResponseDocumentFormField::REQUIRED'
type: boolean
type: object
discriminator:
@@ -12875,7 +12788,7 @@ components:
x-internal-class: true
x-base-class: true
TemplateResponseDocumentFormFieldCheckbox:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12884,26 +12797,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: checkbox
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldDateSigned:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12912,26 +12815,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: date_signed
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldDropdown:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12940,26 +12833,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: dropdown
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldHyperlink:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12968,37 +12851,27 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: hyperlink
avg_text_length:
$ref: '#/components/schemas/TemplateResponseFieldAvgTextLength'
isMultiline:
- description: 'Whether this form field is multiline text.'
+ description: '_t__TemplateResponseDocumentFormField::IS_MULTILINE'
type: boolean
originalFontSize:
- description: 'Original font size used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentFormField::ORIGINAL_FONT_SIZE'
type: integer
fontFamily:
- description: 'Font family used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentFormField::FONT_FAMILY'
type: string
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldInitials:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13007,26 +12880,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: initials
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldRadio:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
- group
@@ -13036,25 +12899,15 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: radio
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
type: object
TemplateResponseDocumentFormFieldSignature:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13063,26 +12916,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: signature
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldText:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13091,32 +12934,22 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: text
avg_text_length:
$ref: '#/components/schemas/TemplateResponseFieldAvgTextLength'
isMultiline:
- description: 'Whether this form field is multiline text.'
+ description: '_t__TemplateResponseDocumentFormField::IS_MULTILINE'
type: boolean
originalFontSize:
- description: 'Original font size used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentFormField::ORIGINAL_FONT_SIZE'
type: integer
fontFamily:
- description: 'Font family used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentFormField::FONT_FAMILY'
type: string
validation_type:
- description: 'Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values.'
+ description: '_t__TemplateResponseDocumentFormField::VALIDATION_TYPE'
type: string
enum:
- numbers_only
@@ -13131,52 +12964,52 @@ components:
- custom_regex
nullable: true
validation_custom_regex:
- description: 'When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field.'
+ description: '_t__TemplateResponseDocumentFormField::CUSTOM_REGEX'
type: string
nullable: true
validation_custom_regex_format_label:
- description: 'When `validation_type` is set to `custom_regex`, this specifies the error message displayed to the signer when the text does not match the provided regex pattern.'
+ description: '_t__TemplateResponseDocumentFormField::CUSTOM_REGEX_LABEL'
type: string
nullable: true
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentStaticFieldBase:
- description: 'An array describing static overlay fields. **NOTE:** Only available for certain subscriptions.'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION'
required:
- type
properties:
api_id:
- description: 'A unique id for the static field.'
+ description: '_t__TemplateResponseDocumentStaticField::API_ID'
type: string
name:
- description: 'The name of the static field.'
+ description: '_t__TemplateResponseDocumentStaticField::NAME'
type: string
type:
type: string
signer:
- description: 'The signer of the Static Field.'
+ description: '_t__TemplateResponseDocumentStaticField::SIGNER'
type: string
default: me_now
x:
- description: 'The horizontal offset in pixels for this static field.'
+ description: '_t__TemplateResponseDocumentStaticField::X'
type: integer
'y':
- description: 'The vertical offset in pixels for this static field.'
+ description: '_t__TemplateResponseDocumentStaticField::Y'
type: integer
width:
- description: 'The width in pixels of this static field.'
+ description: '_t__TemplateResponseDocumentStaticField::WIDTH'
type: integer
height:
- description: 'The height in pixels of this static field.'
+ description: '_t__TemplateResponseDocumentStaticField::HEIGHT'
type: integer
required:
- description: 'Boolean showing whether or not this field is required.'
+ description: '_t__TemplateResponseDocumentStaticField::REQUIRED'
type: boolean
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null`.'
+ description: '_t__TemplateResponseDocumentStaticField::GROUP'
type: string
nullable: true
type: object
@@ -13194,7 +13027,7 @@ components:
x-internal-class: true
x-base-class: true
TemplateResponseDocumentStaticFieldCheckbox:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13203,22 +13036,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: checkbox
type: object
TemplateResponseDocumentStaticFieldDateSigned:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13227,22 +13050,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: date_signed
type: object
TemplateResponseDocumentStaticFieldDropdown:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13251,22 +13064,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: dropdown
type: object
TemplateResponseDocumentStaticFieldHyperlink:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13275,22 +13078,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: hyperlink
type: object
TemplateResponseDocumentStaticFieldInitials:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13299,22 +13092,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: initials
type: object
TemplateResponseDocumentStaticFieldRadio:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13323,22 +13106,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: radio
type: object
TemplateResponseDocumentStaticFieldSignature:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13347,22 +13120,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: signature
type: object
TemplateResponseDocumentStaticFieldText:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13371,49 +13134,39 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: text
type: object
TemplateResponseFieldAvgTextLength:
- description: 'Average text length in this field.'
+ description: '_t__TemplateResponseFieldAvgTextLength::DESCRIPTION'
properties:
num_lines:
- description: 'Number of lines.'
+ description: '_t__TemplateResponseFieldAvgTextLength::NUM_LINES'
type: integer
num_chars_per_line:
- description: 'Number of characters per line.'
+ description: '_t__TemplateResponseFieldAvgTextLength::NUM_CHARS_PER_LINE'
type: integer
type: object
x-internal-class: true
TemplateResponseSignerRole:
properties:
name:
- description: 'The name of the Role.'
+ description: '_t__TemplateResponseSignerRole::NAME'
type: string
order:
- description: 'If signer order is assigned this is the 0-based index for this role.'
+ description: '_t__TemplateResponseSignerRole::ORDER'
type: integer
type: object
x-internal-class: true
TemplateUpdateFilesResponseTemplate:
- description: 'Contains template id'
+ description: '_t__TemplateUpdateFilesResponseTemplate::DESCRIPTION'
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13421,43 +13174,43 @@ components:
type: object
x-internal-class: true
UnclaimedDraftResponse:
- description: 'A group of documents that a user can take ownership of via the claim URL.'
+ description: '_t__UnclaimedDraftResponse::DESCRIPTION'
properties:
signature_request_id:
- description: 'The ID of the signature request that is represented by this UnclaimedDraft.'
+ description: '_t__UnclaimedDraft::SIGNATURE_REQUEST_ID'
type: string
nullable: true
claim_url:
- description: 'The URL to be used to claim this UnclaimedDraft.'
+ description: '_t__UnclaimedDraft::CLAIM_URL'
type: string
signing_redirect_url:
- description: 'The URL you want signers redirected to after they successfully sign.'
+ description: '_t__UnclaimedDraft::SIGNING_REDIRECT_URL'
type: string
nullable: true
requesting_redirect_url:
- description: 'The URL you want signers redirected to after they successfully request a signature (Will only be returned in the response if it is applicable to the request.).'
+ description: '_t__UnclaimedDraft::REQUESTING_REDIRECT_URL'
type: string
nullable: true
expires_at:
- description: 'When the link expires.'
+ description: '_t__UnclaimedDraft::EXPIRES_AT'
type: integer
nullable: true
test_mode:
- description: 'Whether this is a test draft. Signature requests made from test drafts have no legal value.'
+ description: '_t__UnclaimedDraft::TEST_MODE'
type: boolean
type: object
x-internal-class: true
WarningResponse:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
required:
- warning_msg
- warning_name
properties:
warning_msg:
- description: 'Warning message'
+ description: '_t__WarningResponse::WARNING_MSG'
type: string
warning_name:
- description: 'Warning name'
+ description: '_t__WarningResponse::WARNING_NAME'
type: string
type: object
TeamGetResponse:
@@ -13467,7 +13220,7 @@ components:
team:
$ref: '#/components/schemas/TeamResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13480,7 +13233,7 @@ components:
team:
$ref: '#/components/schemas/TeamInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13544,7 +13297,7 @@ components:
template:
$ref: '#/components/schemas/TemplateCreateResponseTemplate'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13557,7 +13310,7 @@ components:
template:
$ref: '#/components/schemas/TemplateCreateEmbeddedDraftResponseTemplate'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13568,7 +13321,7 @@ components:
- template_id
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
type: object
TemplateGetResponse:
@@ -13578,7 +13331,7 @@ components:
template:
$ref: '#/components/schemas/TemplateResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13590,14 +13343,14 @@ components:
- list_info
properties:
templates:
- description: 'List of templates that the API caller has access to.'
+ description: '_t__TemplateListResponse::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponse'
list_info:
$ref: '#/components/schemas/ListInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13618,7 +13371,7 @@ components:
unclaimed_draft:
$ref: '#/components/schemas/UnclaimedDraftResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13639,17 +13392,17 @@ components:
$ref: '#/components/schemas/TemplateResponse'
type: object
EventCallbackRequestEvent:
- description: 'Basic information about the event that occurred.'
+ description: '_t__EventCallbackRequestEvent::DESCRIPTION'
required:
- event_time
- event_type
- event_hash
properties:
event_time:
- description: 'Time the event was created (using Unix time).'
+ description: '_t__EventCallbackRequestEvent::EVENT_TIME'
type: string
event_type:
- description: 'Type of callback event that was triggered.'
+ description: '_t__EventCallbackRequestEvent::EVENT_TYPE'
type: string
enum:
- account_confirmed
@@ -13676,28 +13429,28 @@ components:
- callback_test
- signature_request_signer_removed
event_hash:
- description: 'Generated hash used to verify source of event data.'
+ description: '_t__EventCallbackRequestEvent::EVENT_HASH'
type: string
event_metadata:
$ref: '#/components/schemas/EventCallbackRequestEventMetadata'
type: object
EventCallbackRequestEventMetadata:
- description: 'Specific metadata about the event.'
+ description: '_t__EventCallbackRequestEventMetadata::DESCRIPTION'
properties:
related_signature_id:
- description: 'Signature ID for a specific signer. Applicable to `signature_request_signed` and `signature_request_viewed` events.'
+ description: '_t__EventCallbackRequestEventMetadata::RELATED_SIGNATURE_ID'
type: string
nullable: true
reported_for_account_id:
- description: 'Account ID the event was reported for.'
+ description: '_t__EventCallbackRequestEventMetadata::REPORTED_FOR_ACCOUNT_ID'
type: string
nullable: true
reported_for_app_id:
- description: 'App ID the event was reported for.'
+ description: '_t__EventCallbackRequestEventMetadata::REPORTED_FOR_APP_ID'
type: string
nullable: true
event_message:
- description: 'Message about a declined or failed (due to error) signature flow.'
+ description: '_t__EventCallbackRequestEventMetadata::EVENT_MESSAGE'
type: string
nullable: true
type: object
@@ -13943,87 +13696,87 @@ components:
value:
$ref: examples/json/UnclaimedDraftEditAndResendRequest.json
AccountCreateResponse:
- summary: 'Account Create'
+ summary: '_t__AccountCreateResponseExample::SUMMARY'
value:
$ref: examples/json/AccountCreateResponse.json
AccountCreateOAuthResponse:
- summary: 'Account Create with OAuth Authorization'
+ summary: '_t__AccountCreateOAuthResponseExample::SUMMARY'
value:
$ref: examples/json/AccountCreateOAuthResponse.json
AccountGetResponse:
- summary: 'Account Get'
+ summary: '_t__AccountGetResponseExample::SUMMARY'
value:
$ref: examples/json/AccountGetResponse.json
AccountVerifyFoundResponse:
- summary: 'Account Found'
+ summary: '_t__AccountVerifyFoundResponseExample::SUMMARY'
value:
$ref: examples/json/AccountVerifyFoundResponse.json
AccountVerifyNotFoundResponse:
- summary: 'Account Not Found'
+ summary: '_t__AccountVerifyNotFoundResponseExample::SUMMARY'
value:
$ref: examples/json/AccountVerifyNotFoundResponse.json
ApiAppGetResponse:
- summary: 'API App'
+ summary: '_t__ApiAppGetResponseExample::SUMMARY'
value:
$ref: examples/json/ApiAppGetResponse.json
ApiAppListResponse:
- summary: 'API App List'
+ summary: '_t__ApiAppListResponseExample::SUMMARY'
value:
$ref: examples/json/ApiAppListResponse.json
BulkSendJobGetResponse:
- summary: 'Bulk Send Job'
+ summary: '_t__BulkSendJobGetResponseExample::SUMMARY'
value:
$ref: examples/json/BulkSendJobGetResponse.json
BulkSendJobListResponse:
- summary: 'Bulk Send Job List'
+ summary: '_t__BulkSendJobListResponseExample::SUMMARY'
value:
$ref: examples/json/BulkSendJobListResponse.json
EmbeddedEditUrlResponse:
- summary: 'Embedded Edit URL'
+ summary: '_t__EmbeddedEditUrlResponseExample::SUMMARY'
value:
$ref: examples/json/EmbeddedEditUrlResponse.json
EmbeddedSignUrlResponse:
- summary: 'Embedded Sign URL'
+ summary: '_t__EmbeddedSignUrlResponseExample::SUMMARY'
value:
$ref: examples/json/EmbeddedSignUrlResponse.json
Error400Response:
- summary: 'Error 400 bad_request'
+ summary: '_t__Error::400'
value:
$ref: examples/json/Error400Response.json
Error401Response:
- summary: 'Error 401 unauthorized'
+ summary: '_t__Error::401'
value:
$ref: examples/json/Error401Response.json
Error402Response:
- summary: 'Error 402 payment_required'
+ summary: '_t__Error::402'
value:
$ref: examples/json/Error402Response.json
Error403Response:
- summary: 'Error 403 forbidden'
+ summary: '_t__Error::403'
value:
$ref: examples/json/Error403Response.json
Error404Response:
- summary: 'Error 404 not_found'
+ summary: '_t__Error::404'
value:
$ref: examples/json/Error404Response.json
Error409Response:
- summary: 'Error 409 conflict'
+ summary: '_t__Error::409'
value:
$ref: examples/json/Error409Response.json
Error410Response:
- summary: 'Error 410 deleted'
+ summary: '_t__Error::410'
value:
$ref: examples/json/Error410Response.json
Error422Response:
- summary: 'Error 422 unprocessable_entity'
+ summary: '_t__Error::422'
value:
$ref: examples/json/Error422Response.json
Error429Response:
- summary: 'Error 429 exceeded_rate'
+ summary: '_t__Error::429'
value:
$ref: examples/json/Error429Response.json
Error4XXResponse:
- summary: 'Error 4XX failed_operation'
+ summary: '_t__Error::4XX'
value:
$ref: examples/json/Error4XXResponse.json
FaxGetResponse:
@@ -14047,190 +13800,188 @@ components:
value:
$ref: examples/json/FaxListResponse.json
ReportCreateResponse:
- summary: Report
+ summary: '_t__ReportCreateResponseExample::SUMMARY'
value:
$ref: examples/json/ReportCreateResponse.json
SignatureRequestGetResponse:
- summary: 'Get Signature Request'
+ summary: '_t__SignatureRequestGetResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestGetResponse.json
SignatureRequestListResponse:
- summary: 'List Signature Requests'
+ summary: '_t__SignatureRequestListResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestListResponse.json
AccountUpdateResponse:
- summary: 'Account Update'
+ summary: '_t__AccountUpdateResponseExample::SUMMARY'
value:
$ref: examples/json/AccountUpdateResponse.json
OAuthTokenGenerateResponse:
- summary: 'Retrieving the OAuth token'
+ summary: '_t__OAuthTokenGenerateResponseExample::SUMMARY'
value:
$ref: examples/json/OAuthTokenGenerateResponse.json
OAuthTokenRefreshResponse:
- summary: 'Refresh an existing OAuth token'
+ summary: '_t__OAuthTokenRefreshResponseExample::SUMMARY'
value:
$ref: examples/json/OAuthTokenRefreshResponse.json
ApiAppCreateResponse:
- summary: 'API App'
+ summary: '_t__ApiAppCreateResponseExample::SUMMARY'
value:
$ref: examples/json/ApiAppCreateResponse.json
ApiAppUpdateResponse:
- summary: 'API App Update'
+ summary: '_t__ApiAppUpdateResponseExample::SUMMARY'
value:
$ref: examples/json/ApiAppUpdateResponse.json
SignatureRequestCreateEmbeddedResponse:
- summary: 'Create Embedded Signature Request'
+ summary: '_t__SignatureRequestCreateEmbeddedResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestCreateEmbeddedResponse.json
SignatureRequestCreateEmbeddedWithTemplateResponse:
- summary: 'Create Embedded Signature Request With Template'
+ summary: '_t__SignatureRequestCreateEmbeddedWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestCreateEmbeddedWithTemplateResponse.json
SignatureRequestFilesResponse:
- summary: 'Signature Requests Files'
+ summary: '_t__SignatureRequestFilesResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestFilesResponse.json
SignatureRequestReleaseHoldResponse:
- summary: 'Send Signature Release Hold'
+ summary: '_t__SignatureRequestReleaseHoldResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestReleaseHoldResponse.json
SignatureRequestRemindResponse:
- summary: 'Send Signature Request Reminder'
+ summary: '_t__SignatureRequestRemindResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestRemindResponse.json
SignatureRequestSendResponse:
- summary: 'Send Signature Request'
+ summary: '_t__SignatureRequestSendResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestSendResponse.json
SignatureRequestSendWithTemplateResponse:
- summary: 'Send Signature Request With Template'
+ summary: '_t__SignatureRequestSendWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestSendWithTemplateResponse.json
SignatureRequestUpdateResponse:
- summary: 'Signature Request Update'
+ summary: '_t__SignatureRequestUpdateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestUpdateResponse.json
SignatureRequestBulkSendWithTemplateResponse:
- summary: 'Send Signature Request With Template'
+ summary: '_t__SignatureRequestBulkSendWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestBulkSendWithTemplateResponse.json
SignatureRequestBulkCreateEmbeddedWithTemplateResponse:
- summary: 'Bulk Send Create Embedded Signature Request With Template'
+ summary: '_t__SignatureRequestBulkCreateEmbeddedWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestBulkCreateEmbeddedWithTemplateResponse.json
TeamCreateResponse:
- summary: 'Team Create'
+ summary: '_t__TeamCreateResponseExample::SUMMARY'
value:
$ref: examples/json/TeamCreateResponse.json
TeamMembersResponse:
- summary: 'Team Members List'
+ summary: '_t__TeamMembersResponseExample::SUMMARY'
value:
$ref: examples/json/TeamMembersResponse.json
TeamRemoveMemberResponse:
- summary: 'Team Remove Member'
+ summary: '_t__TeamRemoveMemberResponseExample::SUMMARY'
value:
$ref: examples/json/TeamRemoveMemberResponse.json
TeamUpdateResponse:
- summary: 'Team Update'
+ summary: '_t__TeamUpdateResponseExample::SUMMARY'
value:
$ref: examples/json/TeamUpdateResponse.json
TeamDoesNotExistResponse:
- summary: 'Team Does Not Exist'
+ summary: '_t__TeamDoesNotExistResponseExample::SUMMARY'
value:
$ref: examples/json/TeamDoesNotExistResponse.json
TemplateAddUserResponse:
- summary: 'Add User to Template'
+ summary: '_t__TemplateAddUserResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateAddUserResponse.json
TemplateFilesResponse:
- summary: 'Template Files'
+ summary: '_t__TemplateFilesResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateFilesResponse.json
TemplateRemoveUserResponse:
- summary: 'Remove User from Template'
+ summary: '_t__TemplateRemoveUserResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateRemoveUserResponse.json
UnclaimedDraftCreateEmbeddedResponse:
- summary: 'Unclaimed Draft Create Embedded'
+ summary: '_t__UnclaimedDraftCreateEmbeddedResponseExample::SUMMARY'
value:
$ref: examples/json/UnclaimedDraftCreateEmbeddedResponse.json
UnclaimedDraftCreateEmbeddedWithTemplateResponse:
- summary: 'Unclaimed Draft Create Embedded With Template'
+ summary: '_t__UnclaimedDraftCreateEmbeddedWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/UnclaimedDraftCreateEmbeddedWithTemplateResponse.json
UnclaimedDraftEditAndResend:
- summary: 'Unclaimed Draft Edit and Resend'
+ summary: '_t__UnclaimedDraftEditAndResendExample::SUMMARY'
value:
$ref: examples/json/UnclaimedDraftEditAndResend.json
TeamGetResponse:
- summary: 'Team Get'
+ summary: '_t__TeamGetResponseExample::SUMMARY'
value:
$ref: examples/json/TeamGetResponse.json
TeamGetInfoResponse:
- summary: 'Team Get Info'
+ summary: '_t__TeamInfoResponseExample::SUMMARY'
value:
$ref: examples/json/TeamGetInfoResponse.json
TeamInvitesResponse:
- summary: 'Team Invites'
+ summary: '_t__TeamInvitesResponseExample::SUMMARY'
value:
$ref: examples/json/TeamInvitesResponse.json
TeamAddMemberResponse:
- summary: 'Team Add Member'
+ summary: '_t__TeamAddMemberResponseExample::SUMMARY'
value:
$ref: examples/json/TeamAddMemberResponse.json
TeamSubTeamsResponse:
- summary: 'Team Sub Teams List'
+ summary: '_t__TeamSubTeamsResponseExample::SUMMARY'
value:
$ref: examples/json/TeamSubTeamsResponse.json
TemplateCreateResponse:
- summary: 'Create Template'
+ summary: '_t__TemplateCreateResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateCreateResponse.json
TemplateCreateEmbeddedDraftResponse:
- summary: 'Create Embedded Draft Template'
+ summary: '_t__TemplateCreateEmbeddedDraftResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateCreateEmbeddedDraftResponse.json
TemplateGetResponse:
- summary: 'Get Template'
+ summary: '_t__TemplateGetResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateGetResponse.json
TemplateListResponse:
- summary: 'List Templates'
+ summary: '_t__TemplateListResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateListResponse.json
TemplateUpdateFilesResponse:
- summary: 'Update Template Files'
+ summary: '_t__TemplateUpdateFilesResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateUpdateFilesResponse.json
UnclaimedDraftCreateResponse:
- summary: 'Unclaimed Draft Create'
+ summary: '_t__UnclaimedDraftCreateResponseExample::SUMMARY'
value:
$ref: examples/json/UnclaimedDraftCreateResponse.json
EventCallbackAccountSignatureRequestSent:
- summary: 'Example: signature_request_sent'
+ summary: '_t__EventCallbackAccountSignatureRequestSentExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAccountSignatureRequestSent.json
EventCallbackAccountTemplateCreated:
- summary: 'Example: template_created'
+ summary: '_t__EventCallbackAccountTemplateCreatedExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAccountTemplateCreated.json
EventCallbackAppAccountConfirmed:
- summary: 'Example: account_confirmed'
+ summary: '_t__EventCallbackAppAccountConfirmedExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAppAccountConfirmed.json
EventCallbackAppSignatureRequestSent:
- summary: 'Example: signature_request_sent'
+ summary: '_t__EventCallbackAppSignatureRequestSentExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAppSignatureRequestSent.json
EventCallbackAppTemplateCreated:
- summary: 'Example: template_created'
+ summary: '_t__EventCallbackAppTemplateCreatedExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAppTemplateCreated.json
requestBodies:
EventCallbackAccountRequest:
- description: |-
- **Account Callback Payloads --**
- Events that are reported at the Account level through the the *Account callback URL* defined in your [API settings](https://app.hellosign.com/home/myAccount#api). The *Account callback URL* can also be updated by calling [Update Account](/api/reference/operation/accountUpdate) and passing a `callback_url`.
+ description: '_t__EventCallbackAccountRequest::DESCRIPTION'
content:
multipart/form-data:
schema:
@@ -14241,9 +13992,7 @@ components:
template_created_example:
$ref: '#/components/examples/EventCallbackAccountTemplateCreated'
EventCallbackAppRequest:
- description: |-
- **API App Callback Payloads --**
- Events that are reported at the API App level through the *Event callback URL* defined in your [API settings](https://app.hellosign.com/home/myAccount#api) for a specific app. The *Event callback URL* can also be updated by calling [Update API App](/api/reference/operation/apiAppUpdate) and passing a `callback_url`.
+ description: '_t__EventCallbackAppRequest::DESCRIPTION'
content:
multipart/form-data:
schema:
@@ -14257,19 +14006,19 @@ components:
$ref: '#/components/examples/EventCallbackAppTemplateCreated'
headers:
X-RateLimit-Limit:
- description: 'The maximum number of requests per hour that you can make.'
+ description: '_t__Common::RateLimiting::LIMIT'
schema:
type: integer
format: int32
example: 100
X-RateLimit-Remaining:
- description: 'The number of requests remaining in the current rate limit window.'
+ description: '_t__Common::RateLimiting::REMAINING'
schema:
type: integer
format: int32
example: 99
X-Ratelimit-Reset:
- description: 'The Unix time at which the rate limit will reset to its maximum.'
+ description: '_t__Common::RateLimiting::RESET'
schema:
type: integer
format: int64
@@ -14312,8 +14061,8 @@ x-webhooks:
$ref: ./markdown/en/descriptions/account-callback-description.md
x-meta:
seo:
- title: 'Account Callbacks | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to consume Dropbox Sign Events at the account level, click here.'
+ title: '_t__accountUpdateEventCallback::SEO::TITLE'
+ description: '_t__accountUpdateEventCallback::SEO::DESCRIPTION'
x-codeSamples:
-
lang: PHP
@@ -14360,8 +14109,8 @@ x-webhooks:
operationId: apiAppCreateEventCallback
x-meta:
seo:
- title: 'App Callbacks | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to consume Dropbox Sign Events at the App level, click here.'
+ title: '_t__appCreateEventCallback::SEO::TITLE'
+ description: '_t__appCreateEventCallback::SEO::DESCRIPTION'
x-codeSamples:
-
lang: PHP
diff --git a/openapi.yaml b/openapi.yaml
index 819e4ec59..96853a840 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -111,8 +111,8 @@ paths:
$ref: examples/AccountCreateExample.sh
x-meta:
seo:
- title: 'Create Account | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a range of tools. Find out how to create a new Dropbox Sign Account using the specified `email_address` here.'
+ title: '_t__AccountCreate::SEO::TITLE'
+ description: '_t__AccountCreate::SEO::DESCRIPTION'
/account:
get:
tags:
@@ -220,8 +220,8 @@ paths:
$ref: examples/AccountGetExample.sh
x-meta:
seo:
- title: 'Get Account | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to return the properties and settings of your Account, click here.'
+ title: '_t__AccountGet::SEO::TITLE'
+ description: '_t__AccountGet::SEO::DESCRIPTION'
put:
tags:
- Account
@@ -317,8 +317,8 @@ paths:
$ref: examples/AccountUpdateExample.sh
x-meta:
seo:
- title: 'Update Account | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how update the properties and settings of your Account, click here.'
+ title: '_t__AccountUpdate::SEO::TITLE'
+ description: '_t__AccountUpdate::SEO::DESCRIPTION'
/account/verify:
post:
tags:
@@ -415,8 +415,8 @@ paths:
$ref: examples/AccountVerifyExample.sh
x-meta:
seo:
- title: 'Verify Account | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to verify whether an Account exists, click here.'
+ title: '_t__AccountVerify::SEO::TITLE'
+ description: '_t__AccountVerify::SEO::DESCRIPTION'
/api_app:
post:
tags:
@@ -516,8 +516,8 @@ paths:
$ref: examples/ApiAppCreateExample.sh
x-meta:
seo:
- title: 'Create API App | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations with a wide range of tools. To find out how to create a new API App, click here.'
+ title: '_t__ApiAppCreate::SEO::TITLE'
+ description: '_t__ApiAppCreate::SEO::DESCRIPTION'
'/api_app/{client_id}':
get:
tags:
@@ -616,8 +616,8 @@ paths:
$ref: examples/ApiAppGetExample.sh
x-meta:
seo:
- title: 'Get API App | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to return an object with information about an API App, click here.'
+ title: '_t__ApiAppGet::SEO::TITLE'
+ description: '_t__ApiAppGet::SEO::DESCRIPTION'
put:
tags:
- 'Api App'
@@ -727,8 +727,8 @@ paths:
$ref: examples/ApiAppUpdateExample.sh
x-meta:
seo:
- title: 'Update API App | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations with a wide range of tools. To find out how to update an App that you own, click here.'
+ title: '_t__ApiAppUpdate::SEO::TITLE'
+ description: '_t__ApiAppUpdate::SEO::DESCRIPTION'
delete:
tags:
- 'Api App'
@@ -817,8 +817,8 @@ paths:
$ref: examples/ApiAppDeleteExample.sh
x-meta:
seo:
- title: 'Delete API App | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations with a wide range of tools. To find out how to delete an API App, click here.'
+ title: '_t__ApiAppDelete::SEO::TITLE'
+ description: '_t__ApiAppDelete::SEO::DESCRIPTION'
/api_app/list:
get:
tags:
@@ -919,8 +919,8 @@ paths:
$ref: examples/ApiAppListExample.sh
x-meta:
seo:
- title: 'List API Apps | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to return a list of API Apps that are accessible by you, click here.'
+ title: '_t__ApiAppList::SEO::TITLE'
+ description: '_t__ApiAppList::SEO::DESCRIPTION'
'/bulk_send_job/{bulk_send_job_id}':
get:
tags:
@@ -1030,8 +1030,8 @@ paths:
$ref: examples/BulkSendJobGetExample.sh
x-meta:
seo:
- title: 'Get Bulk Send Job | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to return the status of the BulkSendJob and SignatureRequests, click here.'
+ title: '_t__BulkSendJobGet::SEO::TITLE'
+ description: '_t__BulkSendJobGet::SEO::DESCRIPTION'
/bulk_send_job/list:
get:
tags:
@@ -1133,8 +1133,8 @@ paths:
$ref: examples/BulkSendJobListExample.sh
x-meta:
seo:
- title: 'List Bulk Send Jobs | Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to return a list of BulkSendJob that you can access, click here.'
+ title: '_t__BulkSendJobList::SEO::TITLE'
+ description: '_t__BulkSendJobList::SEO::DESCRIPTION'
'/embedded/edit_url/{template_id}':
post:
tags:
@@ -1240,8 +1240,8 @@ paths:
$ref: examples/EmbeddedEditUrlExample.sh
x-meta:
seo:
- title: 'Get Embedded Template URL | iFrame | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to retrieve an embedded iFrame object containing a template url, click here.'
+ title: '_t__EmbeddedEditUrl::SEO::TITLE'
+ description: '_t__EmbeddedEditUrl::SEO::DESCRIPTION'
'/embedded/sign_url/{signature_id}':
get:
tags:
@@ -1342,8 +1342,8 @@ paths:
$ref: examples/EmbeddedSignUrlExample.sh
x-meta:
seo:
- title: 'Get Embedded Sign URL | iFrame | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to retrieve an embedded iFrame object containing a signature url, click here.'
+ title: '_t__EmbeddedSignUrl::SEO::TITLE'
+ description: '_t__EmbeddedSignUrl::SEO::DESCRIPTION'
'/fax/{fax_id}':
get:
tags:
@@ -1439,8 +1439,8 @@ paths:
$ref: examples/FaxGetExample.sh
x-meta:
seo:
- title: 'Get Fax | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to retrieve properties of a fax, click here.'
+ title: '_t__FaxGet::SEO::TITLE'
+ description: '_t__FaxGet::SEO::DESCRIPTION'
delete:
tags:
- Fax
@@ -1528,8 +1528,8 @@ paths:
$ref: examples/FaxDeleteExample.sh
x-meta:
seo:
- title: 'Delete Fax | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to delete a fax, click here.'
+ title: '_t__FaxDelete::SEO::TITLE'
+ description: '_t__FaxDelete::SEO::DESCRIPTION'
'/fax/files/{fax_id}':
get:
tags:
@@ -1625,8 +1625,8 @@ paths:
$ref: examples/FaxFilesExample.sh
x-meta:
seo:
- title: 'Fax Files | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to list the files of a fax, click here.'
+ title: '_t__FaxFiles::SEO::TITLE'
+ description: '_t__FaxFiles::SEO::DESCRIPTION'
/fax_line/add_user:
put:
tags:
@@ -1720,8 +1720,8 @@ paths:
$ref: examples/FaxLineAddUserExample.sh
x-meta:
seo:
- title: 'Fax Line Add User | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to add a user to an existing fax line, click here.'
+ title: '_t__FaxLineAddUser::SEO::TITLE'
+ description: '_t__FaxLineAddUser::SEO::DESCRIPTION'
/fax_line/area_codes:
get:
tags:
@@ -1901,8 +1901,8 @@ paths:
$ref: examples/FaxLineAreaCodeGetExample.sh
x-meta:
seo:
- title: 'Fax Line Get Area Codes | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out what area codes are available, click here.'
+ title: '_t__FaxLineAreaCodeGet::SEO::TITLE'
+ description: '_t__FaxLineAreaCodeGet::SEO::DESCRIPTION'
/fax_line/create:
post:
tags:
@@ -1996,8 +1996,8 @@ paths:
$ref: examples/FaxLineCreateExample.sh
x-meta:
seo:
- title: 'Purchase Fax Line | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to purchase a new fax line, click here.'
+ title: '_t__FaxLineCreate::SEO::TITLE'
+ description: '_t__FaxLineCreate::SEO::DESCRIPTION'
/fax_line:
get:
tags:
@@ -2091,8 +2091,8 @@ paths:
$ref: examples/FaxLineGetExample.sh
x-meta:
seo:
- title: 'Get Fax Line | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to retrieve the properties of a fax line, click here.'
+ title: '_t__FaxLineGet::SEO::TITLE'
+ description: '_t__FaxLineGet::SEO::DESCRIPTION'
delete:
tags:
- 'Fax Line'
@@ -2180,8 +2180,8 @@ paths:
$ref: examples/FaxLineDeleteExample.sh
x-meta:
seo:
- title: 'Delete Fax Line | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to delete a fax line, click here.'
+ title: '_t__FaxLineDelete::SEO::TITLE'
+ description: '_t__FaxLineDelete::SEO::DESCRIPTION'
/fax_line/list:
get:
tags:
@@ -2294,8 +2294,8 @@ paths:
$ref: examples/FaxLineListExample.sh
x-meta:
seo:
- title: 'List Fax Lines | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to list your fax lines, click here.'
+ title: '_t__FaxLineList::SEO::TITLE'
+ description: '_t__FaxLineList::SEO::DESCRIPTION'
/fax_line/remove_user:
put:
tags:
@@ -2389,8 +2389,8 @@ paths:
$ref: examples/FaxLineRemoveUserExample.sh
x-meta:
seo:
- title: 'Fax Line Remove User | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to remove a user from an existing fax line, click here.'
+ title: '_t__FaxLineRemoveUser::SEO::TITLE'
+ description: '_t__FaxLineRemoveUser::SEO::DESCRIPTION'
/fax/list:
get:
tags:
@@ -2493,8 +2493,8 @@ paths:
$ref: examples/FaxListExample.sh
x-meta:
seo:
- title: 'List Faxes | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to list your faxes, click here.'
+ title: '_t__FaxList::SEO::TITLE'
+ description: '_t__FaxList::SEO::DESCRIPTION'
/fax/send:
post:
tags:
@@ -2593,8 +2593,8 @@ paths:
$ref: examples/FaxSendExample.sh
x-meta:
seo:
- title: 'Send Fax | API Documentation | Dropbox Fax for Developers'
- description: 'The Dropbox Fax API allows you to build custom integrations. To find out how to send a fax, click here.'
+ title: '_t__FaxSend::SEO::TITLE'
+ description: '_t__FaxSend::SEO::DESCRIPTION'
/oauth/token:
post:
tags:
@@ -2687,8 +2687,8 @@ paths:
$ref: examples/OauthTokenGenerateExample.sh
x-meta:
seo:
- title: 'Generate OAuth Token | Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to generate a new OAuth token with the API, click here.'
+ title: '_t__OAuthTokenGenerate::SEO::TITLE'
+ description: '_t__OAuthTokenGenerate::SEO::DESCRIPTION'
x-hideTryItPanel: true
'/oauth/token?refresh':
post:
@@ -2782,8 +2782,8 @@ paths:
$ref: examples/OauthTokenRefreshExample.sh
x-meta:
seo:
- title: 'OAuth Token Refresh | Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to refresh your OAuth token with the API, click here.'
+ title: '_t__OAuthTokenRefresh::SEO::TITLE'
+ description: '_t__OAuthTokenRefresh::SEO::DESCRIPTION'
x-hideTryItPanel: true
/report/create:
post:
@@ -2879,8 +2879,8 @@ paths:
$ref: examples/ReportCreateExample.sh
x-meta:
seo:
- title: 'Create Report | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to request the creation of one or more reports, click here.'
+ title: '_t__ReportCreate::SEO::TITLE'
+ description: '_t__ReportCreate::SEO::DESCRIPTION'
/signature_request/bulk_create_embedded_with_template:
post:
tags:
@@ -2984,8 +2984,8 @@ paths:
$ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.sh
x-meta:
seo:
- title: 'Embedded Bulk Send with Template | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to create embedded BulkSendJob signature requests, click here.'
+ title: '_t__SignatureRequestBulkCreateEmbeddedWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestBulkCreateEmbeddedWithTemplate::SEO::DESCRIPTION'
/signature_request/bulk_send_with_template:
post:
tags:
@@ -3089,8 +3089,8 @@ paths:
$ref: examples/SignatureRequestBulkSendWithTemplateExample.sh
x-meta:
seo:
- title: 'Bulk Send with Template | REST API | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to create BulkSendJob for up to 250 signature requests, click here.'
+ title: '_t__SignatureRequestBulkSendWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestBulkSendWithTemplate::SEO::DESCRIPTION'
'/signature_request/cancel/{signature_request_id}':
post:
tags:
@@ -3196,8 +3196,8 @@ paths:
$ref: examples/SignatureRequestCancelExample.sh
x-meta:
seo:
- title: 'Cancel Incomplete Signature Request | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to cancel an incomplete signature request, click here.'
+ title: '_t__SignatureRequestCancel::SEO::TITLE'
+ description: '_t__SignatureRequestCancel::SEO::DESCRIPTION'
/signature_request/create_embedded:
post:
tags:
@@ -3301,8 +3301,8 @@ paths:
$ref: examples/SignatureRequestCreateEmbeddedExample.sh
x-meta:
seo:
- title: 'Create Embedded Signature Request | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to create a new SignatureRequest in an iFrame, click here.'
+ title: '_t__SignatureRequestCreateEmbedded::SEO::TITLE'
+ description: '_t__SignatureRequestCreateEmbedded::SEO::DESCRIPTION'
/signature_request/create_embedded_with_template:
post:
tags:
@@ -3404,8 +3404,8 @@ paths:
$ref: examples/SignatureRequestCreateEmbeddedWithTemplateExample.sh
x-meta:
seo:
- title: 'Signature Request with Template | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to create a new SignatureRequest based on the given Template, click here.'
+ title: '_t__SignatureRequestCreateEmbeddedWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestCreateEmbeddedWithTemplate::SEO::DESCRIPTION'
'/signature_request/edit/{signature_request_id}':
put:
tags:
@@ -3524,8 +3524,8 @@ paths:
$ref: examples/SignatureRequestEditExample.sh
x-meta:
seo:
- title: 'Edit Signature Request | REST API | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to edit a SignatureRequest with the submitted documents, click here.'
+ title: '_t__SignatureRequestEdit::SEO::TITLE'
+ description: '_t__SignatureRequestEdit::SEO::DESCRIPTION'
'/signature_request/edit_embedded/{signature_request_id}':
put:
tags:
@@ -3643,8 +3643,8 @@ paths:
$ref: examples/SignatureRequestEditEmbeddedExample.sh
x-meta:
seo:
- title: 'Edit Embedded Signature Request | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to edit a SignatureRequest in an iFrame, click here.'
+ title: '_t__SignatureRequestEditEmbedded::SEO::TITLE'
+ description: '_t__SignatureRequestEditEmbedded::SEO::DESCRIPTION'
'/signature_request/edit_embedded_with_template/{signature_request_id}':
put:
tags:
@@ -3760,8 +3760,8 @@ paths:
$ref: examples/SignatureRequestEditEmbeddedWithTemplateExample.sh
x-meta:
seo:
- title: 'Signature Request with Template | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to edit a SignatureRequest based on the given Template, click here.'
+ title: '_t__SignatureRequestEditEmbeddedWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestEditEmbeddedWithTemplate::SEO::DESCRIPTION'
'/signature_request/edit_with_template/{signature_request_id}':
put:
tags:
@@ -3878,8 +3878,8 @@ paths:
$ref: examples/SignatureRequestEditWithTemplateExample.sh
x-meta:
seo:
- title: 'Edit Signature Request with Template | API Documentation | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to edit a SignatureRequest based off of the Template, click here.'
+ title: '_t__SignatureRequestEditWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestEditWithTemplate::SEO::DESCRIPTION'
'/signature_request/files/{signature_request_id}':
get:
tags:
@@ -3998,8 +3998,8 @@ paths:
$ref: examples/SignatureRequestFilesExample.sh
x-meta:
seo:
- title: 'Download Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to get the current documents specified by the parameters, click here'
+ title: '_t__SignatureRequestFiles::SEO::TITLE'
+ description: '_t__SignatureRequestFiles::SEO::DESCRIPTION'
'/signature_request/files_as_data_uri/{signature_request_id}':
get:
tags:
@@ -4106,8 +4106,8 @@ paths:
$ref: examples/SignatureRequestFilesAsDataUriExample.sh
x-meta:
seo:
- title: 'Download Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to get the current documents specified by the parameters, click here'
+ title: '_t__SignatureRequestFiles::SEO::TITLE'
+ description: '_t__SignatureRequestFiles::SEO::DESCRIPTION'
'/signature_request/files_as_file_url/{signature_request_id}':
get:
tags:
@@ -4221,8 +4221,8 @@ paths:
$ref: examples/SignatureRequestFilesAsFileUrlExample.sh
x-meta:
seo:
- title: 'Download Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to get the current documents specified by the parameters, click here'
+ title: '_t__SignatureRequestFiles::SEO::TITLE'
+ description: '_t__SignatureRequestFiles::SEO::DESCRIPTION'
'/signature_request/{signature_request_id}':
get:
tags:
@@ -4322,8 +4322,8 @@ paths:
$ref: examples/SignatureRequestGetExample.sh
x-meta:
seo:
- title: 'Get Signature Request | Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to return the status of SignatureRequest specified by the parameters, click here.'
+ title: '_t__SignatureRequestGet::SEO::TITLE'
+ description: '_t__SignatureRequestGet::SEO::DESCRIPTION'
/signature_request/list:
get:
tags:
@@ -4443,8 +4443,8 @@ paths:
$ref: examples/SignatureRequestListExample.sh
x-meta:
seo:
- title: 'List Signature Requests | REST API | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to return a list of SignatureRequests that you can access, click here.'
+ title: '_t__SignatureRequestList::SEO::TITLE'
+ description: '_t__SignatureRequestList::SEO::DESCRIPTION'
'/signature_request/release_hold/{signature_request_id}':
post:
tags:
@@ -4541,8 +4541,8 @@ paths:
$ref: examples/SignatureRequestReleaseHoldExample.sh
x-meta:
seo:
- title: 'Release On-Hold Signature Request | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom eSign integrations. To find out how to release an on-hold SignatureRequest, click here.'
+ title: '_t__SignatureRequestReleaseHold::SEO::TITLE'
+ description: '_t__SignatureRequestReleaseHold::SEO::DESCRIPTION'
'/signature_request/remind/{signature_request_id}':
post:
tags:
@@ -4658,8 +4658,8 @@ paths:
$ref: examples/SignatureRequestRemindExample.sh
x-meta:
seo:
- title: 'Send Request Reminder | REST API | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom eSign integrations. To find out how to send an email reminder to the signer, click here.'
+ title: '_t__SignatureRequestRemind::SEO::TITLE'
+ description: '_t__SignatureRequestRemind::SEO::DESCRIPTION'
'/signature_request/remove/{signature_request_id}':
post:
tags:
@@ -4757,8 +4757,8 @@ paths:
$ref: examples/SignatureRequestRemoveExample.sh
x-meta:
seo:
- title: 'Remove Signature Request Access | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom integrations. To find out how to remove your access to a completed signature request, click here.'
+ title: '_t__SignatureRequestRemove::SEO::TITLE'
+ description: '_t__SignatureRequestRemove::SEO::DESCRIPTION'
/signature_request/send:
post:
tags:
@@ -4863,8 +4863,8 @@ paths:
$ref: examples/SignatureRequestSendExample.sh
x-meta:
seo:
- title: 'Send Signature Request | REST API | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to create and send new SignatureRequest with the submitted documents, click here.'
+ title: '_t__SignatureRequestSend::SEO::TITLE'
+ description: '_t__SignatureRequestSend::SEO::DESCRIPTION'
/signature_request/send_with_template:
post:
tags:
@@ -4965,8 +4965,8 @@ paths:
$ref: examples/SignatureRequestSendWithTemplateExample.sh
x-meta:
seo:
- title: 'Send with Template | API Documentation | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to create and send a new SignatureRequest based off of the Template, click here.'
+ title: '_t__SignatureRequestSendWithTemplate::SEO::TITLE'
+ description: '_t__SignatureRequestSendWithTemplate::SEO::DESCRIPTION'
'/signature_request/update/{signature_request_id}':
post:
tags:
@@ -5077,8 +5077,8 @@ paths:
$ref: examples/SignatureRequestUpdateExample.sh
x-meta:
seo:
- title: 'Update Signature Request | REST API | Dropbox Sign for Developers'
- description: 'Dropbox Sign API allows you to build custom integrations. To find out how to update the email address/name for a signer on a signature request, click here.'
+ title: '_t__SignatureRequestUpdate::SEO::TITLE'
+ description: '_t__SignatureRequestUpdate::SEO::DESCRIPTION'
/team/add_member:
put:
tags:
@@ -5186,8 +5186,8 @@ paths:
$ref: examples/TeamAddMemberExample.sh
x-meta:
seo:
- title: 'Add User to Team | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to invite a specified user to your Team, click here.'
+ title: '_t__TeamAddMember::SEO::TITLE'
+ description: '_t__TeamAddMember::SEO::DESCRIPTION'
/team/create:
post:
tags:
@@ -5282,8 +5282,8 @@ paths:
$ref: examples/TeamCreateExample.sh
x-meta:
seo:
- title: 'Create Team | REST API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API allows you to build custom eSign integrations. To find out how to create a new team and make yourself a member, click here.'
+ title: '_t__TeamCreate::SEO::TITLE'
+ description: '_t__TeamCreate::SEO::DESCRIPTION'
/team/destroy:
delete:
tags:
@@ -5362,8 +5362,8 @@ paths:
$ref: examples/TeamDeleteExample.sh
x-meta:
seo:
- title: 'Delete Team | REST API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to delete a team you are a member of, click here.'
+ title: '_t__TeamDelete::SEO::TITLE'
+ description: '_t__TeamDelete::SEO::DESCRIPTION'
/team:
get:
tags:
@@ -5451,8 +5451,8 @@ paths:
$ref: examples/TeamGetExample.sh
x-meta:
seo:
- title: 'Get Team | REST API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to return information about your Team, click here.'
+ title: '_t__TeamGet::SEO::TITLE'
+ description: '_t__TeamGet::SEO::DESCRIPTION'
put:
tags:
- Team
@@ -5546,8 +5546,8 @@ paths:
$ref: examples/TeamUpdateExample.sh
x-meta:
seo:
- title: 'Update Team | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to update the name of your team, click here.'
+ title: '_t__TeamUpdate::SEO::TITLE'
+ description: '_t__TeamUpdate::SEO::DESCRIPTION'
/team/info:
get:
tags:
@@ -5646,8 +5646,8 @@ paths:
$ref: examples/TeamInfoExample.sh
x-meta:
seo:
- title: 'Get Team Info | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you automate your team management. To find out how to get information about a specific team, click here.'
+ title: '_t__TeamInfo::SEO::TITLE'
+ description: '_t__TeamInfo::SEO::DESCRIPTION'
/team/invites:
get:
tags:
@@ -5742,8 +5742,8 @@ paths:
$ref: examples/TeamInvitesExample.sh
x-meta:
seo:
- title: 'List Team Invites | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you automate your team management. To find out how to get a list of team invites (and their roles), click here.'
+ title: '_t__TeamInvites::SEO::TITLE'
+ description: '_t__TeamInvites::SEO::DESCRIPTION'
'/team/members/{team_id}':
get:
tags:
@@ -5858,8 +5858,8 @@ paths:
$ref: examples/TeamMembersExample.sh
x-meta:
seo:
- title: 'List Team Members | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you automate your team management. To find out how to get a list of team members and their roles for a specific team, click here.'
+ title: '_t__TeamMembers::SEO::TITLE'
+ description: '_t__TeamMembers::SEO::DESCRIPTION'
/team/remove_member:
post:
tags:
@@ -5958,8 +5958,8 @@ paths:
$ref: examples/TeamRemoveMemberExample.sh
x-meta:
seo:
- title: 'Remove User from Team | REST API | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to remove a user Account from your Team, click here.'
+ title: '_t__TeamRemoveMember::SEO::TITLE'
+ description: '_t__TeamRemoveMember::SEO::DESCRIPTION'
'/team/sub_teams/{team_id}':
get:
tags:
@@ -6074,8 +6074,8 @@ paths:
$ref: examples/TeamSubTeamsExample.sh
x-meta:
seo:
- title: 'List Sub Teams | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you automate your team management. To find out how to get a list of sub teams that exist for a given team, click here.'
+ title: '_t__TeamSubTeams::SEO::TITLE'
+ description: '_t__TeamSubTeams::SEO::DESCRIPTION'
'/template/add_user/{template_id}':
post:
tags:
@@ -6181,8 +6181,8 @@ paths:
$ref: examples/TemplateAddUserExample.sh
x-meta:
seo:
- title: 'Add User to Template | REST API | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to give an Account access to a Template, click here.'
+ title: '_t__TemplateAddUser::SEO::TITLE'
+ description: '_t__TemplateAddUser::SEO::DESCRIPTION'
/template/create:
post:
tags:
@@ -6290,8 +6290,8 @@ paths:
$ref: examples/TemplateCreateExample.sh
x-meta:
seo:
- title: 'Create Template | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to create an template, click here.'
+ title: '_t__TemplateCreate::SEO::TITLE'
+ description: '_t__TemplateCreate::SEO::DESCRIPTION'
/template/create_embedded_draft:
post:
tags:
@@ -6399,8 +6399,8 @@ paths:
$ref: examples/TemplateCreateEmbeddedDraftExample.sh
x-meta:
seo:
- title: 'Create Embedded Template Draft | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom eSign integrations. To find out how to create an embedded draft template, click here.'
+ title: '_t__TemplateCreateEmbeddedDraft::SEO::TITLE'
+ description: '_t__TemplateCreateEmbeddedDraft::SEO::DESCRIPTION'
'/template/delete/{template_id}':
post:
tags:
@@ -6494,8 +6494,8 @@ paths:
$ref: examples/TemplateDeleteExample.sh
x-meta:
seo:
- title: 'Delete Template | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to completely delete a template from the account, click here.'
+ title: '_t__TemplateDelete::SEO::TITLE'
+ description: '_t__TemplateDelete::SEO::DESCRIPTION'
'/template/files/{template_id}':
get:
tags:
@@ -6612,8 +6612,8 @@ paths:
$ref: examples/TemplateFilesExample.sh
x-meta:
seo:
- title: 'Get Template Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to get a copy of the current specified documents, click here.'
+ title: '_t__TemplateFiles::SEO::TITLE'
+ description: '_t__TemplateFiles::SEO::DESCRIPTION'
'/template/files_as_data_uri/{template_id}':
get:
tags:
@@ -6719,8 +6719,8 @@ paths:
$ref: examples/TemplateFilesAsDataUriExample.sh
x-meta:
seo:
- title: 'Get Template Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to get a copy of the current specified documents, click here.'
+ title: '_t__TemplateFiles::SEO::TITLE'
+ description: '_t__TemplateFiles::SEO::DESCRIPTION'
'/template/files_as_file_url/{template_id}':
get:
tags:
@@ -6833,8 +6833,8 @@ paths:
$ref: examples/TemplateFilesAsFileUrlExample.sh
x-meta:
seo:
- title: 'Get Template Files | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to get a copy of the current specified documents, click here.'
+ title: '_t__TemplateFiles::SEO::TITLE'
+ description: '_t__TemplateFiles::SEO::DESCRIPTION'
'/template/{template_id}':
get:
tags:
@@ -6933,8 +6933,8 @@ paths:
$ref: examples/TemplateGetExample.sh
x-meta:
seo:
- title: 'Get Template | API Documentation | Dropbox Sign for Developers'
- description: 'The RESTful Dropbox Sign API easily allows you to build custom integrations. To find out how to return the Template specified by the `template_id` parameter, click here.'
+ title: '_t__TemplateGet::SEO::TITLE'
+ description: '_t__TemplateGet::SEO::DESCRIPTION'
/template/list:
get:
tags:
@@ -7056,8 +7056,8 @@ paths:
$ref: examples/TemplateListExample.sh
x-meta:
seo:
- title: 'List Templates | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to return a list of the Templates that can be accessed by you, click here.'
+ title: '_t__TemplateList::SEO::TITLE'
+ description: '_t__TemplateList::SEO::DESCRIPTION'
'/template/remove_user/{template_id}':
post:
tags:
@@ -7163,8 +7163,8 @@ paths:
$ref: examples/TemplateRemoveUserExample.sh
x-meta:
seo:
- title: 'Remove User from Template | REST API | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to remove a specified Account''s access to a Template, click here.'
+ title: '_t__TemplateRemoveUser::SEO::TITLE'
+ description: '_t__TemplateRemoveUser::SEO::DESCRIPTION'
'/template/update_files/{template_id}':
post:
tags:
@@ -7289,8 +7289,8 @@ paths:
$ref: examples/TemplateUpdateFilesExample.sh
x-meta:
seo:
- title: 'Update Template Files | REST API | Dropbox Sign for Developers'
- description: 'Overlays a new file with the overlay of an existing template'
+ title: '_t__TemplateUpdateFiles::SEO::TITLE'
+ description: '_t__TemplateUpdateFiles::SEO::DESCRIPTION'
/unclaimed_draft/create:
post:
tags:
@@ -7394,8 +7394,8 @@ paths:
$ref: examples/UnclaimedDraftCreateExample.sh
x-meta:
seo:
- title: 'Create Unclaimed Draft | REST API | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build eSign integrations. To find out how to create a new Signature Request Draft that can be claimed using the claim URL, click here.'
+ title: '_t__UnclaimedDraftCreate::SEO::TITLE'
+ description: '_t__UnclaimedDraftCreate::SEO::DESCRIPTION'
/unclaimed_draft/create_embedded:
post:
tags:
@@ -7507,8 +7507,8 @@ paths:
$ref: examples/UnclaimedDraftCreateEmbeddedExample.sh
x-meta:
seo:
- title: 'Create Embedded Unclaimed Draft | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build custom integrations. To find out how to create and embed a the creation of a Signature Request in an iFrame, click here.'
+ title: '_t__UnclaimedDraftCreateEmbedded::SEO::TITLE'
+ description: '_t__UnclaimedDraftCreateEmbedded::SEO::DESCRIPTION'
/unclaimed_draft/create_embedded_with_template:
post:
tags:
@@ -7615,8 +7615,8 @@ paths:
$ref: examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.sh
x-meta:
seo:
- title: 'Embed Unclaimed Draft with Template | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to create a new Draft with a previously saved template, click here.'
+ title: '_t__UnclaimedDraftCreateEmbeddedWithTemplate::SEO::TITLE'
+ description: '_t__UnclaimedDraftCreateEmbeddedWithTemplate::SEO::DESCRIPTION'
'/unclaimed_draft/edit_and_resend/{signature_request_id}':
post:
tags:
@@ -7730,8 +7730,8 @@ paths:
$ref: examples/UnclaimedDraftEditAndResendExample.sh
x-meta:
seo:
- title: 'Edit and Resend Unclaimed Draft | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API easily allows you to build custom integrations. To find out how to create a new signature request from an embedded request, click here.'
+ title: '_t__UnclaimedDraftEditAndResend::SEO::TITLE'
+ description: '_t__UnclaimedDraftEditAndResend::SEO::DESCRIPTION'
components:
schemas:
AccountCreateRequest:
@@ -7797,7 +7797,7 @@ components:
type: array
items:
type: string
- maxItems: 2
+ maxItems: 10
minItems: 1
name:
description: 'The name you want to assign to the ApiApp.'
@@ -7823,7 +7823,7 @@ components:
type: array
items:
type: string
- maxItems: 2
+ maxItems: 10
name:
description: 'The name you want to assign to the ApiApp.'
type: string
@@ -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
@@ -8135,6 +8139,7 @@ components:
enum:
- user_activity
- document_status
+ - sms_activity
maxItems: 2
minItems: 1
start_date:
@@ -8208,10 +8213,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8297,10 +8299,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8342,18 +8341,12 @@ components:
items:
type: string
signers:
- description: |-
- Add Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
grouped_signers:
- description: |-
- Add Grouped Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestGroupedSigners::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestGroupedSigners'
@@ -8361,6 +8354,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`.
@@ -8369,7 +8366,7 @@ components:
type: boolean
default: false
attachments:
- description: 'A list describing the attachments'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -8435,10 +8432,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8522,15 +8516,12 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestTemplateSigner'
@@ -8576,18 +8567,12 @@ components:
items:
type: string
signers:
- description: |-
- Add Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
grouped_signers:
- description: |-
- Add Grouped Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestGroupedSigners::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestGroupedSigners'
@@ -8595,6 +8580,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`.
@@ -8603,7 +8592,7 @@ components:
type: boolean
default: false
attachments:
- description: 'A list describing the attachments'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -8677,10 +8666,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8732,18 +8718,12 @@ components:
items:
type: string
signers:
- description: |-
- Add Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
grouped_signers:
- description: |-
- Add Grouped Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestGroupedSigners::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestGroupedSigners'
@@ -8751,6 +8731,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`.
@@ -8759,7 +8743,7 @@ components:
type: boolean
default: false
attachments:
- description: 'A list describing the attachments'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -8825,10 +8809,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -8912,15 +8893,12 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestTemplateSigner'
@@ -9004,15 +8982,12 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestTemplateSigner'
@@ -9066,18 +9041,12 @@ components:
items:
type: string
signers:
- description: |-
- Add Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
grouped_signers:
- description: |-
- Add Grouped Signers to your Signature Request.
-
- This endpoint requires either **signers** or **grouped_signers**, but not both.
+ description: '_t__Sub::SignatureRequestGroupedSigners::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestGroupedSigners'
@@ -9092,8 +9061,12 @@ 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'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -9167,10 +9140,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -9258,15 +9228,12 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestTemplateSigner'
@@ -9837,10 +9804,7 @@ components:
description: 'Masks entered data. For more information see [Masking sensitive information](https://faq.hellosign.com/hc/en-us/articles/360040742811-Masking-sensitive-information). `true` for masking the data in a text field, otherwise `false`.'
type: boolean
validation_type:
- description: |-
- Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values.
-
- **NOTE:** When using `custom_regex` you are required to pass a second parameter `validation_custom_regex` and you can optionally provide `validation_custom_regex_format_label` for the error message the user will see in case of an invalid value.
+ description: '_t__Sub::FormFieldsPerDocument::VALIDATION_TYPE'
type: string
enum:
- numbers_only
@@ -9898,7 +9862,7 @@ components:
- type
properties:
type:
- description: 'A text field that has default text set using pre-filled data. Use the `SubFormFieldsPerDocumentTextMerge` class.'
+ description: '_t__Sub::FormFieldsPerDocument::TYPE_TEXT_MERGE'
type: string
default: text-merge
font_family:
@@ -10023,13 +9987,13 @@ components:
type:
type: string
width:
- description: 'Size of the field in pixels.'
+ description: '_t__Sub::FormFieldsPerDocument::WIDTH'
type: integer
x:
- description: 'Location coordinates of the field in pixels.'
+ description: '_t__Sub::FormFieldsPerDocument::X'
type: integer
'y':
- description: 'Location coordinates of the field in pixels.'
+ description: '_t__Sub::FormFieldsPerDocument::Y'
type: integer
type: object
discriminator:
@@ -10053,17 +10017,14 @@ components:
- signers
properties:
group:
- description: 'The name of the group.'
+ description: '_t__Sub::SignatureRequestGroupedSigners::GROUP_NAME'
type: string
order:
- description: 'The order the group is required to sign in. Use this instead of Signer-level `order`.'
+ description: '_t__Sub::SignatureRequestGroupedSigners::ORDER'
type: integer
nullable: true
signers:
- description: |-
- Signers belonging to this Group.
-
- **NOTE:** Only `name`, `email_address`, and `pin` are available to Grouped Signers. We will ignore all other properties, even though they are listed below.
+ description: '_t__Sub::SignatureRequestGroupedSigners::SIGNERS'
type: array
items:
$ref: '#/components/schemas/SubSignatureRequestSigner'
@@ -10074,26 +10035,26 @@ components:
- type
properties:
name:
- description: 'The name of the merge field. Must be unique.'
+ description: '_t__Sub::MergeField::NAME'
type: string
type:
- description: 'The type of merge field.'
+ description: '_t__Sub::MergeField::TYPE'
type: string
enum:
- text
- checkbox
x-enumDescriptions:
- text: 'Sets merge [field type](/api/reference/constants/#field-types) to `text`.'
- checkbox: 'Sets merge [field type](/api/reference/constants/#field-types) to `checkbox`.'
+ text: '_t__Sub::MergeField::EnumDescriptions::TEXT'
+ checkbox: '_t__Sub::MergeField::EnumDescriptions::CHECKBOX'
type: object
SubOAuth:
- description: 'OAuth related parameters.'
+ description: '_t__Sub::OAuth::DESCRIPTION'
properties:
callback_url:
- description: 'The callback URL to be used for OAuth flows. (Required if `oauth[scopes]` is provided)'
+ description: '_t__Sub::OAuth::CALLBACK_URL'
type: string
scopes:
- description: 'A list of [OAuth scopes](/api/reference/tag/OAuth) to be granted to the app. (Required if `oauth[callback_url]` is provided).'
+ description: '_t__Sub::OAuth::SCOPES'
type: array
items:
type: string
@@ -10108,10 +10069,10 @@ components:
- ''
type: object
SubOptions:
- description: 'Additional options supported by API App.'
+ description: '_t__Sub::Options::DESCRIPTION'
properties:
can_insert_everywhere:
- description: 'Determines if signers can use "Insert Everywhere" when signing a document.'
+ description: '_t__Sub::Options::CAN_INSERT_EVERYWHERE'
type: boolean
default: false
type: object
@@ -10121,36 +10082,26 @@ components:
- email_address
properties:
name:
- description: 'The name of the signer.'
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_NAME'
type: string
email_address:
- description: 'The email address of the signer.'
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_EMAIL_ADDRESS'
type: string
format: email
order:
- description: 'The order the signer is required to sign in.'
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_ORDER'
type: integer
nullable: true
pin:
- description: 'The 4- to 12-character access code that will secure this signer''s signature page.'
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_PIN'
type: string
maxLength: 12
minLength: 4
sms_phone_number:
- description: |-
- An E.164 formatted phone number.
-
- By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
-
- **NOTE:** Not available in test mode and requires a Standard plan or higher.
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_SMS_PHONE_NUMBER'
type: string
sms_phone_number_type:
- description: |-
- Specifies the feature used with the `sms_phone_number`. Default `authentication`.
-
- If `authentication`, signer is sent a verification code via SMS that is required to access the document.
-
- If `delivery`, a link to complete the signature request is delivered via SMS (_and_ email).
+ description: '_t__Sub::SignatureRequestSigner::SIGNER_SMS_PHONE_NUMBER_TYPE'
type: string
enum:
- authentication
@@ -10163,35 +10114,25 @@ components:
- email_address
properties:
role:
- description: 'Must match an existing role in chosen Template(s). It''s case-sensitive.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::ROLE'
type: string
name:
- description: 'The name of the signer.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::NAME'
type: string
email_address:
- description: 'The email address of the signer.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::EMAIL_ADDRESS'
type: string
format: email
pin:
- description: 'The 4- to 12-character access code that will secure this signer''s signature page.'
+ description: '_t__Sub::SignatureRequestTemplateSigner::PIN'
type: string
maxLength: 12
minLength: 4
sms_phone_number:
- description: |-
- An E.164 formatted phone number.
-
- By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
-
- **NOTE:** Not available in test mode and requires a Standard plan or higher.
+ description: '_t__Sub::SignatureRequestTemplateSigner::SMS_PHONE_NUMBER'
type: string
sms_phone_number_type:
- description: |-
- Specifies the feature used with the `sms_phone_number`. Default `authentication`.
-
- If `authentication`, signer is sent a verification code via SMS that is required to access the document.
-
- If `delivery`, a link to complete the signature request is delivered via SMS (_and_ email).
+ description: '_t__Sub::SignatureRequestTemplateSigner::SIGNER_SMS_PHONE_NUMBER_TYPE'
type: string
enum:
- authentication
@@ -10203,14 +10144,14 @@ components:
- email_address
properties:
email_address:
- description: 'The email address of the signer.'
+ description: '_t__Sub::UnclaimedDraftSigner::EMAIL_ADDRESS'
type: string
format: email
name:
- description: 'The name of the signer.'
+ description: '_t__Sub::UnclaimedDraftSigner::NAME'
type: string
order:
- description: 'The order the signer is required to sign in.'
+ description: '_t__Sub::UnclaimedDraftSigner::ORDER'
type: integer
nullable: true
type: object
@@ -10221,36 +10162,33 @@ components:
- email_address
properties:
role:
- description: 'Must match an existing role in chosen Template(s).'
+ description: '_t__Sub::UnclaimedDraftTemplateSigner::ROLE'
type: string
name:
- description: 'The name of the signer filling the role of `role`.'
+ description: '_t__Sub::UnclaimedDraftTemplateSigner::NAME'
type: string
email_address:
- description: 'The email address of the signer filling the role of `role`.'
+ description: '_t__Sub::UnclaimedDraftTemplateSigner::EMAIL_ADDRESS'
type: string
format: email
type: object
SubTemplateRole:
properties:
name:
- description: 'The role name of the signer that will be displayed when the template is used to create a signature request.'
+ description: '_t__Sub::SignerRole::NAME'
type: string
order:
- description: 'The order in which this signer role is required to sign.'
+ description: '_t__Sub::SignerRole::ORDER'
type: integer
nullable: true
type: object
SubSigningOptions:
- description: |-
- This allows the requester to specify the types allowed for creating a signature.
-
- **NOTE:** If `signing_options` are not defined in the request, the allowed types will default to those specified in the account settings.
+ description: '_t__Sub::SigningOptions::DESCRIPTION'
required:
- default_type
properties:
default_type:
- description: 'The default type shown (limited to the listed types)'
+ description: '_t__Sub::SigningOptions::DEFAULT'
type: string
enum:
- draw
@@ -10258,27 +10196,24 @@ components:
- type
- upload
draw:
- description: 'Allows drawing the signature'
+ description: '_t__Sub::SigningOptions::DRAW'
type: boolean
default: false
phone:
- description: 'Allows using a smartphone to email the signature'
+ description: '_t__Sub::SigningOptions::PHONE'
type: boolean
default: false
type:
- description: 'Allows typing the signature'
+ description: '_t__Sub::SigningOptions::TYPE'
type: boolean
default: false
upload:
- description: 'Allows uploading the signature'
+ description: '_t__Sub::SigningOptions::UPLOAD'
type: boolean
default: false
type: object
SubWhiteLabelingOptions:
- description: |-
- An array of elements and values serialized to a string, to be used to customize the app's signer page. (Only applies to some API plans)
-
- Take a look at our [white labeling guide](https://developers.hellosign.com/api/reference/premium-branding/) to learn more.
+ description: '_t__Sub::WhiteLabelingOptions::DESCRIPTION'
properties:
header_background_color:
type: string
@@ -10326,7 +10261,7 @@ components:
type: string
default: '#ffffff'
reset_to_default:
- description: 'Resets white labeling options to defaults. Only useful when updating an API App.'
+ description: '_t__Sub::WhiteLabelingOptions::RESET_TO_DEFAULT'
type: boolean
type: object
TeamAddMemberRequest:
@@ -10453,8 +10388,12 @@ 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'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -10509,10 +10448,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -10569,8 +10505,12 @@ 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'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -10635,10 +10575,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -10750,8 +10687,12 @@ 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'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -10814,10 +10755,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -10826,7 +10764,7 @@ components:
type: boolean
default: true
signers:
- description: 'Add Signers to your Unclaimed Draft Signature Request.'
+ description: '_t__Sub::UnclaimedDraftSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubUnclaimedDraftSigner'
@@ -10896,6 +10834,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`.
@@ -10904,7 +10846,7 @@ components:
type: boolean
default: false
attachments:
- description: 'A list describing the attachments'
+ description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubAttachment'
@@ -10985,10 +10927,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -11011,7 +10950,7 @@ components:
type: boolean
default: true
signers:
- description: 'Add Signers to your Unclaimed Draft Signature Request.'
+ description: '_t__Sub::UnclaimedDraftSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubUnclaimedDraftSigner'
@@ -11134,10 +11073,7 @@ components:
type: string
maxLength: 5000
metadata:
- description: |-
- 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's order number for look up when receiving events for the signature request.
-
- 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.
+ description: '_t__Sub::Metadata::DESCRIPTION'
type: object
maxItems: 10
additionalProperties: {}
@@ -11171,7 +11107,7 @@ components:
type: boolean
default: true
signers:
- description: 'Add Signers to your Templated-based Signature Request.'
+ description: '_t__Sub::UnclaimedDraftTemplateSigner::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SubUnclaimedDraftTemplateSigner'
@@ -11253,7 +11189,7 @@ components:
oauth_data:
$ref: '#/components/schemas/OAuthTokenResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11266,7 +11202,7 @@ components:
account:
$ref: '#/components/schemas/AccountResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11277,7 +11213,7 @@ components:
account:
$ref: '#/components/schemas/AccountVerifyResponseAccount'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11290,7 +11226,7 @@ components:
api_app:
$ref: '#/components/schemas/ApiAppResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11302,14 +11238,14 @@ components:
- list_info
properties:
api_apps:
- description: 'Contains information about API Apps.'
+ description: '_t__ApiAppListResponse::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/ApiAppResponse'
list_info:
$ref: '#/components/schemas/ListInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11326,12 +11262,12 @@ components:
list_info:
$ref: '#/components/schemas/ListInfoResponse'
signature_requests:
- description: 'Contains information about the Signature Requests sent in bulk.'
+ description: '_t__BulkSendJobGetResponse::SIGNATURE_REQUESTS'
type: array
items:
$ref: '#/components/schemas/BulkSendJobGetResponseSignatureRequests'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11343,14 +11279,14 @@ components:
- list_info
properties:
bulk_send_jobs:
- description: 'Contains a list of BulkSendJobs that the API caller has access to.'
+ description: '_t__BulkSendJobListResponse::BULK_SEND_JOBS'
type: array
items:
$ref: '#/components/schemas/BulkSendJobResponse'
list_info:
$ref: '#/components/schemas/ListInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11363,7 +11299,7 @@ components:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11376,7 +11312,7 @@ components:
embedded:
$ref: '#/components/schemas/EmbeddedEditUrlResponseEmbedded'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11389,7 +11325,7 @@ components:
embedded:
$ref: '#/components/schemas/EmbeddedSignUrlResponseEmbedded'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11409,7 +11345,7 @@ components:
fax:
$ref: '#/components/schemas/FaxResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11469,10 +11405,10 @@ components:
- expires_at
properties:
file_url:
- description: 'URL to the file.'
+ description: '_t__FileResponse::FILE_URL'
type: string
expires_at:
- description: 'When the link expires.'
+ description: '_t__FileResponse::EXPIRES_AT'
type: integer
type: object
x-internal-class: true
@@ -11481,7 +11417,7 @@ components:
- data_uri
properties:
data_uri:
- description: 'File as base64 encoded string.'
+ description: '_t__FileResponse::DATA_URI'
type: string
type: object
x-internal-class: true
@@ -11492,7 +11428,7 @@ components:
report:
$ref: '#/components/schemas/ReportResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11505,7 +11441,7 @@ components:
signature_request:
$ref: '#/components/schemas/SignatureRequestResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11517,14 +11453,14 @@ components:
- list_info
properties:
signature_requests:
- description: 'Contains information about signature requests.'
+ description: '_t__SignatureRequestListResponse::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponse'
list_info:
$ref: '#/components/schemas/ListInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -11533,36 +11469,36 @@ components:
AccountResponse:
properties:
account_id:
- description: 'The ID of the Account'
+ description: '_t__Account::ACCOUNT_ID'
type: string
email_address:
- description: 'The email address associated with the Account.'
+ description: '_t__Account::EMAIL_ADDRESS'
type: string
is_locked:
- description: 'Returns `true` if the user has been locked out of their account by a team admin.'
+ description: '_t__Account::IS_LOCKED'
type: boolean
is_paid_hs:
- description: 'Returns `true` if the user has a paid Dropbox Sign account.'
+ description: '_t__Account::IS_PAID_HS'
type: boolean
is_paid_hf:
- description: 'Returns `true` if the user has a paid HelloFax account.'
+ description: '_t__Account::IS_PAID_HF'
type: boolean
quotas:
$ref: '#/components/schemas/AccountResponseQuotas'
callback_url:
- description: 'The URL that Dropbox Sign events will `POST` to.'
+ description: '_t__Account::CALLBACK_URL'
type: string
nullable: true
role_code:
- description: 'The membership role for the team.'
+ description: '_t__Account::ROLE_CODE'
type: string
nullable: true
team_id:
- description: 'The id of the team account belongs to.'
+ description: '_t__Account::TEAM_ID'
type: string
nullable: true
locale:
- description: 'The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values.'
+ description: '_t__Account::LOCALE'
type: string
nullable: true
usage:
@@ -11578,7 +11514,7 @@ components:
refresh_token:
type: string
expires_in:
- description: 'Number of seconds until the `access_token` expires. Uses epoch time.'
+ description: '_t__OAuthTokenResponse::EXPIRES_IN'
type: integer
state:
type: string
@@ -11586,39 +11522,39 @@ components:
type: object
x-internal-class: true
AccountResponseQuotas:
- description: 'Details concerning remaining monthly quotas.'
+ description: '_t__Account::QUOTA'
properties:
api_signature_requests_left:
- description: 'API signature requests remaining.'
+ description: '_t__AccountQuota::API_SIGNATURE_REQUESTS_LEFT'
type: integer
nullable: true
documents_left:
- description: 'Signature requests remaining.'
+ description: '_t__AccountQuota::DOCUMENTS_LEFT'
type: integer
nullable: true
templates_total:
- description: 'Total API templates allowed.'
+ description: '_t__AccountQuota::TEMPLATES_TOTAL'
type: integer
nullable: true
templates_left:
- description: 'API templates remaining.'
+ description: '_t__AccountQuota::TEMPLATES_LEFT'
type: integer
nullable: true
sms_verifications_left:
- description: 'SMS verifications remaining.'
+ description: '_t__AccountQuota::SMS_VERIFICATIONS_LEFT'
type: integer
nullable: true
num_fax_pages_left:
- description: 'Number of fax pages left'
+ description: '_t__AccountQuota::NUM_FAX_PAGES_LEFT'
type: integer
nullable: true
type: object
x-internal-class: true
AccountResponseUsage:
- description: 'Details concerning monthly usage'
+ description: '_t__Account::USAGE'
properties:
fax_pages_sent:
- description: 'Number of fax pages sent'
+ description: '_t__AccountUsage::FAX_PAGES_SENT'
type: integer
nullable: true
type: object
@@ -11626,33 +11562,33 @@ components:
AccountVerifyResponseAccount:
properties:
email_address:
- description: 'The email address associated with the Account.'
+ description: '_t__Account::EMAIL_ADDRESS'
type: string
type: object
x-internal-class: true
ApiAppResponse:
- description: 'Contains information about an API App.'
+ description: '_t__ApiAppResponse::DESCRIPTION'
properties:
callback_url:
- description: 'The app''s callback URL (for events)'
+ description: '_t__ApiAppResponse::CALLBACK_URL'
type: string
nullable: true
client_id:
- description: 'The app''s client id'
+ description: '_t__ApiAppResponse::CLIENT_ID'
type: string
created_at:
- description: 'The time that the app was created'
+ description: '_t__ApiAppResponse::CREATED_AT'
type: integer
domains:
- description: 'The domain name(s) associated with the app'
+ description: '_t__ApiAppResponse::DOMAINS'
type: array
items:
type: string
name:
- description: 'The name of the app'
+ description: '_t__ApiAppResponse::NAME'
type: string
is_approved:
- description: 'Boolean to indicate if the app has been approved'
+ description: '_t__ApiAppResponse::IS_APPROVED'
type: boolean
oauth:
$ref: '#/components/schemas/ApiAppResponseOAuth'
@@ -11665,48 +11601,48 @@ components:
type: object
x-internal-class: true
ApiAppResponseOAuth:
- description: 'An object describing the app''s OAuth properties, or null if OAuth is not configured for the app.'
+ description: '_t__ApiAppResponseOAuth::DESCRIPTION'
properties:
callback_url:
- description: 'The app''s OAuth callback URL.'
+ description: '_t__ApiAppResponseOAuth::CALLBACK_URL'
type: string
secret:
- description: 'The app''s OAuth secret, or null if the app does not belong to user.'
+ description: '_t__ApiAppResponseOAuth::SECRET'
type: string
nullable: true
scopes:
- description: 'Array of OAuth scopes used by the app.'
+ description: '_t__ApiAppResponseOAuth::SCOPES'
type: array
items:
type: string
charges_users:
- description: 'Boolean indicating whether the app owner or the account granting permission is billed for OAuth requests.'
+ description: '_t__ApiAppResponseOAuth::CHARGES_USERS'
type: boolean
type: object
nullable: true
x-internal-class: true
ApiAppResponseOptions:
- description: 'An object with options that override account settings.'
+ description: '_t__ApiAppResponseOptions::DESCRIPTION'
properties:
can_insert_everywhere:
- description: 'Boolean denoting if signers can "Insert Everywhere" in one click while signing a document'
+ description: '_t__ApiAppResponseOptions::CAN_INSERT_EVERYWHERE'
type: boolean
type: object
nullable: true
x-internal-class: true
ApiAppResponseOwnerAccount:
- description: 'An object describing the app''s owner'
+ description: '_t__ApiAppResponseOwnerAccount::DESCRIPTION'
properties:
account_id:
- description: 'The owner account''s ID'
+ description: '_t__ApiAppResponseOwnerAccount::ACCOUNT_ID'
type: string
email_address:
- description: 'The owner account''s email address'
+ description: '_t__ApiAppResponseOwnerAccount::EMAIL_ADDRESS'
type: string
type: object
x-internal-class: true
ApiAppResponseWhiteLabelingOptions:
- description: 'An object with options to customize the app''s signer page'
+ description: '_t__ApiAppResponseWhiteLabelingOptions::DESCRIPTION'
properties:
header_background_color:
type: string
@@ -11740,20 +11676,20 @@ components:
nullable: true
x-internal-class: true
BulkSendJobResponse:
- description: 'Contains information about the BulkSendJob such as when it was created and how many signature requests are queued.'
+ description: '_t__BulkSendJobResponse::DESCRIPTION'
properties:
bulk_send_job_id:
- description: 'The id of the BulkSendJob.'
+ description: '_t__BulkSendJobResponse::BULK_SEND_JOB_ID'
type: string
nullable: true
total:
- description: 'The total amount of Signature Requests queued for sending.'
+ description: '_t__BulkSendJobResponse::TOTAL'
type: integer
is_creator:
- description: 'True if you are the owner of this BulkSendJob, false if it''s been shared with you by a team member.'
+ description: '_t__BulkSendJobResponse::IS_CREATOR'
type: boolean
created_at:
- description: 'Time that the BulkSendJob was created.'
+ description: '_t__BulkSendJobResponse::CREATED_AT'
type: integer
type: object
x-internal-class: true
@@ -11766,49 +11702,49 @@ components:
-
properties:
bulk_send_job_id:
- description: 'The id of the BulkSendJob.'
+ description: '_t__BulkSendJobGetResponseSignatureRequests::BULK_SEND_JOB_ID'
type: string
metadata:
- description: 'The metadata attached to the signature request.'
+ description: '_t__SignatureRequestResponse::METADATA'
type: object
additionalProperties: {}
x-internal-class: true
EmbeddedEditUrlResponseEmbedded:
- description: 'An embedded template object.'
+ description: '_t__EmbeddedEditUrlResponseEmbedded::DESCRIPTION'
properties:
edit_url:
- description: 'A template url that can be opened in an iFrame.'
+ description: '_t__EmbeddedEditUrlResponseEmbedded::EDIT_URL'
type: string
expires_at:
- description: 'The specific time that the the `edit_url` link expires, in epoch.'
+ description: '_t__EmbeddedEditUrlResponseEmbedded::EXPIRES_AT'
type: integer
type: object
x-internal-class: true
EmbeddedSignUrlResponseEmbedded:
- description: 'An object that contains necessary information to set up embedded signing.'
+ description: '_t__EmbeddedSignUrlResponseEmbedded::DESCRIPTION'
properties:
sign_url:
- description: 'A signature url that can be opened in an iFrame.'
+ description: '_t__EmbeddedSignUrlResponseEmbedded::SIGN_URL'
type: string
expires_at:
- description: 'The specific time that the the `sign_url` link expires, in epoch.'
+ description: '_t__EmbeddedSignUrlResponseEmbedded::EXPIRES_AT'
type: integer
type: object
x-internal-class: true
ErrorResponseError:
- description: 'Contains information about an error that occurred.'
+ description: '_t__ErrorResponseError::DESCRIPTION'
required:
- error_msg
- error_name
properties:
error_msg:
- description: 'Message describing an error.'
+ description: '_t__ErrorResponseError::ERROR_MSG'
type: string
error_path:
- description: 'Path at which an error occurred.'
+ description: '_t__ErrorResponseError::ERROR_PATH'
type: string
error_name:
- description: 'Name of the error.'
+ description: '_t__ErrorResponseError::ERROR_NAME'
type: string
type: object
FaxResponse:
@@ -11906,156 +11842,153 @@ components:
type: object
x-internal-class: true
ListInfoResponse:
- description: 'Contains pagination information about the data returned.'
+ description: '_t__ListInfoResponse::DESCRIPTION'
properties:
num_pages:
- description: 'Total number of pages available.'
+ description: '_t__ListInfoResponse::NUM_PAGES'
type: integer
num_results:
- description: 'Total number of objects available.'
+ description: '_t__ListInfoResponse::NUM_RESULTS'
type: integer
nullable: true
page:
- description: 'Number of the page being returned.'
+ description: '_t__ListInfoResponse::PAGE'
type: integer
page_size:
- description: 'Objects returned per page.'
+ description: '_t__ListInfoResponse::PAGE_SIZE'
type: integer
type: object
x-internal-class: true
ReportResponse:
- description: 'Contains information about the report request.'
+ description: '_t__ReportResponse::DESCRIPTION'
properties:
success:
- description: 'A message indicating the requested operation''s success'
+ description: '_t__ReportResponse::SUCCESS'
type: string
start_date:
- description: 'The (inclusive) start date for the report data in MM/DD/YYYY format.'
+ description: '_t__ReportResponse::START_DATE'
type: string
end_date:
- description: 'The (inclusive) end date for the report data in MM/DD/YYYY format.'
+ description: '_t__ReportResponse::END_DATE'
type: string
report_type:
- description: 'The type(s) of the report you are requesting. Allowed values are "user_activity" and "document_status". User activity reports contain list of all users and their activity during the specified date range. Document status report contain a list of signature requests created in the specified time range (and their status).'
+ description: '_t__ReportResponse::REPORT_TYPE'
type: array
items:
enum:
- user_activity
- document_status
+ - sms_activity
type: object
x-internal-class: true
SignatureRequestResponse:
- description: 'Contains information about a signature request.'
+ description: '_t__SignatureRequestResponse::DESCRIPTION'
properties:
test_mode:
- description: 'Whether this is a test signature request. Test requests have no legal value. Defaults to `false`.'
+ description: '_t__SignatureRequestResponse::TEST_MODE'
type: boolean
default: false
signature_request_id:
- description: 'The id of the SignatureRequest.'
+ description: '_t__SignatureRequestResponse::SIGNATURE_REQUEST_ID'
type: string
requester_email_address:
- description: 'The email address of the initiator of the SignatureRequest.'
+ description: '_t__SignatureRequestResponse::REQUESTER_EMAIL_ADDRESS'
type: string
nullable: true
title:
- description: 'The title the specified Account uses for the SignatureRequest.'
+ description: '_t__SignatureRequestResponse::TITLE'
type: string
original_title:
- description: 'Default Label for account.'
+ description: '_t__SignatureRequestResponse::ORIGINAL_TITLE'
type: string
subject:
- description: 'The subject in the email that was initially sent to the signers.'
+ description: '_t__SignatureRequestResponse::SUBJECT'
type: string
nullable: true
message:
- description: 'The custom message in the email that was initially sent to the signers.'
+ description: '_t__SignatureRequestResponse::MESSAGE'
type: string
nullable: true
metadata:
- description: 'The metadata attached to the signature request.'
+ description: '_t__SignatureRequestResponse::METADATA'
type: object
additionalProperties: {}
created_at:
- description: 'Time the signature request was created.'
+ description: '_t__SignatureRequestResponse::CREATED_AT'
type: integer
expires_at:
- description: 'The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.'
+ description: '_t__SignatureRequestResponse::EXPIRES_AT'
type: integer
nullable: true
is_complete:
- description: 'Whether or not the SignatureRequest has been fully executed by all signers.'
+ description: '_t__SignatureRequestResponse::IS_COMPLETE'
type: boolean
is_declined:
- description: 'Whether or not the SignatureRequest has been declined by a signer.'
+ description: '_t__SignatureRequestResponse::IS_DECLINED'
type: boolean
has_error:
- description: 'Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings).'
+ description: '_t__SignatureRequestResponse::HAS_ERROR'
type: boolean
files_url:
- description: 'The URL where a copy of the request''s documents can be downloaded.'
+ description: '_t__SignatureRequestResponse::FILES_URL'
type: string
signing_url:
- description: 'The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing.'
+ description: '_t__SignatureRequestResponse::SIGNING_URL'
type: string
nullable: true
details_url:
- description: 'The URL where the requester and the signers can view the current status of the SignatureRequest.'
+ description: '_t__SignatureRequestResponse::DETAILS_URL'
type: string
cc_email_addresses:
- description: 'A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed.'
+ description: '_t__SignatureRequestResponse::CC_EMAIL_ADDRESSES'
type: array
items:
type: string
signing_redirect_url:
- description: 'The URL you want the signer redirected to after they successfully sign.'
+ description: '_t__SignatureRequestResponse::SIGNING_REDIRECT_URL'
type: string
nullable: true
final_copy_uri:
- description: 'The path where the completed document can be downloaded'
+ description: '_t__SignatureRequestResponse::FINAL_COPY_URI'
type: string
nullable: true
template_ids:
- description: 'Templates IDs used in this SignatureRequest (if any).'
+ description: '_t__SignatureRequestResponse::TEMPLATE_IDS'
type: array
items:
type: string
nullable: true
custom_fields:
- description: |-
- An array of Custom Field objects containing the name and type of each custom field.
-
- * Text Field uses `SignatureRequestResponseCustomFieldText`
- * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`
+ description: '_t__SignatureRequestResponseCustomField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseCustomFieldBase'
nullable: true
attachments:
- description: 'Signer attachments.'
+ description: '_t__SignatureRequestResponseAttachment::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
nullable: true
response_data:
- description: 'An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers.'
+ description: '_t__SignatureRequestResponseData::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseDataBase'
nullable: true
signatures:
- description: 'An array of signature objects, 1 for each signer.'
+ description: '_t__SignatureRequestResponseSignatures::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseSignatures'
bulk_send_job_id:
- description: 'The ID of the Bulk Send job which sent the signature request, if applicable.'
+ description: '_t__SignatureRequestResponse::BULK_SEND_JOB_ID'
type: string
nullable: true
type: object
x-internal-class: true
SignatureRequestResponseAttachment:
- description: 'Signer attachments.'
+ description: '_t__SignatureRequestResponseAttachment::DESCRIPTION'
required:
- id
- signer
@@ -12063,52 +11996,48 @@ components:
- required
properties:
id:
- description: 'The unique ID for this attachment.'
+ description: '_t__SignatureRequestResponseAttachment::ID'
type: string
signer:
- description: 'The Signer this attachment is assigned to.'
+ description: '_t__SignatureRequestResponseAttachment::SIGNER'
type: string
x-int-or-string: true
name:
- description: 'The name of this attachment.'
+ description: '_t__SignatureRequestResponseAttachment::NAME'
type: string
required:
- description: 'A boolean value denoting if this attachment is required.'
+ description: '_t__SignatureRequestResponseAttachment::REQUIRED'
type: boolean
instructions:
- description: 'Instructions for Signer.'
+ description: '_t__SignatureRequestResponseAttachment::INSTRUCTIONS'
type: string
nullable: true
uploaded_at:
- description: 'Timestamp when attachment was uploaded by Signer.'
+ description: '_t__SignatureRequestResponseAttachment::UPLOADED_AT'
type: integer
nullable: true
type: object
x-internal-class: true
SignatureRequestResponseCustomFieldBase:
- description: |-
- An array of Custom Field objects containing the name and type of each custom field.
-
- * Text Field uses `SignatureRequestResponseCustomFieldText`
- * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`
+ description: '_t__SignatureRequestResponseCustomField::DESCRIPTION'
required:
- name
- type
properties:
type:
- description: 'The type of this Custom Field. Only ''text'' and ''checkbox'' are currently supported.'
+ description: '_t__SignatureRequestResponseCustomField::TYPE'
type: string
name:
- description: 'The name of the Custom Field.'
+ description: '_t__SignatureRequestResponseCustomField::NAME'
type: string
required:
- description: 'A boolean value denoting if this field is required.'
+ description: '_t__SignatureRequestResponseCustomField::REQUIRED'
type: boolean
api_id:
- description: 'The unique ID for this field.'
+ description: '_t__SignatureRequestResponseCustomField::API_ID'
type: string
editor:
- description: 'The name of the Role that is able to edit this field.'
+ description: '_t__SignatureRequestResponseCustomField::EDITOR'
type: string
nullable: true
type: object
@@ -12120,7 +12049,7 @@ components:
x-internal-class: true
x-base-class: true
SignatureRequestResponseCustomFieldCheckbox:
- description: 'This class extends `SignatureRequestResponseCustomFieldBase`.'
+ description: '_t__SignatureRequestResponseCustomField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12129,15 +12058,15 @@ components:
-
properties:
type:
- description: 'The type of this Custom Field. Only ''text'' and ''checkbox'' are currently supported.'
+ description: '_t__SignatureRequestResponseCustomField::TYPE'
type: string
default: checkbox
value:
- description: 'A true/false for checkbox fields'
+ description: '_t__SignatureRequestResponseCustomField::VALUE_CHECKBOX'
type: boolean
type: object
SignatureRequestResponseCustomFieldText:
- description: 'This class extends `SignatureRequestResponseCustomFieldBase`.'
+ description: '_t__SignatureRequestResponseCustomField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12146,11 +12075,11 @@ components:
-
properties:
type:
- description: 'The type of this Custom Field. Only ''text'' and ''checkbox'' are currently supported.'
+ description: '_t__SignatureRequestResponseCustomField::TYPE'
type: string
default: text
value:
- description: 'A text string for text fields'
+ description: '_t__SignatureRequestResponseCustomField::VALUE_TEXT'
type: string
type: object
SignatureRequestResponseCustomFieldTypeEnum:
@@ -12159,19 +12088,19 @@ components:
- text
- checkbox
SignatureRequestResponseDataBase:
- description: 'An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers.'
+ description: '_t__SignatureRequestResponseData::DESCRIPTION'
properties:
api_id:
- description: 'The unique ID for this field.'
+ description: '_t__SignatureRequestResponseData::API_ID'
type: string
signature_id:
- description: 'The ID of the signature to which this response is linked.'
+ description: '_t__SignatureRequestResponseData::SIGNATURE_ID'
type: string
name:
- description: 'The name of the form field.'
+ description: '_t__SignatureRequestResponseData::NAME'
type: string
required:
- description: 'A boolean value denoting if this field is required.'
+ description: '_t__SignatureRequestResponseData::REQUIRED'
type: boolean
type:
type: string
@@ -12209,11 +12138,11 @@ components:
-
properties:
type:
- description: 'A yes/no checkbox'
+ description: '_t__SignatureRequestResponseDataValue::CHECKBOX_TYPE'
type: string
default: checkbox
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: boolean
type: object
SignatureRequestResponseDataValueCheckboxMerge:
@@ -12223,11 +12152,11 @@ components:
-
properties:
type:
- description: 'A checkbox field that has default value set by the api'
+ description: '_t__SignatureRequestResponseDataValue::CHECKBOXMERGE_TYPE'
type: string
default: checkbox-merge
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseDataValueDateSigned:
@@ -12237,11 +12166,11 @@ components:
-
properties:
type:
- description: 'A date'
+ description: '_t__SignatureRequestResponseDataValue::DATESIGNED_TYPE'
type: string
default: date_signed
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseDataValueDropdown:
@@ -12251,11 +12180,11 @@ components:
-
properties:
type:
- description: 'An input field for dropdowns'
+ description: '_t__SignatureRequestResponseDataValue::DROPDOWN_TYPE'
type: string
default: dropdown
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseDataValueInitials:
@@ -12265,14 +12194,14 @@ components:
-
properties:
type:
- description: 'An input field for initials'
+ description: '_t__SignatureRequestResponseDataValue::INITIAL_TYPE'
type: string
default: initials
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
is_signed:
- description: 'This field contains the boolean true if the field is signed.'
+ description: '_t__SignatureRequestResponseDataValue::IS_SIGNED'
type: boolean
nullable: true
type: object
@@ -12283,11 +12212,11 @@ components:
-
properties:
type:
- description: 'An input field for radios'
+ description: '_t__SignatureRequestResponseDataValue::RADIO_TYPE'
type: string
default: radio
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: boolean
type: object
SignatureRequestResponseDataValueSignature:
@@ -12297,14 +12226,14 @@ components:
-
properties:
type:
- description: 'A signature input field'
+ description: '_t__SignatureRequestResponseDataValue::SIGNATURE_TYPE'
type: string
default: signature
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
is_signed:
- description: 'This field contains the boolean true if the field is signed.'
+ description: '_t__SignatureRequestResponseDataValue::IS_SIGNED'
type: boolean
nullable: true
type: object
@@ -12315,11 +12244,11 @@ components:
-
properties:
type:
- description: 'A text input field'
+ description: '_t__SignatureRequestResponseDataValue::TEXT_TYPE'
type: string
default: text
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseDataValueTextMerge:
@@ -12329,107 +12258,107 @@ components:
-
properties:
type:
- description: 'A text field that has default text set by the api'
+ description: '_t__SignatureRequestResponseDataValue::TEXTMERGE_TYPE'
type: string
default: text-merge
value:
- description: 'The value of the form field.'
+ description: '_t__SignatureRequestResponseDataValue::VALUE'
type: string
type: object
SignatureRequestResponseSignatures:
- description: 'An array of signature objects, 1 for each signer.'
+ description: '_t__SignatureRequestResponseSignatures::DESCRIPTION'
properties:
signature_id:
- description: 'Signature identifier.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNATURE_ID'
type: string
signer_group_guid:
- description: 'Signer Group GUID'
+ description: '_t__SignatureRequestResponseSignatures::SIGNER_GROUP_GUID'
type: string
nullable: true
signer_email_address:
- description: 'The email address of the signer.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNER_EMAIL_ADDRESS'
type: string
signer_name:
- description: 'The name of the signer.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNER_NAME'
type: string
nullable: true
signer_role:
- description: 'The role of the signer.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNER_ROLE'
type: string
nullable: true
order:
- description: 'If signer order is assigned this is the 0-based index for this signer.'
+ description: '_t__SignatureRequestResponseSignatures::ORDER'
type: integer
nullable: true
status_code:
- description: 'The current status of the signature. eg: awaiting_signature, signed, declined.'
+ description: '_t__SignatureRequestResponseSignatures::STATUS_CODE'
type: string
decline_reason:
- description: 'The reason provided by the signer for declining the request.'
+ description: '_t__SignatureRequestResponseSignatures::DECLINE_REASON'
type: string
nullable: true
signed_at:
- description: 'Time that the document was signed or null.'
+ description: '_t__SignatureRequestResponseSignatures::SIGNED_AT'
type: integer
nullable: true
last_viewed_at:
- description: 'The time that the document was last viewed by this signer or null.'
+ description: '_t__SignatureRequestResponseSignatures::LAST_VIEWED_AT'
type: integer
nullable: true
last_reminded_at:
- description: 'The time the last reminder email was sent to the signer or null.'
+ description: '_t__SignatureRequestResponseSignatures::LAST_REMINDED_AT'
type: integer
nullable: true
has_pin:
- description: 'Boolean to indicate whether this signature requires a PIN to access.'
+ description: '_t__SignatureRequestResponseSignatures::HAS_PIN'
type: boolean
has_sms_auth:
- description: 'Boolean to indicate whether this signature has SMS authentication enabled.'
+ description: '_t__SignatureRequestResponseSignatures::HAS_SMS_AUTH'
type: boolean
nullable: true
has_sms_delivery:
- description: 'Boolean to indicate whether this signature has SMS delivery enabled.'
+ description: '_t__SignatureRequestResponseSignatures::HAS_SMS_DELIVERY'
type: boolean
nullable: true
sms_phone_number:
- description: 'The SMS phone number used for authentication or signature request delivery.'
+ description: '_t__SignatureRequestResponseSignatures::SMS_PHONE_NUMBER'
type: string
nullable: true
reassigned_by:
- description: 'Email address of original signer who reassigned to this signer.'
+ description: '_t__SignatureRequestResponseSignatures::REASSIGNED_BY'
type: string
nullable: true
reassignment_reason:
- description: 'Reason provided by original signer who reassigned to this signer.'
+ description: '_t__SignatureRequestResponseSignatures::REASSIGNMENT_REASON'
type: string
nullable: true
reassigned_from:
- description: 'Previous signature identifier.'
+ description: '_t__SignatureRequestResponseSignatures::REASSIGNED_FROM'
type: string
nullable: true
error:
- description: 'Error message pertaining to this signer, or null.'
+ description: '_t__SignatureRequestResponseSignatures::ERROR'
type: string
nullable: true
type: object
x-internal-class: true
TeamResponse:
- description: 'Contains information about your team and its members'
+ description: '_t__TeamResponse::DESCRIPTION'
properties:
name:
- description: 'The name of your Team'
+ description: '_t__Team::NAME'
type: string
accounts:
type: array
items:
$ref: '#/components/schemas/AccountResponse'
invited_accounts:
- description: 'A list of all Accounts that have an outstanding invitation to join your Team. Note that this response is a subset of the response parameters found in `GET /account`.'
+ description: '_t__Team::INVITED_ACCOUNTS'
type: array
items:
$ref: '#/components/schemas/AccountResponse'
invited_emails:
- description: 'A list of email addresses that have an outstanding invitation to join your Team and do not yet have a Dropbox Sign account.'
+ description: '_t__Team::INVITED_EMAILS'
type: array
items:
type: string
@@ -12438,18 +12367,18 @@ components:
TeamInfoResponse:
properties:
team_id:
- description: 'The id of a team'
+ description: '_t__TeamGeneral::TEAM_ID'
type: string
team_parent:
$ref: '#/components/schemas/TeamParentResponse'
name:
- description: 'The name of a team'
+ description: '_t__TeamGeneral::NAME'
type: string
num_members:
- description: 'Number of members within a team'
+ description: '_t__TeamGeneral::NUM_MEMBERS'
type: integer
num_sub_teams:
- description: 'Number of sub teams within a team'
+ description: '_t__TeamGeneral::NUM_SUB_TEAMS'
type: integer
type: object
x-internal-class: true
@@ -12492,10 +12421,10 @@ components:
description: 'Information about the parent team if a team has one, set to `null` otherwise.'
properties:
team_id:
- description: 'The id of a team'
+ description: '_t__TeamGeneral::TEAM_ID'
type: string
name:
- description: 'The name of a team'
+ description: '_t__TeamGeneral::NAME'
type: string
type: object
nullable: true
@@ -12503,84 +12432,81 @@ components:
SubTeamResponse:
properties:
team_id:
- description: 'The id of a team'
+ description: '_t__TeamGeneral::TEAM_ID'
type: string
name:
- description: 'The name of a team'
+ description: '_t__TeamGeneral::NAME'
type: string
type: object
x-internal-class: true
TemplateResponse:
- description: 'Contains information about the templates you and your team have created.'
+ description: '_t__TemplateResponse::DESCRIPTION'
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
title:
- description: 'The title of the Template. This will also be the default subject of the message sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest.'
+ description: '_t__TemplateResponse::TITLE'
type: string
message:
- description: 'The default message that will be sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest.'
+ description: '_t__TemplateResponse::MESSAGE'
type: string
updated_at:
- description: 'Time the template was last updated.'
+ description: '_t__TemplateResponse::UPDATED_AT'
type: integer
is_embedded:
- description: '`true` if this template was created using an embedded flow, `false` if it was created on our website. Will be `null` when you are not the creator of the Template.'
+ description: '_t__TemplateResponse::IS_EMBEDDED'
type: boolean
nullable: true
is_creator:
- description: '`true` if you are the owner of this template, `false` if it''s been shared with you by a team member.'
+ description: '_t__TemplateResponse::IS_CREATOR'
type: boolean
can_edit:
- description: 'Indicates whether edit rights have been granted to you by the owner (always `true` if that''s you).'
+ description: '_t__TemplateResponse::CAN_EDIT'
type: boolean
is_locked:
- description: |-
- Indicates whether the template is locked.
- If `true`, then the template was created outside your quota and can only be used in `test_mode`.
- If `false`, then the template is within your quota and can be used to create signature requests.
+ description: '_t__TemplateResponse::IS_LOCKED'
type: boolean
metadata:
- description: 'The metadata attached to the template.'
+ description: '_t__TemplateResponse::METADATA'
type: object
additionalProperties: {}
signer_roles:
- description: 'An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template.'
+ description: '_t__TemplateResponse::SIGNER_ROLES'
type: array
items:
$ref: '#/components/schemas/TemplateResponseSignerRole'
cc_roles:
- description: 'An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template.'
+ description: '_t__TemplateResponse::CC_ROLES'
type: array
items:
$ref: '#/components/schemas/TemplateResponseCCRole'
documents:
- description: 'An array describing each document associated with this Template. Includes form field data for each document.'
+ description: '_t__TemplateResponse::DOCUMENTS'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocument'
custom_fields:
- description: 'Deprecated. Use `custom_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead.'
+ description: '_t__TemplateResponseCustomField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentCustomFieldBase'
nullable: true
deprecated: true
named_form_fields:
- description: 'Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead.'
+ description: '_t__TemplateResponseNamedFormField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentFormFieldBase'
nullable: true
deprecated: true
accounts:
- description: 'An array of the Accounts that can use this Template.'
+ description: '_t__TemplateResponse::ACCOUNTS'
type: array
items:
$ref: '#/components/schemas/TemplateResponseAccount'
attachments:
- description: 'Signer attachments.'
+ description: '_t__SignatureRequestResponseAttachment::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
@@ -12589,62 +12515,62 @@ components:
TemplateResponseAccount:
properties:
account_id:
- description: 'The id of the Account.'
+ description: '_t__TemplateResponseAccount::ACCOUNT_ID'
type: string
email_address:
- description: 'The email address associated with the Account.'
+ description: '_t__TemplateResponseAccount::EMAIL_ADDRESS'
type: string
is_locked:
- description: 'Returns `true` if the user has been locked out of their account by a team admin.'
+ description: '_t__TemplateResponseAccount::IS_LOCKED'
type: boolean
is_paid_hs:
- description: 'Returns `true` if the user has a paid Dropbox Sign account.'
+ description: '_t__TemplateResponseAccount::IS_PAID_HS'
type: boolean
is_paid_hf:
- description: 'Returns `true` if the user has a paid HelloFax account.'
+ description: '_t__TemplateResponseAccount::IS_PAID_HF'
type: boolean
quotas:
$ref: '#/components/schemas/TemplateResponseAccountQuota'
type: object
x-internal-class: true
TemplateResponseAccountQuota:
- description: 'An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template.'
+ description: '_t__TemplateResponseAccountQuota::DESCRIPTION'
properties:
templates_left:
- description: 'API templates remaining.'
+ description: '_t__TemplateResponseAccountQuota::TEMPLATES_LEFT'
type: integer
api_signature_requests_left:
- description: 'API signature requests remaining.'
+ description: '_t__TemplateResponseAccountQuota::API_SIGNATURE_REQUESTS_LEFT'
type: integer
documents_left:
- description: 'Signature requests remaining.'
+ description: '_t__TemplateResponseAccountQuota::DOCUMENTS_LEFT'
type: integer
sms_verifications_left:
- description: 'SMS verifications remaining.'
+ description: '_t__TemplateResponseAccountQuota::SMS_VERIFICATIONS_LEFT'
type: integer
type: object
x-internal-class: true
TemplateResponseCCRole:
properties:
name:
- description: 'The name of the Role.'
+ description: '_t__TemplateResponseCCRole::NAME'
type: string
type: object
x-internal-class: true
TemplateCreateEmbeddedDraftResponseTemplate:
- description: 'Template object with parameters: `template_id`, `edit_url`, `expires_at`.'
+ description: '_t__TemplateCreateEmbeddedDraftResponseTemplate::DESCRIPTION'
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
edit_url:
- description: 'Link to edit the template.'
+ description: '_t__TemplateCreateEmbeddedDraftResponseTemplate::EDIT_URL'
type: string
expires_at:
- description: 'When the link expires.'
+ description: '_t__TemplateCreateEmbeddedDraftResponseTemplate::EXPIRES_AT'
type: integer
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -12652,78 +12578,78 @@ components:
type: object
x-internal-class: true
TemplateCreateResponseTemplate:
- description: 'Template object with parameters: `template_id`.'
+ description: '_t__TemplateCreateResponseTemplate::DESCRIPTION'
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
type: object
x-internal-class: true
TemplateResponseDocument:
properties:
name:
- description: 'Name of the associated file.'
+ description: '_t__TemplateResponseDocument::NAME'
type: string
index:
- description: 'Document ordering, the lowest index is displayed first and the highest last (0-based indexing).'
+ description: '_t__TemplateResponseDocument::INDEX'
type: integer
field_groups:
- description: 'An array of Form Field Group objects.'
+ description: '_t__TemplateResponseDocument::FIELD_GROUPS'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentFieldGroup'
form_fields:
- description: 'An array of Form Field objects containing the name and type of each named field.'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentFormFieldBase'
custom_fields:
- description: 'An array of Form Field objects containing the name and type of each named field.'
+ description: '_t__TemplateResponseDocumentCustomField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentCustomFieldBase'
static_fields:
- description: 'An array describing static overlay fields. **NOTE:** Only available for certain subscriptions.'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponseDocumentStaticFieldBase'
type: object
x-internal-class: true
TemplateResponseDocumentCustomFieldBase:
- description: 'An array of Form Field objects containing the name and type of each named field.'
+ description: '_t__TemplateResponseDocumentCustomField::DESCRIPTION'
required:
- type
properties:
api_id:
- description: 'The unique ID for this field.'
+ description: '_t__TemplateResponseDocumentCustomField::API_ID'
type: string
name:
- description: 'The name of the Custom Field.'
+ description: '_t__TemplateResponseDocumentCustomField::NAME'
type: string
type:
type: string
signer:
- description: 'The signer of the Custom Field. Can be `null` if field is a merge field (assigned to Sender).'
+ description: '_t__TemplateResponseDocumentCustomField::SIGNER'
type: string
nullable: true
x-int-or-string: true
x:
- description: 'The horizontal offset in pixels for this form field.'
+ description: '_t__TemplateResponseDocumentCustomField::X'
type: integer
'y':
- description: 'The vertical offset in pixels for this form field.'
+ description: '_t__TemplateResponseDocumentCustomField::Y'
type: integer
width:
- description: 'The width in pixels of this form field.'
+ description: '_t__TemplateResponseDocumentCustomField::WIDTH'
type: integer
height:
- description: 'The height in pixels of this form field.'
+ description: '_t__TemplateResponseDocumentCustomField::HEIGHT'
type: integer
required:
- description: 'Boolean showing whether or not this field is required.'
+ description: '_t__TemplateResponseDocumentStaticField::REQUIRED'
type: boolean
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null`.'
+ description: '_t__TemplateResponseDocumentCustomField::GROUP'
type: string
nullable: true
type: object
@@ -12735,7 +12661,7 @@ components:
x-internal-class: true
x-base-class: true
TemplateResponseDocumentCustomFieldCheckbox:
- description: 'This class extends `TemplateResponseDocumentCustomFieldBase`'
+ description: '_t__TemplateResponseDocumentCustomField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12744,16 +12670,12 @@ components:
-
properties:
type:
- description: |-
- The type of this Custom Field. Only `text` and `checkbox` are currently supported.
-
- * Text uses `TemplateResponseDocumentCustomFieldText`
- * Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox`
+ description: '_t__TemplateResponseDocumentCustomField::TYPE'
type: string
default: checkbox
type: object
TemplateResponseDocumentCustomFieldText:
- description: 'This class extends `TemplateResponseDocumentCustomFieldBase`'
+ description: '_t__TemplateResponseDocumentCustomField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12762,81 +12684,72 @@ components:
-
properties:
type:
- description: |-
- The type of this Custom Field. Only `text` and `checkbox` are currently supported.
-
- * Text uses `TemplateResponseDocumentCustomFieldText`
- * Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox`
+ description: '_t__TemplateResponseDocumentCustomField::TYPE'
type: string
default: text
avg_text_length:
$ref: '#/components/schemas/TemplateResponseFieldAvgTextLength'
isMultiline:
- description: 'Whether this form field is multiline text.'
+ description: '_t__TemplateResponseDocumentCustomField::IS_MULTILINE'
type: boolean
originalFontSize:
- description: 'Original font size used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentCustomField::ORIGINAL_FONT_SIZE'
type: integer
fontFamily:
- description: 'Font family used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentCustomField::FONT_FAMILY'
type: string
type: object
TemplateResponseDocumentFieldGroup:
properties:
name:
- description: 'The name of the form field group.'
+ description: '_t__TemplateResponseDocumentFieldGroup::NAME'
type: string
rule:
$ref: '#/components/schemas/TemplateResponseDocumentFieldGroupRule'
type: object
x-internal-class: true
TemplateResponseDocumentFieldGroupRule:
- description: 'The rule used to validate checkboxes in the form field group. See [checkbox field grouping](/api/reference/constants/#checkbox-field-grouping).'
+ description: '_t__TemplateResponseDocumentFieldGroup::RULE'
properties:
requirement:
- description: |-
- Examples: `require_0-1` `require_1` `require_1-ormore`
-
- - Check out the list of [acceptable `requirement` checkbox type values](/api/reference/constants/#checkbox-field-grouping).
- - Check out the list of [acceptable `requirement` radio type fields](/api/reference/constants/#radio-field-grouping).
- - Radio groups require **at least** two fields per group.
+ description: '_t__TemplateResponseDocumentFieldGroupRule::REQUIREMENT'
type: string
groupLabel:
- description: 'Name of the group'
+ description: '_t__TemplateResponseDocumentFieldGroupRule::GROUP_LABEL'
type: string
type: object
x-internal-class: true
TemplateResponseDocumentFormFieldBase:
- description: 'An array of Form Field objects containing the name and type of each named field.'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION'
required:
- type
properties:
api_id:
- description: 'A unique id for the form field.'
+ description: '_t__TemplateResponseDocumentFormField::API_ID'
type: string
name:
- description: 'The name of the form field.'
+ description: '_t__TemplateResponseDocumentFormField::NAME'
type: string
type:
type: string
signer:
- description: 'The signer of the Form Field.'
+ description: '_t__TemplateResponseDocumentFormField::SIGNER'
type: string
x-int-or-string: true
x:
- description: 'The horizontal offset in pixels for this form field.'
+ description: '_t__TemplateResponseDocumentFormField::X'
type: integer
'y':
- description: 'The vertical offset in pixels for this form field.'
+ description: '_t__TemplateResponseDocumentFormField::Y'
type: integer
width:
- description: 'The width in pixels of this form field.'
+ description: '_t__TemplateResponseDocumentFormField::WIDTH'
type: integer
height:
- description: 'The height in pixels of this form field.'
+ description: '_t__TemplateResponseDocumentFormField::HEIGHT'
type: integer
required:
- description: 'Boolean showing whether or not this field is required.'
+ description: '_t__TemplateResponseDocumentFormField::REQUIRED'
type: boolean
type: object
discriminator:
@@ -12853,7 +12766,7 @@ components:
x-internal-class: true
x-base-class: true
TemplateResponseDocumentFormFieldCheckbox:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12862,26 +12775,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: checkbox
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldDateSigned:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12890,26 +12793,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: date_signed
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldDropdown:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12918,26 +12811,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: dropdown
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldHyperlink:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12946,37 +12829,27 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: hyperlink
avg_text_length:
$ref: '#/components/schemas/TemplateResponseFieldAvgTextLength'
isMultiline:
- description: 'Whether this form field is multiline text.'
+ description: '_t__TemplateResponseDocumentFormField::IS_MULTILINE'
type: boolean
originalFontSize:
- description: 'Original font size used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentFormField::ORIGINAL_FONT_SIZE'
type: integer
fontFamily:
- description: 'Font family used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentFormField::FONT_FAMILY'
type: string
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldInitials:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -12985,26 +12858,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: initials
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldRadio:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
- group
@@ -13014,25 +12877,15 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: radio
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
type: object
TemplateResponseDocumentFormFieldSignature:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13041,26 +12894,16 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: signature
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentFormFieldText:
- description: 'This class extends `TemplateResponseDocumentFormFieldBase`'
+ description: '_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13069,32 +12912,22 @@ components:
-
properties:
type:
- description: |-
- The type of this form field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentFormFieldText`
- * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentFormFieldRadio`
- * Signature Field uses `TemplateResponseDocumentFormFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentFormFieldInitials`
+ description: '_t__TemplateResponseDocumentFormField::TYPE'
type: string
default: text
avg_text_length:
$ref: '#/components/schemas/TemplateResponseFieldAvgTextLength'
isMultiline:
- description: 'Whether this form field is multiline text.'
+ description: '_t__TemplateResponseDocumentFormField::IS_MULTILINE'
type: boolean
originalFontSize:
- description: 'Original font size used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentFormField::ORIGINAL_FONT_SIZE'
type: integer
fontFamily:
- description: 'Font family used in this form field''s text.'
+ description: '_t__TemplateResponseDocumentFormField::FONT_FAMILY'
type: string
validation_type:
- description: 'Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values.'
+ description: '_t__TemplateResponseDocumentFormField::VALIDATION_TYPE'
type: string
enum:
- numbers_only
@@ -13109,52 +12942,52 @@ components:
- custom_regex
nullable: true
validation_custom_regex:
- description: 'When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field.'
+ description: '_t__TemplateResponseDocumentFormField::CUSTOM_REGEX'
type: string
nullable: true
validation_custom_regex_format_label:
- description: 'When `validation_type` is set to `custom_regex`, this specifies the error message displayed to the signer when the text does not match the provided regex pattern.'
+ description: '_t__TemplateResponseDocumentFormField::CUSTOM_REGEX_LABEL'
type: string
nullable: true
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
+ description: '_t__TemplateResponseDocumentFormField::GROUP'
type: string
nullable: true
type: object
TemplateResponseDocumentStaticFieldBase:
- description: 'An array describing static overlay fields. **NOTE:** Only available for certain subscriptions.'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION'
required:
- type
properties:
api_id:
- description: 'A unique id for the static field.'
+ description: '_t__TemplateResponseDocumentStaticField::API_ID'
type: string
name:
- description: 'The name of the static field.'
+ description: '_t__TemplateResponseDocumentStaticField::NAME'
type: string
type:
type: string
signer:
- description: 'The signer of the Static Field.'
+ description: '_t__TemplateResponseDocumentStaticField::SIGNER'
type: string
default: me_now
x:
- description: 'The horizontal offset in pixels for this static field.'
+ description: '_t__TemplateResponseDocumentStaticField::X'
type: integer
'y':
- description: 'The vertical offset in pixels for this static field.'
+ description: '_t__TemplateResponseDocumentStaticField::Y'
type: integer
width:
- description: 'The width in pixels of this static field.'
+ description: '_t__TemplateResponseDocumentStaticField::WIDTH'
type: integer
height:
- description: 'The height in pixels of this static field.'
+ description: '_t__TemplateResponseDocumentStaticField::HEIGHT'
type: integer
required:
- description: 'Boolean showing whether or not this field is required.'
+ description: '_t__TemplateResponseDocumentStaticField::REQUIRED'
type: boolean
group:
- description: 'The name of the group this field is in. If this field is not a group, this defaults to `null`.'
+ description: '_t__TemplateResponseDocumentStaticField::GROUP'
type: string
nullable: true
type: object
@@ -13172,7 +13005,7 @@ components:
x-internal-class: true
x-base-class: true
TemplateResponseDocumentStaticFieldCheckbox:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13181,22 +13014,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: checkbox
type: object
TemplateResponseDocumentStaticFieldDateSigned:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13205,22 +13028,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: date_signed
type: object
TemplateResponseDocumentStaticFieldDropdown:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13229,22 +13042,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: dropdown
type: object
TemplateResponseDocumentStaticFieldHyperlink:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13253,22 +13056,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: hyperlink
type: object
TemplateResponseDocumentStaticFieldInitials:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13277,22 +13070,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: initials
type: object
TemplateResponseDocumentStaticFieldRadio:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13301,22 +13084,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: radio
type: object
TemplateResponseDocumentStaticFieldSignature:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13325,22 +13098,12 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: signature
type: object
TemplateResponseDocumentStaticFieldText:
- description: 'This class extends `TemplateResponseDocumentStaticFieldBase`'
+ description: '_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS'
required:
- type
allOf:
@@ -13349,49 +13112,39 @@ components:
-
properties:
type:
- description: |-
- The type of this static field. See [field types](/api/reference/constants/#field-types).
-
- * Text Field uses `TemplateResponseDocumentStaticFieldText`
- * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
- * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
- * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
- * Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
- * Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
- * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
- * Initials Field uses `TemplateResponseDocumentStaticFieldInitials`
+ description: '_t__TemplateResponseDocumentStaticField::TYPE'
type: string
default: text
type: object
TemplateResponseFieldAvgTextLength:
- description: 'Average text length in this field.'
+ description: '_t__TemplateResponseFieldAvgTextLength::DESCRIPTION'
properties:
num_lines:
- description: 'Number of lines.'
+ description: '_t__TemplateResponseFieldAvgTextLength::NUM_LINES'
type: integer
num_chars_per_line:
- description: 'Number of characters per line.'
+ description: '_t__TemplateResponseFieldAvgTextLength::NUM_CHARS_PER_LINE'
type: integer
type: object
x-internal-class: true
TemplateResponseSignerRole:
properties:
name:
- description: 'The name of the Role.'
+ description: '_t__TemplateResponseSignerRole::NAME'
type: string
order:
- description: 'If signer order is assigned this is the 0-based index for this role.'
+ description: '_t__TemplateResponseSignerRole::ORDER'
type: integer
type: object
x-internal-class: true
TemplateUpdateFilesResponseTemplate:
- description: 'Contains template id'
+ description: '_t__TemplateUpdateFilesResponseTemplate::DESCRIPTION'
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13399,43 +13152,43 @@ components:
type: object
x-internal-class: true
UnclaimedDraftResponse:
- description: 'A group of documents that a user can take ownership of via the claim URL.'
+ description: '_t__UnclaimedDraftResponse::DESCRIPTION'
properties:
signature_request_id:
- description: 'The ID of the signature request that is represented by this UnclaimedDraft.'
+ description: '_t__UnclaimedDraft::SIGNATURE_REQUEST_ID'
type: string
nullable: true
claim_url:
- description: 'The URL to be used to claim this UnclaimedDraft.'
+ description: '_t__UnclaimedDraft::CLAIM_URL'
type: string
signing_redirect_url:
- description: 'The URL you want signers redirected to after they successfully sign.'
+ description: '_t__UnclaimedDraft::SIGNING_REDIRECT_URL'
type: string
nullable: true
requesting_redirect_url:
- description: 'The URL you want signers redirected to after they successfully request a signature (Will only be returned in the response if it is applicable to the request.).'
+ description: '_t__UnclaimedDraft::REQUESTING_REDIRECT_URL'
type: string
nullable: true
expires_at:
- description: 'When the link expires.'
+ description: '_t__UnclaimedDraft::EXPIRES_AT'
type: integer
nullable: true
test_mode:
- description: 'Whether this is a test draft. Signature requests made from test drafts have no legal value.'
+ description: '_t__UnclaimedDraft::TEST_MODE'
type: boolean
type: object
x-internal-class: true
WarningResponse:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
required:
- warning_msg
- warning_name
properties:
warning_msg:
- description: 'Warning message'
+ description: '_t__WarningResponse::WARNING_MSG'
type: string
warning_name:
- description: 'Warning name'
+ description: '_t__WarningResponse::WARNING_NAME'
type: string
type: object
TeamGetResponse:
@@ -13445,7 +13198,7 @@ components:
team:
$ref: '#/components/schemas/TeamResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13458,7 +13211,7 @@ components:
team:
$ref: '#/components/schemas/TeamInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13522,7 +13275,7 @@ components:
template:
$ref: '#/components/schemas/TemplateCreateResponseTemplate'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13535,7 +13288,7 @@ components:
template:
$ref: '#/components/schemas/TemplateCreateEmbeddedDraftResponseTemplate'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13546,7 +13299,7 @@ components:
- template_id
properties:
template_id:
- description: 'The id of the Template.'
+ description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
type: object
TemplateGetResponse:
@@ -13556,7 +13309,7 @@ components:
template:
$ref: '#/components/schemas/TemplateResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13568,14 +13321,14 @@ components:
- list_info
properties:
templates:
- description: 'List of templates that the API caller has access to.'
+ description: '_t__TemplateListResponse::DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/TemplateResponse'
list_info:
$ref: '#/components/schemas/ListInfoResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13596,7 +13349,7 @@ components:
unclaimed_draft:
$ref: '#/components/schemas/UnclaimedDraftResponse'
warnings:
- description: 'A list of warnings.'
+ description: '_t__WarningResponse::LIST_DESCRIPTION'
type: array
items:
$ref: '#/components/schemas/WarningResponse'
@@ -13617,17 +13370,17 @@ components:
$ref: '#/components/schemas/TemplateResponse'
type: object
EventCallbackRequestEvent:
- description: 'Basic information about the event that occurred.'
+ description: '_t__EventCallbackRequestEvent::DESCRIPTION'
required:
- event_time
- event_type
- event_hash
properties:
event_time:
- description: 'Time the event was created (using Unix time).'
+ description: '_t__EventCallbackRequestEvent::EVENT_TIME'
type: string
event_type:
- description: 'Type of callback event that was triggered.'
+ description: '_t__EventCallbackRequestEvent::EVENT_TYPE'
type: string
enum:
- account_confirmed
@@ -13654,28 +13407,28 @@ components:
- callback_test
- signature_request_signer_removed
event_hash:
- description: 'Generated hash used to verify source of event data.'
+ description: '_t__EventCallbackRequestEvent::EVENT_HASH'
type: string
event_metadata:
$ref: '#/components/schemas/EventCallbackRequestEventMetadata'
type: object
EventCallbackRequestEventMetadata:
- description: 'Specific metadata about the event.'
+ description: '_t__EventCallbackRequestEventMetadata::DESCRIPTION'
properties:
related_signature_id:
- description: 'Signature ID for a specific signer. Applicable to `signature_request_signed` and `signature_request_viewed` events.'
+ description: '_t__EventCallbackRequestEventMetadata::RELATED_SIGNATURE_ID'
type: string
nullable: true
reported_for_account_id:
- description: 'Account ID the event was reported for.'
+ description: '_t__EventCallbackRequestEventMetadata::REPORTED_FOR_ACCOUNT_ID'
type: string
nullable: true
reported_for_app_id:
- description: 'App ID the event was reported for.'
+ description: '_t__EventCallbackRequestEventMetadata::REPORTED_FOR_APP_ID'
type: string
nullable: true
event_message:
- description: 'Message about a declined or failed (due to error) signature flow.'
+ description: '_t__EventCallbackRequestEventMetadata::EVENT_MESSAGE'
type: string
nullable: true
type: object
@@ -13921,87 +13674,87 @@ components:
value:
$ref: examples/json/UnclaimedDraftEditAndResendRequest.json
AccountCreateResponse:
- summary: 'Account Create'
+ summary: '_t__AccountCreateResponseExample::SUMMARY'
value:
$ref: examples/json/AccountCreateResponse.json
AccountCreateOAuthResponse:
- summary: 'Account Create with OAuth Authorization'
+ summary: '_t__AccountCreateOAuthResponseExample::SUMMARY'
value:
$ref: examples/json/AccountCreateOAuthResponse.json
AccountGetResponse:
- summary: 'Account Get'
+ summary: '_t__AccountGetResponseExample::SUMMARY'
value:
$ref: examples/json/AccountGetResponse.json
AccountVerifyFoundResponse:
- summary: 'Account Found'
+ summary: '_t__AccountVerifyFoundResponseExample::SUMMARY'
value:
$ref: examples/json/AccountVerifyFoundResponse.json
AccountVerifyNotFoundResponse:
- summary: 'Account Not Found'
+ summary: '_t__AccountVerifyNotFoundResponseExample::SUMMARY'
value:
$ref: examples/json/AccountVerifyNotFoundResponse.json
ApiAppGetResponse:
- summary: 'API App'
+ summary: '_t__ApiAppGetResponseExample::SUMMARY'
value:
$ref: examples/json/ApiAppGetResponse.json
ApiAppListResponse:
- summary: 'API App List'
+ summary: '_t__ApiAppListResponseExample::SUMMARY'
value:
$ref: examples/json/ApiAppListResponse.json
BulkSendJobGetResponse:
- summary: 'Bulk Send Job'
+ summary: '_t__BulkSendJobGetResponseExample::SUMMARY'
value:
$ref: examples/json/BulkSendJobGetResponse.json
BulkSendJobListResponse:
- summary: 'Bulk Send Job List'
+ summary: '_t__BulkSendJobListResponseExample::SUMMARY'
value:
$ref: examples/json/BulkSendJobListResponse.json
EmbeddedEditUrlResponse:
- summary: 'Embedded Edit URL'
+ summary: '_t__EmbeddedEditUrlResponseExample::SUMMARY'
value:
$ref: examples/json/EmbeddedEditUrlResponse.json
EmbeddedSignUrlResponse:
- summary: 'Embedded Sign URL'
+ summary: '_t__EmbeddedSignUrlResponseExample::SUMMARY'
value:
$ref: examples/json/EmbeddedSignUrlResponse.json
Error400Response:
- summary: 'Error 400 bad_request'
+ summary: '_t__Error::400'
value:
$ref: examples/json/Error400Response.json
Error401Response:
- summary: 'Error 401 unauthorized'
+ summary: '_t__Error::401'
value:
$ref: examples/json/Error401Response.json
Error402Response:
- summary: 'Error 402 payment_required'
+ summary: '_t__Error::402'
value:
$ref: examples/json/Error402Response.json
Error403Response:
- summary: 'Error 403 forbidden'
+ summary: '_t__Error::403'
value:
$ref: examples/json/Error403Response.json
Error404Response:
- summary: 'Error 404 not_found'
+ summary: '_t__Error::404'
value:
$ref: examples/json/Error404Response.json
Error409Response:
- summary: 'Error 409 conflict'
+ summary: '_t__Error::409'
value:
$ref: examples/json/Error409Response.json
Error410Response:
- summary: 'Error 410 deleted'
+ summary: '_t__Error::410'
value:
$ref: examples/json/Error410Response.json
Error422Response:
- summary: 'Error 422 unprocessable_entity'
+ summary: '_t__Error::422'
value:
$ref: examples/json/Error422Response.json
Error429Response:
- summary: 'Error 429 exceeded_rate'
+ summary: '_t__Error::429'
value:
$ref: examples/json/Error429Response.json
Error4XXResponse:
- summary: 'Error 4XX failed_operation'
+ summary: '_t__Error::4XX'
value:
$ref: examples/json/Error4XXResponse.json
FaxGetResponse:
@@ -14025,190 +13778,188 @@ components:
value:
$ref: examples/json/FaxListResponse.json
ReportCreateResponse:
- summary: Report
+ summary: '_t__ReportCreateResponseExample::SUMMARY'
value:
$ref: examples/json/ReportCreateResponse.json
SignatureRequestGetResponse:
- summary: 'Get Signature Request'
+ summary: '_t__SignatureRequestGetResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestGetResponse.json
SignatureRequestListResponse:
- summary: 'List Signature Requests'
+ summary: '_t__SignatureRequestListResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestListResponse.json
AccountUpdateResponse:
- summary: 'Account Update'
+ summary: '_t__AccountUpdateResponseExample::SUMMARY'
value:
$ref: examples/json/AccountUpdateResponse.json
OAuthTokenGenerateResponse:
- summary: 'Retrieving the OAuth token'
+ summary: '_t__OAuthTokenGenerateResponseExample::SUMMARY'
value:
$ref: examples/json/OAuthTokenGenerateResponse.json
OAuthTokenRefreshResponse:
- summary: 'Refresh an existing OAuth token'
+ summary: '_t__OAuthTokenRefreshResponseExample::SUMMARY'
value:
$ref: examples/json/OAuthTokenRefreshResponse.json
ApiAppCreateResponse:
- summary: 'API App'
+ summary: '_t__ApiAppCreateResponseExample::SUMMARY'
value:
$ref: examples/json/ApiAppCreateResponse.json
ApiAppUpdateResponse:
- summary: 'API App Update'
+ summary: '_t__ApiAppUpdateResponseExample::SUMMARY'
value:
$ref: examples/json/ApiAppUpdateResponse.json
SignatureRequestCreateEmbeddedResponse:
- summary: 'Create Embedded Signature Request'
+ summary: '_t__SignatureRequestCreateEmbeddedResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestCreateEmbeddedResponse.json
SignatureRequestCreateEmbeddedWithTemplateResponse:
- summary: 'Create Embedded Signature Request With Template'
+ summary: '_t__SignatureRequestCreateEmbeddedWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestCreateEmbeddedWithTemplateResponse.json
SignatureRequestFilesResponse:
- summary: 'Signature Requests Files'
+ summary: '_t__SignatureRequestFilesResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestFilesResponse.json
SignatureRequestReleaseHoldResponse:
- summary: 'Send Signature Release Hold'
+ summary: '_t__SignatureRequestReleaseHoldResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestReleaseHoldResponse.json
SignatureRequestRemindResponse:
- summary: 'Send Signature Request Reminder'
+ summary: '_t__SignatureRequestRemindResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestRemindResponse.json
SignatureRequestSendResponse:
- summary: 'Send Signature Request'
+ summary: '_t__SignatureRequestSendResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestSendResponse.json
SignatureRequestSendWithTemplateResponse:
- summary: 'Send Signature Request With Template'
+ summary: '_t__SignatureRequestSendWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestSendWithTemplateResponse.json
SignatureRequestUpdateResponse:
- summary: 'Signature Request Update'
+ summary: '_t__SignatureRequestUpdateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestUpdateResponse.json
SignatureRequestBulkSendWithTemplateResponse:
- summary: 'Send Signature Request With Template'
+ summary: '_t__SignatureRequestBulkSendWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestBulkSendWithTemplateResponse.json
SignatureRequestBulkCreateEmbeddedWithTemplateResponse:
- summary: 'Bulk Send Create Embedded Signature Request With Template'
+ summary: '_t__SignatureRequestBulkCreateEmbeddedWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/SignatureRequestBulkCreateEmbeddedWithTemplateResponse.json
TeamCreateResponse:
- summary: 'Team Create'
+ summary: '_t__TeamCreateResponseExample::SUMMARY'
value:
$ref: examples/json/TeamCreateResponse.json
TeamMembersResponse:
- summary: 'Team Members List'
+ summary: '_t__TeamMembersResponseExample::SUMMARY'
value:
$ref: examples/json/TeamMembersResponse.json
TeamRemoveMemberResponse:
- summary: 'Team Remove Member'
+ summary: '_t__TeamRemoveMemberResponseExample::SUMMARY'
value:
$ref: examples/json/TeamRemoveMemberResponse.json
TeamUpdateResponse:
- summary: 'Team Update'
+ summary: '_t__TeamUpdateResponseExample::SUMMARY'
value:
$ref: examples/json/TeamUpdateResponse.json
TeamDoesNotExistResponse:
- summary: 'Team Does Not Exist'
+ summary: '_t__TeamDoesNotExistResponseExample::SUMMARY'
value:
$ref: examples/json/TeamDoesNotExistResponse.json
TemplateAddUserResponse:
- summary: 'Add User to Template'
+ summary: '_t__TemplateAddUserResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateAddUserResponse.json
TemplateFilesResponse:
- summary: 'Template Files'
+ summary: '_t__TemplateFilesResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateFilesResponse.json
TemplateRemoveUserResponse:
- summary: 'Remove User from Template'
+ summary: '_t__TemplateRemoveUserResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateRemoveUserResponse.json
UnclaimedDraftCreateEmbeddedResponse:
- summary: 'Unclaimed Draft Create Embedded'
+ summary: '_t__UnclaimedDraftCreateEmbeddedResponseExample::SUMMARY'
value:
$ref: examples/json/UnclaimedDraftCreateEmbeddedResponse.json
UnclaimedDraftCreateEmbeddedWithTemplateResponse:
- summary: 'Unclaimed Draft Create Embedded With Template'
+ summary: '_t__UnclaimedDraftCreateEmbeddedWithTemplateResponseExample::SUMMARY'
value:
$ref: examples/json/UnclaimedDraftCreateEmbeddedWithTemplateResponse.json
UnclaimedDraftEditAndResend:
- summary: 'Unclaimed Draft Edit and Resend'
+ summary: '_t__UnclaimedDraftEditAndResendExample::SUMMARY'
value:
$ref: examples/json/UnclaimedDraftEditAndResend.json
TeamGetResponse:
- summary: 'Team Get'
+ summary: '_t__TeamGetResponseExample::SUMMARY'
value:
$ref: examples/json/TeamGetResponse.json
TeamGetInfoResponse:
- summary: 'Team Get Info'
+ summary: '_t__TeamInfoResponseExample::SUMMARY'
value:
$ref: examples/json/TeamGetInfoResponse.json
TeamInvitesResponse:
- summary: 'Team Invites'
+ summary: '_t__TeamInvitesResponseExample::SUMMARY'
value:
$ref: examples/json/TeamInvitesResponse.json
TeamAddMemberResponse:
- summary: 'Team Add Member'
+ summary: '_t__TeamAddMemberResponseExample::SUMMARY'
value:
$ref: examples/json/TeamAddMemberResponse.json
TeamSubTeamsResponse:
- summary: 'Team Sub Teams List'
+ summary: '_t__TeamSubTeamsResponseExample::SUMMARY'
value:
$ref: examples/json/TeamSubTeamsResponse.json
TemplateCreateResponse:
- summary: 'Create Template'
+ summary: '_t__TemplateCreateResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateCreateResponse.json
TemplateCreateEmbeddedDraftResponse:
- summary: 'Create Embedded Draft Template'
+ summary: '_t__TemplateCreateEmbeddedDraftResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateCreateEmbeddedDraftResponse.json
TemplateGetResponse:
- summary: 'Get Template'
+ summary: '_t__TemplateGetResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateGetResponse.json
TemplateListResponse:
- summary: 'List Templates'
+ summary: '_t__TemplateListResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateListResponse.json
TemplateUpdateFilesResponse:
- summary: 'Update Template Files'
+ summary: '_t__TemplateUpdateFilesResponseExample::SUMMARY'
value:
$ref: examples/json/TemplateUpdateFilesResponse.json
UnclaimedDraftCreateResponse:
- summary: 'Unclaimed Draft Create'
+ summary: '_t__UnclaimedDraftCreateResponseExample::SUMMARY'
value:
$ref: examples/json/UnclaimedDraftCreateResponse.json
EventCallbackAccountSignatureRequestSent:
- summary: 'Example: signature_request_sent'
+ summary: '_t__EventCallbackAccountSignatureRequestSentExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAccountSignatureRequestSent.json
EventCallbackAccountTemplateCreated:
- summary: 'Example: template_created'
+ summary: '_t__EventCallbackAccountTemplateCreatedExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAccountTemplateCreated.json
EventCallbackAppAccountConfirmed:
- summary: 'Example: account_confirmed'
+ summary: '_t__EventCallbackAppAccountConfirmedExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAppAccountConfirmed.json
EventCallbackAppSignatureRequestSent:
- summary: 'Example: signature_request_sent'
+ summary: '_t__EventCallbackAppSignatureRequestSentExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAppSignatureRequestSent.json
EventCallbackAppTemplateCreated:
- summary: 'Example: template_created'
+ summary: '_t__EventCallbackAppTemplateCreatedExample::SUMMARY'
value:
$ref: examples/json/EventCallbackAppTemplateCreated.json
requestBodies:
EventCallbackAccountRequest:
- description: |-
- **Account Callback Payloads --**
- Events that are reported at the Account level through the the *Account callback URL* defined in your [API settings](https://app.hellosign.com/home/myAccount#api). The *Account callback URL* can also be updated by calling [Update Account](/api/reference/operation/accountUpdate) and passing a `callback_url`.
+ description: '_t__EventCallbackAccountRequest::DESCRIPTION'
content:
multipart/form-data:
schema:
@@ -14219,9 +13970,7 @@ components:
template_created_example:
$ref: '#/components/examples/EventCallbackAccountTemplateCreated'
EventCallbackAppRequest:
- description: |-
- **API App Callback Payloads --**
- Events that are reported at the API App level through the *Event callback URL* defined in your [API settings](https://app.hellosign.com/home/myAccount#api) for a specific app. The *Event callback URL* can also be updated by calling [Update API App](/api/reference/operation/apiAppUpdate) and passing a `callback_url`.
+ description: '_t__EventCallbackAppRequest::DESCRIPTION'
content:
multipart/form-data:
schema:
@@ -14235,19 +13984,19 @@ components:
$ref: '#/components/examples/EventCallbackAppTemplateCreated'
headers:
X-RateLimit-Limit:
- description: 'The maximum number of requests per hour that you can make.'
+ description: '_t__Common::RateLimiting::LIMIT'
schema:
type: integer
format: int32
example: 100
X-RateLimit-Remaining:
- description: 'The number of requests remaining in the current rate limit window.'
+ description: '_t__Common::RateLimiting::REMAINING'
schema:
type: integer
format: int32
example: 99
X-Ratelimit-Reset:
- description: 'The Unix time at which the rate limit will reset to its maximum.'
+ description: '_t__Common::RateLimiting::RESET'
schema:
type: integer
format: int64
@@ -14339,8 +14088,8 @@ x-webhooks:
$ref: ./markdown/en/descriptions/account-callback-description.md
x-meta:
seo:
- title: 'Account Callbacks | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to consume Dropbox Sign Events at the account level, click here.'
+ title: '_t__accountUpdateEventCallback::SEO::TITLE'
+ description: '_t__accountUpdateEventCallback::SEO::DESCRIPTION'
x-codeSamples:
-
lang: PHP
@@ -14387,8 +14136,8 @@ x-webhooks:
operationId: apiAppCreateEventCallback
x-meta:
seo:
- title: 'App Callbacks | API Documentation | Dropbox Sign for Developers'
- description: 'The Dropbox Sign API allows you to build with a wide range of tools. To find out how to consume Dropbox Sign Events at the App level, click here.'
+ title: '_t__appCreateEventCallback::SEO::TITLE'
+ description: '_t__appCreateEventCallback::SEO::DESCRIPTION'
x-codeSamples:
-
lang: PHP
diff --git a/sdks/dotnet/docs/AccountCreateResponse.md b/sdks/dotnet/docs/AccountCreateResponse.md
index b7a73e614..92c3b236d 100644
--- a/sdks/dotnet/docs/AccountCreateResponse.md
+++ b/sdks/dotnet/docs/AccountCreateResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Account** | [**AccountResponse**](AccountResponse.md) | | **OauthData** | [**OAuthTokenResponse**](OAuthTokenResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Account** | [**AccountResponse**](AccountResponse.md) | | **OauthData** | [**OAuthTokenResponse**](OAuthTokenResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/AccountGetResponse.md b/sdks/dotnet/docs/AccountGetResponse.md
index 1cca9a309..5c91808d0 100644
--- a/sdks/dotnet/docs/AccountGetResponse.md
+++ b/sdks/dotnet/docs/AccountGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Account** | [**AccountResponse**](AccountResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Account** | [**AccountResponse**](AccountResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/AccountResponse.md b/sdks/dotnet/docs/AccountResponse.md
index 2f9672466..5ca015d14 100644
--- a/sdks/dotnet/docs/AccountResponse.md
+++ b/sdks/dotnet/docs/AccountResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**AccountId** | **string** | The ID of the Account | [optional] **EmailAddress** | **string** | The email address associated with the Account. | [optional] **IsLocked** | **bool** | Returns `true` if the user has been locked out of their account by a team admin. | [optional] **IsPaidHs** | **bool** | Returns `true` if the user has a paid Dropbox Sign account. | [optional] **IsPaidHf** | **bool** | Returns `true` if the user has a paid HelloFax account. | [optional] **Quotas** | [**AccountResponseQuotas**](AccountResponseQuotas.md) | | [optional] **CallbackUrl** | **string** | The URL that Dropbox Sign events will `POST` to. | [optional] **RoleCode** | **string** | The membership role for the team. | [optional] **TeamId** | **string** | The id of the team account belongs to. | [optional] **Locale** | **string** | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | [optional] **Usage** | [**AccountResponseUsage**](AccountResponseUsage.md) | | [optional]
+**AccountId** | **string** | _t__Account::ACCOUNT_ID | [optional] **EmailAddress** | **string** | _t__Account::EMAIL_ADDRESS | [optional] **IsLocked** | **bool** | _t__Account::IS_LOCKED | [optional] **IsPaidHs** | **bool** | _t__Account::IS_PAID_HS | [optional] **IsPaidHf** | **bool** | _t__Account::IS_PAID_HF | [optional] **Quotas** | [**AccountResponseQuotas**](AccountResponseQuotas.md) | | [optional] **CallbackUrl** | **string** | _t__Account::CALLBACK_URL | [optional] **RoleCode** | **string** | _t__Account::ROLE_CODE | [optional] **TeamId** | **string** | _t__Account::TEAM_ID | [optional] **Locale** | **string** | _t__Account::LOCALE | [optional] **Usage** | [**AccountResponseUsage**](AccountResponseUsage.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/AccountResponseQuotas.md b/sdks/dotnet/docs/AccountResponseQuotas.md
index 8fc9dcf9b..847f18949 100644
--- a/sdks/dotnet/docs/AccountResponseQuotas.md
+++ b/sdks/dotnet/docs/AccountResponseQuotas.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.AccountResponseQuotas
-Details concerning remaining monthly quotas.
+_t__Account::QUOTA
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiSignatureRequestsLeft** | **int?** | API signature requests remaining. | [optional] **DocumentsLeft** | **int?** | Signature requests remaining. | [optional] **TemplatesTotal** | **int?** | Total API templates allowed. | [optional] **TemplatesLeft** | **int?** | API templates remaining. | [optional] **SmsVerificationsLeft** | **int?** | SMS verifications remaining. | [optional] **NumFaxPagesLeft** | **int?** | Number of fax pages left | [optional]
+**ApiSignatureRequestsLeft** | **int?** | _t__AccountQuota::API_SIGNATURE_REQUESTS_LEFT | [optional] **DocumentsLeft** | **int?** | _t__AccountQuota::DOCUMENTS_LEFT | [optional] **TemplatesTotal** | **int?** | _t__AccountQuota::TEMPLATES_TOTAL | [optional] **TemplatesLeft** | **int?** | _t__AccountQuota::TEMPLATES_LEFT | [optional] **SmsVerificationsLeft** | **int?** | _t__AccountQuota::SMS_VERIFICATIONS_LEFT | [optional] **NumFaxPagesLeft** | **int?** | _t__AccountQuota::NUM_FAX_PAGES_LEFT | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/AccountResponseUsage.md b/sdks/dotnet/docs/AccountResponseUsage.md
index fa5536881..31206de6b 100644
--- a/sdks/dotnet/docs/AccountResponseUsage.md
+++ b/sdks/dotnet/docs/AccountResponseUsage.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.AccountResponseUsage
-Details concerning monthly usage
+_t__Account::USAGE
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**FaxPagesSent** | **int?** | Number of fax pages sent | [optional]
+**FaxPagesSent** | **int?** | _t__AccountUsage::FAX_PAGES_SENT | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/AccountVerifyResponse.md b/sdks/dotnet/docs/AccountVerifyResponse.md
index 3337b0cdf..b477fb128 100644
--- a/sdks/dotnet/docs/AccountVerifyResponse.md
+++ b/sdks/dotnet/docs/AccountVerifyResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Account** | [**AccountVerifyResponseAccount**](AccountVerifyResponseAccount.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Account** | [**AccountVerifyResponseAccount**](AccountVerifyResponseAccount.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/AccountVerifyResponseAccount.md b/sdks/dotnet/docs/AccountVerifyResponseAccount.md
index 881f1e733..016882fe9 100644
--- a/sdks/dotnet/docs/AccountVerifyResponseAccount.md
+++ b/sdks/dotnet/docs/AccountVerifyResponseAccount.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**EmailAddress** | **string** | The email address associated with the Account. | [optional]
+**EmailAddress** | **string** | _t__Account::EMAIL_ADDRESS | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ApiAppGetResponse.md b/sdks/dotnet/docs/ApiAppGetResponse.md
index 9677b8922..e9e45c925 100644
--- a/sdks/dotnet/docs/ApiAppGetResponse.md
+++ b/sdks/dotnet/docs/ApiAppGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiApp** | [**ApiAppResponse**](ApiAppResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**ApiApp** | [**ApiAppResponse**](ApiAppResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ApiAppListResponse.md b/sdks/dotnet/docs/ApiAppListResponse.md
index c53c3e482..0abbe0798 100644
--- a/sdks/dotnet/docs/ApiAppListResponse.md
+++ b/sdks/dotnet/docs/ApiAppListResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiApps** | [**List<ApiAppResponse>**](ApiAppResponse.md) | Contains information about API Apps. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**ApiApps** | [**List<ApiAppResponse>**](ApiAppResponse.md) | _t__ApiAppListResponse::DESCRIPTION | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ApiAppResponse.md b/sdks/dotnet/docs/ApiAppResponse.md
index f27ff0659..6915ccc43 100644
--- a/sdks/dotnet/docs/ApiAppResponse.md
+++ b/sdks/dotnet/docs/ApiAppResponse.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.ApiAppResponse
-Contains information about an API App.
+_t__ApiAppResponse::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**CallbackUrl** | **string** | The app's callback URL (for events) | [optional] **ClientId** | **string** | The app's client id | [optional] **CreatedAt** | **int** | The time that the app was created | [optional] **Domains** | **List<string>** | The domain name(s) associated with the app | [optional] **Name** | **string** | The name of the app | [optional] **IsApproved** | **bool** | Boolean to indicate if the app has been approved | [optional] **Oauth** | [**ApiAppResponseOAuth**](ApiAppResponseOAuth.md) | | [optional] **Options** | [**ApiAppResponseOptions**](ApiAppResponseOptions.md) | | [optional] **OwnerAccount** | [**ApiAppResponseOwnerAccount**](ApiAppResponseOwnerAccount.md) | | [optional] **WhiteLabelingOptions** | [**ApiAppResponseWhiteLabelingOptions**](ApiAppResponseWhiteLabelingOptions.md) | | [optional]
+**CallbackUrl** | **string** | _t__ApiAppResponse::CALLBACK_URL | [optional] **ClientId** | **string** | _t__ApiAppResponse::CLIENT_ID | [optional] **CreatedAt** | **int** | _t__ApiAppResponse::CREATED_AT | [optional] **Domains** | **List<string>** | _t__ApiAppResponse::DOMAINS | [optional] **Name** | **string** | _t__ApiAppResponse::NAME | [optional] **IsApproved** | **bool** | _t__ApiAppResponse::IS_APPROVED | [optional] **Oauth** | [**ApiAppResponseOAuth**](ApiAppResponseOAuth.md) | | [optional] **Options** | [**ApiAppResponseOptions**](ApiAppResponseOptions.md) | | [optional] **OwnerAccount** | [**ApiAppResponseOwnerAccount**](ApiAppResponseOwnerAccount.md) | | [optional] **WhiteLabelingOptions** | [**ApiAppResponseWhiteLabelingOptions**](ApiAppResponseWhiteLabelingOptions.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ApiAppResponseOAuth.md b/sdks/dotnet/docs/ApiAppResponseOAuth.md
index cffe8900f..b21db8cc5 100644
--- a/sdks/dotnet/docs/ApiAppResponseOAuth.md
+++ b/sdks/dotnet/docs/ApiAppResponseOAuth.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.ApiAppResponseOAuth
-An object describing the app's OAuth properties, or null if OAuth is not configured for the app.
+_t__ApiAppResponseOAuth::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**CallbackUrl** | **string** | The app's OAuth callback URL. | [optional] **Secret** | **string** | The app's OAuth secret, or null if the app does not belong to user. | [optional] **Scopes** | **List<string>** | Array of OAuth scopes used by the app. | [optional] **ChargesUsers** | **bool** | Boolean indicating whether the app owner or the account granting permission is billed for OAuth requests. | [optional]
+**CallbackUrl** | **string** | _t__ApiAppResponseOAuth::CALLBACK_URL | [optional] **Secret** | **string** | _t__ApiAppResponseOAuth::SECRET | [optional] **Scopes** | **List<string>** | _t__ApiAppResponseOAuth::SCOPES | [optional] **ChargesUsers** | **bool** | _t__ApiAppResponseOAuth::CHARGES_USERS | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ApiAppResponseOptions.md b/sdks/dotnet/docs/ApiAppResponseOptions.md
index e484ad16b..4aa5a4d9b 100644
--- a/sdks/dotnet/docs/ApiAppResponseOptions.md
+++ b/sdks/dotnet/docs/ApiAppResponseOptions.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.ApiAppResponseOptions
-An object with options that override account settings.
+_t__ApiAppResponseOptions::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**CanInsertEverywhere** | **bool** | Boolean denoting if signers can "Insert Everywhere" in one click while signing a document | [optional]
+**CanInsertEverywhere** | **bool** | _t__ApiAppResponseOptions::CAN_INSERT_EVERYWHERE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ApiAppResponseOwnerAccount.md b/sdks/dotnet/docs/ApiAppResponseOwnerAccount.md
index eee4afc3e..93c89010f 100644
--- a/sdks/dotnet/docs/ApiAppResponseOwnerAccount.md
+++ b/sdks/dotnet/docs/ApiAppResponseOwnerAccount.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.ApiAppResponseOwnerAccount
-An object describing the app's owner
+_t__ApiAppResponseOwnerAccount::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**AccountId** | **string** | The owner account's ID | [optional] **EmailAddress** | **string** | The owner account's email address | [optional]
+**AccountId** | **string** | _t__ApiAppResponseOwnerAccount::ACCOUNT_ID | [optional] **EmailAddress** | **string** | _t__ApiAppResponseOwnerAccount::EMAIL_ADDRESS | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ApiAppResponseWhiteLabelingOptions.md b/sdks/dotnet/docs/ApiAppResponseWhiteLabelingOptions.md
index 3f3eb34a3..1d333784d 100644
--- a/sdks/dotnet/docs/ApiAppResponseWhiteLabelingOptions.md
+++ b/sdks/dotnet/docs/ApiAppResponseWhiteLabelingOptions.md
@@ -1,5 +1,5 @@
# Dropbox.Sign.Model.ApiAppResponseWhiteLabelingOptions
-An object with options to customize the app's signer page
+_t__ApiAppResponseWhiteLabelingOptions::DESCRIPTION
## Properties
diff --git a/sdks/dotnet/docs/BulkSendJobGetResponse.md b/sdks/dotnet/docs/BulkSendJobGetResponse.md
index 9d23309a8..e5734f0e7 100644
--- a/sdks/dotnet/docs/BulkSendJobGetResponse.md
+++ b/sdks/dotnet/docs/BulkSendJobGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **SignatureRequests** | [**List<BulkSendJobGetResponseSignatureRequests>**](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **SignatureRequests** | [**List<BulkSendJobGetResponseSignatureRequests>**](BulkSendJobGetResponseSignatureRequests.md) | _t__BulkSendJobGetResponse::SIGNATURE_REQUESTS | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/BulkSendJobGetResponseSignatureRequests.md b/sdks/dotnet/docs/BulkSendJobGetResponseSignatureRequests.md
index 5ba89617f..f128247a2 100644
--- a/sdks/dotnet/docs/BulkSendJobGetResponseSignatureRequests.md
+++ b/sdks/dotnet/docs/BulkSendJobGetResponseSignatureRequests.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TestMode** | **bool** | Whether this is a test signature request. Test requests have no legal value. Defaults to `false`. | [optional] [default to false]**SignatureRequestId** | **string** | The id of the SignatureRequest. | [optional] **RequesterEmailAddress** | **string** | The email address of the initiator of the SignatureRequest. | [optional] **Title** | **string** | The title the specified Account uses for the SignatureRequest. | [optional] **OriginalTitle** | **string** | Default Label for account. | [optional] **Subject** | **string** | The subject in the email that was initially sent to the signers. | [optional] **Message** | **string** | The custom message in the email that was initially sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | The metadata attached to the signature request. | [optional] **CreatedAt** | **int** | Time the signature request was created. | [optional] **ExpiresAt** | **int?** | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | [optional] **IsComplete** | **bool** | Whether or not the SignatureRequest has been fully executed by all signers. | [optional] **IsDeclined** | **bool** | Whether or not the SignatureRequest has been declined by a signer. | [optional] **HasError** | **bool** | Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings). | [optional] **FilesUrl** | **string** | The URL where a copy of the request's documents can be downloaded. | [optional] **SigningUrl** | **string** | The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing. | [optional] **DetailsUrl** | **string** | The URL where the requester and the signers can view the current status of the SignatureRequest. | [optional] **CcEmailAddresses** | **List<string>** | A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed. | [optional] **SigningRedirectUrl** | **string** | The URL you want the signer redirected to after they successfully sign. | [optional] **FinalCopyUri** | **string** | The path where the completed document can be downloaded | [optional] **TemplateIds** | **List<string>** | Templates IDs used in this SignatureRequest (if any). | [optional] **CustomFields** | [**List<SignatureRequestResponseCustomFieldBase>**](SignatureRequestResponseCustomFieldBase.md) | An array of Custom Field objects containing the name and type of each custom field.
* Text Field uses `SignatureRequestResponseCustomFieldText`
* Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox` | [optional] **Attachments** | [**List<SignatureRequestResponseAttachment>**](SignatureRequestResponseAttachment.md) | Signer attachments. | [optional] **ResponseData** | [**List<SignatureRequestResponseDataBase>**](SignatureRequestResponseDataBase.md) | An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers. | [optional] **Signatures** | [**List<SignatureRequestResponseSignatures>**](SignatureRequestResponseSignatures.md) | An array of signature objects, 1 for each signer. | [optional] **BulkSendJobId** | **string** | The id of the BulkSendJob. | [optional]
+**TestMode** | **bool** | _t__SignatureRequestResponse::TEST_MODE | [optional] [default to false]**SignatureRequestId** | **string** | _t__SignatureRequestResponse::SIGNATURE_REQUEST_ID | [optional] **RequesterEmailAddress** | **string** | _t__SignatureRequestResponse::REQUESTER_EMAIL_ADDRESS | [optional] **Title** | **string** | _t__SignatureRequestResponse::TITLE | [optional] **OriginalTitle** | **string** | _t__SignatureRequestResponse::ORIGINAL_TITLE | [optional] **Subject** | **string** | _t__SignatureRequestResponse::SUBJECT | [optional] **Message** | **string** | _t__SignatureRequestResponse::MESSAGE | [optional] **Metadata** | **Dictionary<string, Object>** | _t__SignatureRequestResponse::METADATA | [optional] **CreatedAt** | **int** | _t__SignatureRequestResponse::CREATED_AT | [optional] **ExpiresAt** | **int?** | _t__SignatureRequestResponse::EXPIRES_AT | [optional] **IsComplete** | **bool** | _t__SignatureRequestResponse::IS_COMPLETE | [optional] **IsDeclined** | **bool** | _t__SignatureRequestResponse::IS_DECLINED | [optional] **HasError** | **bool** | _t__SignatureRequestResponse::HAS_ERROR | [optional] **FilesUrl** | **string** | _t__SignatureRequestResponse::FILES_URL | [optional] **SigningUrl** | **string** | _t__SignatureRequestResponse::SIGNING_URL | [optional] **DetailsUrl** | **string** | _t__SignatureRequestResponse::DETAILS_URL | [optional] **CcEmailAddresses** | **List<string>** | _t__SignatureRequestResponse::CC_EMAIL_ADDRESSES | [optional] **SigningRedirectUrl** | **string** | _t__SignatureRequestResponse::SIGNING_REDIRECT_URL | [optional] **FinalCopyUri** | **string** | _t__SignatureRequestResponse::FINAL_COPY_URI | [optional] **TemplateIds** | **List<string>** | _t__SignatureRequestResponse::TEMPLATE_IDS | [optional] **CustomFields** | [**List<SignatureRequestResponseCustomFieldBase>**](SignatureRequestResponseCustomFieldBase.md) | _t__SignatureRequestResponseCustomField::DESCRIPTION | [optional] **Attachments** | [**List<SignatureRequestResponseAttachment>**](SignatureRequestResponseAttachment.md) | _t__SignatureRequestResponseAttachment::DESCRIPTION | [optional] **ResponseData** | [**List<SignatureRequestResponseDataBase>**](SignatureRequestResponseDataBase.md) | _t__SignatureRequestResponseData::DESCRIPTION | [optional] **Signatures** | [**List<SignatureRequestResponseSignatures>**](SignatureRequestResponseSignatures.md) | _t__SignatureRequestResponseSignatures::DESCRIPTION | [optional] **BulkSendJobId** | **string** | _t__BulkSendJobGetResponseSignatureRequests::BULK_SEND_JOB_ID | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/BulkSendJobListResponse.md b/sdks/dotnet/docs/BulkSendJobListResponse.md
index 0c353ddd0..e7a765a8a 100644
--- a/sdks/dotnet/docs/BulkSendJobListResponse.md
+++ b/sdks/dotnet/docs/BulkSendJobListResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**BulkSendJobs** | [**List<BulkSendJobResponse>**](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**BulkSendJobs** | [**List<BulkSendJobResponse>**](BulkSendJobResponse.md) | _t__BulkSendJobListResponse::BULK_SEND_JOBS | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/BulkSendJobResponse.md b/sdks/dotnet/docs/BulkSendJobResponse.md
index 6a9e580db..79986ac75 100644
--- a/sdks/dotnet/docs/BulkSendJobResponse.md
+++ b/sdks/dotnet/docs/BulkSendJobResponse.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.BulkSendJobResponse
-Contains information about the BulkSendJob such as when it was created and how many signature requests are queued.
+_t__BulkSendJobResponse::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**BulkSendJobId** | **string** | The id of the BulkSendJob. | [optional] **Total** | **int** | The total amount of Signature Requests queued for sending. | [optional] **IsCreator** | **bool** | True if you are the owner of this BulkSendJob, false if it's been shared with you by a team member. | [optional] **CreatedAt** | **int** | Time that the BulkSendJob was created. | [optional]
+**BulkSendJobId** | **string** | _t__BulkSendJobResponse::BULK_SEND_JOB_ID | [optional] **Total** | **int** | _t__BulkSendJobResponse::TOTAL | [optional] **IsCreator** | **bool** | _t__BulkSendJobResponse::IS_CREATOR | [optional] **CreatedAt** | **int** | _t__BulkSendJobResponse::CREATED_AT | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/BulkSendJobSendResponse.md b/sdks/dotnet/docs/BulkSendJobSendResponse.md
index 1649dc405..7f37b09fa 100644
--- a/sdks/dotnet/docs/BulkSendJobSendResponse.md
+++ b/sdks/dotnet/docs/BulkSendJobSendResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/EmbeddedEditUrlRequest.md b/sdks/dotnet/docs/EmbeddedEditUrlRequest.md
index 43b4c3e10..b62194404 100644
--- a/sdks/dotnet/docs/EmbeddedEditUrlRequest.md
+++ b/sdks/dotnet/docs/EmbeddedEditUrlRequest.md
@@ -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<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. | [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<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.
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's end user to add any additional fields via the editor).
**NOTE:** This parameter overwrites `show_preview=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<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. | [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<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.
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's end user to add any additional fields via the editor).
**NOTE:** This parameter overwrites `show_preview=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)
diff --git a/sdks/dotnet/docs/EmbeddedEditUrlResponse.md b/sdks/dotnet/docs/EmbeddedEditUrlResponse.md
index d2c1d5fae..4d847d851 100644
--- a/sdks/dotnet/docs/EmbeddedEditUrlResponse.md
+++ b/sdks/dotnet/docs/EmbeddedEditUrlResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Embedded** | [**EmbeddedEditUrlResponseEmbedded**](EmbeddedEditUrlResponseEmbedded.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Embedded** | [**EmbeddedEditUrlResponseEmbedded**](EmbeddedEditUrlResponseEmbedded.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/EmbeddedEditUrlResponseEmbedded.md b/sdks/dotnet/docs/EmbeddedEditUrlResponseEmbedded.md
index 7750157e9..636beb320 100644
--- a/sdks/dotnet/docs/EmbeddedEditUrlResponseEmbedded.md
+++ b/sdks/dotnet/docs/EmbeddedEditUrlResponseEmbedded.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.EmbeddedEditUrlResponseEmbedded
-An embedded template object.
+_t__EmbeddedEditUrlResponseEmbedded::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**EditUrl** | **string** | A template url that can be opened in an iFrame. | [optional] **ExpiresAt** | **int** | The specific time that the the `edit_url` link expires, in epoch. | [optional]
+**EditUrl** | **string** | _t__EmbeddedEditUrlResponseEmbedded::EDIT_URL | [optional] **ExpiresAt** | **int** | _t__EmbeddedEditUrlResponseEmbedded::EXPIRES_AT | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/EmbeddedSignUrlResponse.md b/sdks/dotnet/docs/EmbeddedSignUrlResponse.md
index 2bd6732b3..3cb864cb8 100644
--- a/sdks/dotnet/docs/EmbeddedSignUrlResponse.md
+++ b/sdks/dotnet/docs/EmbeddedSignUrlResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Embedded** | [**EmbeddedSignUrlResponseEmbedded**](EmbeddedSignUrlResponseEmbedded.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Embedded** | [**EmbeddedSignUrlResponseEmbedded**](EmbeddedSignUrlResponseEmbedded.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/EmbeddedSignUrlResponseEmbedded.md b/sdks/dotnet/docs/EmbeddedSignUrlResponseEmbedded.md
index 319edfa14..6dcfec6bc 100644
--- a/sdks/dotnet/docs/EmbeddedSignUrlResponseEmbedded.md
+++ b/sdks/dotnet/docs/EmbeddedSignUrlResponseEmbedded.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.EmbeddedSignUrlResponseEmbedded
-An object that contains necessary information to set up embedded signing.
+_t__EmbeddedSignUrlResponseEmbedded::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**SignUrl** | **string** | A signature url that can be opened in an iFrame. | [optional] **ExpiresAt** | **int** | The specific time that the the `sign_url` link expires, in epoch. | [optional]
+**SignUrl** | **string** | _t__EmbeddedSignUrlResponseEmbedded::SIGN_URL | [optional] **ExpiresAt** | **int** | _t__EmbeddedSignUrlResponseEmbedded::EXPIRES_AT | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ErrorResponseError.md b/sdks/dotnet/docs/ErrorResponseError.md
index 13dacc1bf..a47b96449 100644
--- a/sdks/dotnet/docs/ErrorResponseError.md
+++ b/sdks/dotnet/docs/ErrorResponseError.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.ErrorResponseError
-Contains information about an error that occurred.
+_t__ErrorResponseError::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ErrorMsg** | **string** | Message describing an error. | **ErrorName** | **string** | Name of the error. | **ErrorPath** | **string** | Path at which an error occurred. | [optional]
+**ErrorMsg** | **string** | _t__ErrorResponseError::ERROR_MSG | **ErrorName** | **string** | _t__ErrorResponseError::ERROR_NAME | **ErrorPath** | **string** | _t__ErrorResponseError::ERROR_PATH | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/EventCallbackRequestEvent.md b/sdks/dotnet/docs/EventCallbackRequestEvent.md
index ca1780ac9..6c3334013 100644
--- a/sdks/dotnet/docs/EventCallbackRequestEvent.md
+++ b/sdks/dotnet/docs/EventCallbackRequestEvent.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.EventCallbackRequestEvent
-Basic information about the event that occurred.
+_t__EventCallbackRequestEvent::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**EventTime** | **string** | Time the event was created (using Unix time). | **EventType** | **string** | Type of callback event that was triggered. | **EventHash** | **string** | Generated hash used to verify source of event data. | **EventMetadata** | [**EventCallbackRequestEventMetadata**](EventCallbackRequestEventMetadata.md) | | [optional]
+**EventTime** | **string** | _t__EventCallbackRequestEvent::EVENT_TIME | **EventType** | **string** | _t__EventCallbackRequestEvent::EVENT_TYPE | **EventHash** | **string** | _t__EventCallbackRequestEvent::EVENT_HASH | **EventMetadata** | [**EventCallbackRequestEventMetadata**](EventCallbackRequestEventMetadata.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/EventCallbackRequestEventMetadata.md b/sdks/dotnet/docs/EventCallbackRequestEventMetadata.md
index cf78a668c..188a1a6b1 100644
--- a/sdks/dotnet/docs/EventCallbackRequestEventMetadata.md
+++ b/sdks/dotnet/docs/EventCallbackRequestEventMetadata.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.EventCallbackRequestEventMetadata
-Specific metadata about the event.
+_t__EventCallbackRequestEventMetadata::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**RelatedSignatureId** | **string** | Signature ID for a specific signer. Applicable to `signature_request_signed` and `signature_request_viewed` events. | [optional] **ReportedForAccountId** | **string** | Account ID the event was reported for. | [optional] **ReportedForAppId** | **string** | App ID the event was reported for. | [optional] **EventMessage** | **string** | Message about a declined or failed (due to error) signature flow. | [optional]
+**RelatedSignatureId** | **string** | _t__EventCallbackRequestEventMetadata::RELATED_SIGNATURE_ID | [optional] **ReportedForAccountId** | **string** | _t__EventCallbackRequestEventMetadata::REPORTED_FOR_ACCOUNT_ID | [optional] **ReportedForAppId** | **string** | _t__EventCallbackRequestEventMetadata::REPORTED_FOR_APP_ID | [optional] **EventMessage** | **string** | _t__EventCallbackRequestEventMetadata::EVENT_MESSAGE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/FaxGetResponse.md b/sdks/dotnet/docs/FaxGetResponse.md
index 42b82e12c..6b09def3b 100644
--- a/sdks/dotnet/docs/FaxGetResponse.md
+++ b/sdks/dotnet/docs/FaxGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Fax** | [**FaxResponse**](FaxResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Fax** | [**FaxResponse**](FaxResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/FileResponse.md b/sdks/dotnet/docs/FileResponse.md
index 8ce1da078..244689669 100644
--- a/sdks/dotnet/docs/FileResponse.md
+++ b/sdks/dotnet/docs/FileResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**FileUrl** | **string** | URL to the file. | **ExpiresAt** | **int** | When the link expires. |
+**FileUrl** | **string** | _t__FileResponse::FILE_URL | **ExpiresAt** | **int** | _t__FileResponse::EXPIRES_AT |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/FileResponseDataUri.md b/sdks/dotnet/docs/FileResponseDataUri.md
index 784c396f4..2c4ac7866 100644
--- a/sdks/dotnet/docs/FileResponseDataUri.md
+++ b/sdks/dotnet/docs/FileResponseDataUri.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DataUri** | **string** | File as base64 encoded string. |
+**DataUri** | **string** | _t__FileResponse::DATA_URI |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ListInfoResponse.md b/sdks/dotnet/docs/ListInfoResponse.md
index 59b6e3a67..6f149be9e 100644
--- a/sdks/dotnet/docs/ListInfoResponse.md
+++ b/sdks/dotnet/docs/ListInfoResponse.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.ListInfoResponse
-Contains pagination information about the data returned.
+_t__ListInfoResponse::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**NumPages** | **int** | Total number of pages available. | [optional] **NumResults** | **int?** | Total number of objects available. | [optional] **Page** | **int** | Number of the page being returned. | [optional] **PageSize** | **int** | Objects returned per page. | [optional]
+**NumPages** | **int** | _t__ListInfoResponse::NUM_PAGES | [optional] **NumResults** | **int?** | _t__ListInfoResponse::NUM_RESULTS | [optional] **Page** | **int** | _t__ListInfoResponse::PAGE | [optional] **PageSize** | **int** | _t__ListInfoResponse::PAGE_SIZE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/OAuthTokenResponse.md b/sdks/dotnet/docs/OAuthTokenResponse.md
index 52a050158..80f4e1c5c 100644
--- a/sdks/dotnet/docs/OAuthTokenResponse.md
+++ b/sdks/dotnet/docs/OAuthTokenResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**AccessToken** | **string** | | [optional] **TokenType** | **string** | | [optional] **RefreshToken** | **string** | | [optional] **ExpiresIn** | **int** | Number of seconds until the `access_token` expires. Uses epoch time. | [optional] **State** | **string** | | [optional]
+**AccessToken** | **string** | | [optional] **TokenType** | **string** | | [optional] **RefreshToken** | **string** | | [optional] **ExpiresIn** | **int** | _t__OAuthTokenResponse::EXPIRES_IN | [optional] **State** | **string** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ReportCreateResponse.md b/sdks/dotnet/docs/ReportCreateResponse.md
index a6416fe7a..adbf346cc 100644
--- a/sdks/dotnet/docs/ReportCreateResponse.md
+++ b/sdks/dotnet/docs/ReportCreateResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Report** | [**ReportResponse**](ReportResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Report** | [**ReportResponse**](ReportResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/ReportResponse.md b/sdks/dotnet/docs/ReportResponse.md
index 9f6aec6c6..b30eb3a99 100644
--- a/sdks/dotnet/docs/ReportResponse.md
+++ b/sdks/dotnet/docs/ReportResponse.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.ReportResponse
-Contains information about the report request.
+_t__ReportResponse::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Success** | **string** | A message indicating the requested operation's success | [optional] **StartDate** | **string** | The (inclusive) start date for the report data in MM/DD/YYYY format. | [optional] **EndDate** | **string** | The (inclusive) end date for the report data in MM/DD/YYYY format. | [optional] **ReportType** | **List<ReportResponse.ReportTypeEnum>** | The type(s) of the report you are requesting. Allowed values are "user_activity" and "document_status". User activity reports contain list of all users and their activity during the specified date range. Document status report contain a list of signature requests created in the specified time range (and their status). | [optional]
+**Success** | **string** | _t__ReportResponse::SUCCESS | [optional] **StartDate** | **string** | _t__ReportResponse::START_DATE | [optional] **EndDate** | **string** | _t__ReportResponse::END_DATE | [optional] **ReportType** | **List<ReportResponse.ReportTypeEnum>** | _t__ReportResponse::REPORT_TYPE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md b/sdks/dotnet/docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md
index 002d9501a..af7f7dbb6 100644
--- a/sdks/dotnet/docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **SignerFile** | **System.IO.Stream** | `signer_file` is a CSV file defining values and options for signer fields. Required unless a `signer_list` is used, you may not use both. The CSV can have the following columns:
- `name`: the name of the signer filling the role of RoleName - `email_address`: email address of the signer filling the role of RoleName - `pin`: the 4- to 12-character access code that will secure this signer's signature page (optional) - `sms_phone_number`: An E.164 formatted phone number that will receive a code via SMS to access this signer's signature page. (optional)
By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
**NOTE:** Not available in test mode and requires a Standard plan or higher. - `*_field`: any column with a _field" suffix will be treated as a custom field (optional)
You may only specify field values here, any other options should be set in the custom_fields request parameter.
Example CSV:
``` name, email_address, pin, company_field George, george@example.com, d79a3td, ABC Corp Mary, mary@example.com, gd9as5b, 123 LLC ``` | [optional] **SignerList** | [**List<SubBulkSignerList>**](SubBulkSignerList.md) | `signer_list` is an array defining values and options for signer fields. Required unless a `signer_file` is used, you may not use both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
+**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **SignerFile** | **System.IO.Stream** | `signer_file` is a CSV file defining values and options for signer fields. Required unless a `signer_list` is used, you may not use both. The CSV can have the following columns:
- `name`: the name of the signer filling the role of RoleName - `email_address`: email address of the signer filling the role of RoleName - `pin`: the 4- to 12-character access code that will secure this signer's signature page (optional) - `sms_phone_number`: An E.164 formatted phone number that will receive a code via SMS to access this signer's signature page. (optional)
By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
**NOTE:** Not available in test mode and requires a Standard plan or higher. - `*_field`: any column with a _field" suffix will be treated as a custom field (optional)
You may only specify field values here, any other options should be set in the custom_fields request parameter.
Example CSV:
``` name, email_address, pin, company_field George, george@example.com, d79a3td, ABC Corp Mary, mary@example.com, gd9as5b, 123 LLC ``` | [optional] **SignerList** | [**List<SubBulkSignerList>**](SubBulkSignerList.md) | `signer_list` is an array defining values and options for signer fields. Required unless a `signer_file` is used, you may not use both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestBulkSendWithTemplateRequest.md b/sdks/dotnet/docs/SignatureRequestBulkSendWithTemplateRequest.md
index 8e108215e..08558869d 100644
--- a/sdks/dotnet/docs/SignatureRequestBulkSendWithTemplateRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestBulkSendWithTemplateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **SignerFile** | **System.IO.Stream** | `signer_file` is a CSV file defining values and options for signer fields. Required unless a `signer_list` is used, you may not use both. The CSV can have the following columns:
- `name`: the name of the signer filling the role of RoleName - `email_address`: email address of the signer filling the role of RoleName - `pin`: the 4- to 12-character access code that will secure this signer's signature page (optional) - `sms_phone_number`: An E.164 formatted phone number that will receive a code via SMS to access this signer's signature page. (optional)
By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
**NOTE:** Not available in test mode and requires a Standard plan or higher. - `*_field`: any column with a _field" suffix will be treated as a custom field (optional)
You may only specify field values here, any other options should be set in the custom_fields request parameter.
Example CSV:
``` name, email_address, pin, company_field George, george@example.com, d79a3td, ABC Corp Mary, mary@example.com, gd9as5b, 123 LLC ``` | [optional] **SignerList** | [**List<SubBulkSignerList>**](SubBulkSignerList.md) | `signer_list` is an array defining values and options for signer fields. Required unless a `signer_file` is used, you may not use both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **ClientId** | **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. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
+**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **SignerFile** | **System.IO.Stream** | `signer_file` is a CSV file defining values and options for signer fields. Required unless a `signer_list` is used, you may not use both. The CSV can have the following columns:
- `name`: the name of the signer filling the role of RoleName - `email_address`: email address of the signer filling the role of RoleName - `pin`: the 4- to 12-character access code that will secure this signer's signature page (optional) - `sms_phone_number`: An E.164 formatted phone number that will receive a code via SMS to access this signer's signature page. (optional)
By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
**NOTE:** Not available in test mode and requires a Standard plan or higher. - `*_field`: any column with a _field" suffix will be treated as a custom field (optional)
You may only specify field values here, any other options should be set in the custom_fields request parameter.
Example CSV:
``` name, email_address, pin, company_field George, george@example.com, d79a3td, ABC Corp Mary, mary@example.com, gd9as5b, 123 LLC ``` | [optional] **SignerList** | [**List<SubBulkSignerList>**](SubBulkSignerList.md) | `signer_list` is an array defining values and options for signer fields. Required unless a `signer_file` is used, you may not use both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **ClientId** | **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. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestCreateEmbeddedRequest.md b/sdks/dotnet/docs/SignatureRequestCreateEmbeddedRequest.md
index babeb4eb2..0f565d5c9 100644
--- a/sdks/dotnet/docs/SignatureRequestCreateEmbeddedRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestCreateEmbeddedRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | Add Signers to your Signature Request.
This endpoint requires either **signers** or **grouped_signers**, but not both. | [optional] **GroupedSigners** | [**List<SubSignatureRequestGroupedSigners>**](SubSignatureRequestGroupedSigners.md) | Add Grouped Signers to your Signature Request.
This endpoint requires either **signers** or **grouped_signers**, but not both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | A list describing the attachments | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.
**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. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UseTextTags** | **bool** | 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`. | [optional] [default to false]**PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]**ExpiresAt** | **int?** | 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. | [optional]
+**ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | _t__Sub::SignatureRequestSigner::DESCRIPTION | [optional] **GroupedSigners** | [**List<SubSignatureRequestGroupedSigners>**](SubSignatureRequestGroupedSigners.md) | _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [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]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | _t__SubAttachment::LIST_DESCRIPTION | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.
**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. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UseTextTags** | **bool** | 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`. | [optional] [default to false]**PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]**ExpiresAt** | **int?** | 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. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md b/sdks/dotnet/docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md
index 61bab9b3a..b87843ef7 100644
--- a/sdks/dotnet/docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **Signers** | [**List<SubSignatureRequestTemplateSigner>**](SubSignatureRequestTemplateSigner.md) | Add Signers to your Templated-based Signature Request. | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]
+**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **Signers** | [**List<SubSignatureRequestTemplateSigner>**](SubSignatureRequestTemplateSigner.md) | _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [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)
diff --git a/sdks/dotnet/docs/SignatureRequestEditEmbeddedRequest.md b/sdks/dotnet/docs/SignatureRequestEditEmbeddedRequest.md
index 3d7e41773..4630b4d22 100644
--- a/sdks/dotnet/docs/SignatureRequestEditEmbeddedRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestEditEmbeddedRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | Add Signers to your Signature Request.
This endpoint requires either **signers** or **grouped_signers**, but not both. | [optional] **GroupedSigners** | [**List<SubSignatureRequestGroupedSigners>**](SubSignatureRequestGroupedSigners.md) | Add Grouped Signers to your Signature Request.
This endpoint requires either **signers** or **grouped_signers**, but not both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | A list describing the attachments | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.
**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. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UseTextTags** | **bool** | 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`. | [optional] [default to false]**PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]**ExpiresAt** | **int?** | 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. | [optional]
+**ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | _t__Sub::SignatureRequestSigner::DESCRIPTION | [optional] **GroupedSigners** | [**List<SubSignatureRequestGroupedSigners>**](SubSignatureRequestGroupedSigners.md) | _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [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]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | _t__SubAttachment::LIST_DESCRIPTION | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.
**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. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UseTextTags** | **bool** | 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`. | [optional] [default to false]**PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]**ExpiresAt** | **int?** | 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. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestEditEmbeddedWithTemplateRequest.md b/sdks/dotnet/docs/SignatureRequestEditEmbeddedWithTemplateRequest.md
index 8be8d1b17..81882c3db 100644
--- a/sdks/dotnet/docs/SignatureRequestEditEmbeddedWithTemplateRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestEditEmbeddedWithTemplateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **Signers** | [**List<SubSignatureRequestTemplateSigner>**](SubSignatureRequestTemplateSigner.md) | Add Signers to your Templated-based Signature Request. | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]
+**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **ClientId** | **string** | Client id of the app you're using to create this embedded signature request. Used for security purposes. | **Signers** | [**List<SubSignatureRequestTemplateSigner>**](SubSignatureRequestTemplateSigner.md) | _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [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)
diff --git a/sdks/dotnet/docs/SignatureRequestEditRequest.md b/sdks/dotnet/docs/SignatureRequestEditRequest.md
index 20f216403..1d09df000 100644
--- a/sdks/dotnet/docs/SignatureRequestEditRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestEditRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | Add Signers to your Signature Request.
This endpoint requires either **signers** or **grouped_signers**, but not both. | [optional] **GroupedSigners** | [**List<SubSignatureRequestGroupedSigners>**](SubSignatureRequestGroupedSigners.md) | Add Grouped Signers to your Signature Request.
This endpoint requires either **signers** or **grouped_signers**, but not both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | A list describing the attachments | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **ClientId** | **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. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.
**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. | [optional] [default to false]**IsEid** | **bool** | 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.<br>
**NOTE:** eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UseTextTags** | **bool** | 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`. | [optional] [default to false]**ExpiresAt** | **int?** | 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. | [optional]
+**Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | _t__Sub::SignatureRequestSigner::DESCRIPTION | [optional] **GroupedSigners** | [**List<SubSignatureRequestGroupedSigners>**](SubSignatureRequestGroupedSigners.md) | _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [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]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | _t__SubAttachment::LIST_DESCRIPTION | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **ClientId** | **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. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.
**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. | [optional] [default to false]**IsEid** | **bool** | 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.<br>
**NOTE:** eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UseTextTags** | **bool** | 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`. | [optional] [default to false]**ExpiresAt** | **int?** | 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. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestEditWithTemplateRequest.md b/sdks/dotnet/docs/SignatureRequestEditWithTemplateRequest.md
index d9ac882ee..142295930 100644
--- a/sdks/dotnet/docs/SignatureRequestEditWithTemplateRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestEditWithTemplateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **Signers** | [**List<SubSignatureRequestTemplateSigner>**](SubSignatureRequestTemplateSigner.md) | Add Signers to your Templated-based Signature Request. | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **ClientId** | **string** | Client id of the app to associate with the signature request. Used to apply the branding and callback url defined for the app. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **IsEid** | **bool** | 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.<br>
**NOTE:** eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
+**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **Signers** | [**List<SubSignatureRequestTemplateSigner>**](SubSignatureRequestTemplateSigner.md) | _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **ClientId** | **string** | Client id of the app to associate with the signature request. Used to apply the branding and callback url defined for the app. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **IsEid** | **bool** | 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.<br>
**NOTE:** eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestGetResponse.md b/sdks/dotnet/docs/SignatureRequestGetResponse.md
index b43aebe70..fe4d7ce59 100644
--- a/sdks/dotnet/docs/SignatureRequestGetResponse.md
+++ b/sdks/dotnet/docs/SignatureRequestGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**SignatureRequest** | [**SignatureRequestResponse**](SignatureRequestResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**SignatureRequest** | [**SignatureRequestResponse**](SignatureRequestResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestListResponse.md b/sdks/dotnet/docs/SignatureRequestListResponse.md
index d3cda99bc..84992738a 100644
--- a/sdks/dotnet/docs/SignatureRequestListResponse.md
+++ b/sdks/dotnet/docs/SignatureRequestListResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**SignatureRequests** | [**List<SignatureRequestResponse>**](SignatureRequestResponse.md) | Contains information about signature requests. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**SignatureRequests** | [**List<SignatureRequestResponse>**](SignatureRequestResponse.md) | _t__SignatureRequestListResponse::DESCRIPTION | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponse.md b/sdks/dotnet/docs/SignatureRequestResponse.md
index e2b6d0a31..1d6ca64bc 100644
--- a/sdks/dotnet/docs/SignatureRequestResponse.md
+++ b/sdks/dotnet/docs/SignatureRequestResponse.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.SignatureRequestResponse
-Contains information about a signature request.
+_t__SignatureRequestResponse::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TestMode** | **bool** | Whether this is a test signature request. Test requests have no legal value. Defaults to `false`. | [optional] [default to false]**SignatureRequestId** | **string** | The id of the SignatureRequest. | [optional] **RequesterEmailAddress** | **string** | The email address of the initiator of the SignatureRequest. | [optional] **Title** | **string** | The title the specified Account uses for the SignatureRequest. | [optional] **OriginalTitle** | **string** | Default Label for account. | [optional] **Subject** | **string** | The subject in the email that was initially sent to the signers. | [optional] **Message** | **string** | The custom message in the email that was initially sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | The metadata attached to the signature request. | [optional] **CreatedAt** | **int** | Time the signature request was created. | [optional] **ExpiresAt** | **int?** | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | [optional] **IsComplete** | **bool** | Whether or not the SignatureRequest has been fully executed by all signers. | [optional] **IsDeclined** | **bool** | Whether or not the SignatureRequest has been declined by a signer. | [optional] **HasError** | **bool** | Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings). | [optional] **FilesUrl** | **string** | The URL where a copy of the request's documents can be downloaded. | [optional] **SigningUrl** | **string** | The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing. | [optional] **DetailsUrl** | **string** | The URL where the requester and the signers can view the current status of the SignatureRequest. | [optional] **CcEmailAddresses** | **List<string>** | A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed. | [optional] **SigningRedirectUrl** | **string** | The URL you want the signer redirected to after they successfully sign. | [optional] **FinalCopyUri** | **string** | The path where the completed document can be downloaded | [optional] **TemplateIds** | **List<string>** | Templates IDs used in this SignatureRequest (if any). | [optional] **CustomFields** | [**List<SignatureRequestResponseCustomFieldBase>**](SignatureRequestResponseCustomFieldBase.md) | An array of Custom Field objects containing the name and type of each custom field.
* Text Field uses `SignatureRequestResponseCustomFieldText`
* Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox` | [optional] **Attachments** | [**List<SignatureRequestResponseAttachment>**](SignatureRequestResponseAttachment.md) | Signer attachments. | [optional] **ResponseData** | [**List<SignatureRequestResponseDataBase>**](SignatureRequestResponseDataBase.md) | An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers. | [optional] **Signatures** | [**List<SignatureRequestResponseSignatures>**](SignatureRequestResponseSignatures.md) | An array of signature objects, 1 for each signer. | [optional] **BulkSendJobId** | **string** | The ID of the Bulk Send job which sent the signature request, if applicable. | [optional]
+**TestMode** | **bool** | _t__SignatureRequestResponse::TEST_MODE | [optional] [default to false]**SignatureRequestId** | **string** | _t__SignatureRequestResponse::SIGNATURE_REQUEST_ID | [optional] **RequesterEmailAddress** | **string** | _t__SignatureRequestResponse::REQUESTER_EMAIL_ADDRESS | [optional] **Title** | **string** | _t__SignatureRequestResponse::TITLE | [optional] **OriginalTitle** | **string** | _t__SignatureRequestResponse::ORIGINAL_TITLE | [optional] **Subject** | **string** | _t__SignatureRequestResponse::SUBJECT | [optional] **Message** | **string** | _t__SignatureRequestResponse::MESSAGE | [optional] **Metadata** | **Dictionary<string, Object>** | _t__SignatureRequestResponse::METADATA | [optional] **CreatedAt** | **int** | _t__SignatureRequestResponse::CREATED_AT | [optional] **ExpiresAt** | **int?** | _t__SignatureRequestResponse::EXPIRES_AT | [optional] **IsComplete** | **bool** | _t__SignatureRequestResponse::IS_COMPLETE | [optional] **IsDeclined** | **bool** | _t__SignatureRequestResponse::IS_DECLINED | [optional] **HasError** | **bool** | _t__SignatureRequestResponse::HAS_ERROR | [optional] **FilesUrl** | **string** | _t__SignatureRequestResponse::FILES_URL | [optional] **SigningUrl** | **string** | _t__SignatureRequestResponse::SIGNING_URL | [optional] **DetailsUrl** | **string** | _t__SignatureRequestResponse::DETAILS_URL | [optional] **CcEmailAddresses** | **List<string>** | _t__SignatureRequestResponse::CC_EMAIL_ADDRESSES | [optional] **SigningRedirectUrl** | **string** | _t__SignatureRequestResponse::SIGNING_REDIRECT_URL | [optional] **FinalCopyUri** | **string** | _t__SignatureRequestResponse::FINAL_COPY_URI | [optional] **TemplateIds** | **List<string>** | _t__SignatureRequestResponse::TEMPLATE_IDS | [optional] **CustomFields** | [**List<SignatureRequestResponseCustomFieldBase>**](SignatureRequestResponseCustomFieldBase.md) | _t__SignatureRequestResponseCustomField::DESCRIPTION | [optional] **Attachments** | [**List<SignatureRequestResponseAttachment>**](SignatureRequestResponseAttachment.md) | _t__SignatureRequestResponseAttachment::DESCRIPTION | [optional] **ResponseData** | [**List<SignatureRequestResponseDataBase>**](SignatureRequestResponseDataBase.md) | _t__SignatureRequestResponseData::DESCRIPTION | [optional] **Signatures** | [**List<SignatureRequestResponseSignatures>**](SignatureRequestResponseSignatures.md) | _t__SignatureRequestResponseSignatures::DESCRIPTION | [optional] **BulkSendJobId** | **string** | _t__SignatureRequestResponse::BULK_SEND_JOB_ID | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseAttachment.md b/sdks/dotnet/docs/SignatureRequestResponseAttachment.md
index cf0956931..0d9b9a978 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseAttachment.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseAttachment.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.SignatureRequestResponseAttachment
-Signer attachments.
+_t__SignatureRequestResponseAttachment::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Id** | **string** | The unique ID for this attachment. | **Signer** | **string** | The Signer this attachment is assigned to. | **Name** | **string** | The name of this attachment. | **Required** | **bool** | A boolean value denoting if this attachment is required. | **Instructions** | **string** | Instructions for Signer. | [optional] **UploadedAt** | **int?** | Timestamp when attachment was uploaded by Signer. | [optional]
+**Id** | **string** | _t__SignatureRequestResponseAttachment::ID | **Signer** | **string** | _t__SignatureRequestResponseAttachment::SIGNER | **Name** | **string** | _t__SignatureRequestResponseAttachment::NAME | **Required** | **bool** | _t__SignatureRequestResponseAttachment::REQUIRED | **Instructions** | **string** | _t__SignatureRequestResponseAttachment::INSTRUCTIONS | [optional] **UploadedAt** | **int?** | _t__SignatureRequestResponseAttachment::UPLOADED_AT | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseCustomFieldBase.md b/sdks/dotnet/docs/SignatureRequestResponseCustomFieldBase.md
index 02072d8aa..5e8d5a323 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseCustomFieldBase.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseCustomFieldBase.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.SignatureRequestResponseCustomFieldBase
-An array of Custom Field objects containing the name and type of each custom field. * Text Field uses `SignatureRequestResponseCustomFieldText` * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`
+_t__SignatureRequestResponseCustomField::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Type** | **string** | The type of this Custom Field. Only 'text' and 'checkbox' are currently supported. | **Name** | **string** | The name of the Custom Field. | **Required** | **bool** | A boolean value denoting if this field is required. | [optional] **ApiId** | **string** | The unique ID for this field. | [optional] **Editor** | **string** | The name of the Role that is able to edit this field. | [optional]
+**Type** | **string** | _t__SignatureRequestResponseCustomField::TYPE | **Name** | **string** | _t__SignatureRequestResponseCustomField::NAME | **Required** | **bool** | _t__SignatureRequestResponseCustomField::REQUIRED | [optional] **ApiId** | **string** | _t__SignatureRequestResponseCustomField::API_ID | [optional] **Editor** | **string** | _t__SignatureRequestResponseCustomField::EDITOR | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseCustomFieldCheckbox.md b/sdks/dotnet/docs/SignatureRequestResponseCustomFieldCheckbox.md
index 42a1a3004..bf3b94028 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseCustomFieldCheckbox.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseCustomFieldCheckbox.md
@@ -1,15 +1,15 @@
# Dropbox.Sign.Model.SignatureRequestResponseCustomFieldCheckbox
-This class extends `SignatureRequestResponseCustomFieldBase`.
+_t__SignatureRequestResponseCustomField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | The name of the Custom Field. |
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**Editor** | **string** | The name of the Role that is able to edit this field. | [optional]
-**Type** | **string** | The type of this Custom Field. Only 'text' and 'checkbox' are currently supported. | [default to "checkbox"]**Value** | **bool** | A true/false for checkbox fields | [optional]
+**Name** | **string** | _t__SignatureRequestResponseCustomField::NAME |
+**Required** | **bool** | _t__SignatureRequestResponseCustomField::REQUIRED | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseCustomField::API_ID | [optional]
+**Editor** | **string** | _t__SignatureRequestResponseCustomField::EDITOR | [optional]
+**Type** | **string** | _t__SignatureRequestResponseCustomField::TYPE | [default to "checkbox"]**Value** | **bool** | _t__SignatureRequestResponseCustomField::VALUE_CHECKBOX | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseCustomFieldText.md b/sdks/dotnet/docs/SignatureRequestResponseCustomFieldText.md
index c3c9ca8af..7e0db9e93 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseCustomFieldText.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseCustomFieldText.md
@@ -1,15 +1,15 @@
# Dropbox.Sign.Model.SignatureRequestResponseCustomFieldText
-This class extends `SignatureRequestResponseCustomFieldBase`.
+_t__SignatureRequestResponseCustomField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | The name of the Custom Field. |
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**Editor** | **string** | The name of the Role that is able to edit this field. | [optional]
-**Type** | **string** | The type of this Custom Field. Only 'text' and 'checkbox' are currently supported. | [default to "text"]**Value** | **string** | A text string for text fields | [optional]
+**Name** | **string** | _t__SignatureRequestResponseCustomField::NAME |
+**Required** | **bool** | _t__SignatureRequestResponseCustomField::REQUIRED | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseCustomField::API_ID | [optional]
+**Editor** | **string** | _t__SignatureRequestResponseCustomField::EDITOR | [optional]
+**Type** | **string** | _t__SignatureRequestResponseCustomField::TYPE | [default to "text"]**Value** | **string** | _t__SignatureRequestResponseCustomField::VALUE_TEXT | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataBase.md b/sdks/dotnet/docs/SignatureRequestResponseDataBase.md
index 63c965df9..6332a6524 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataBase.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataBase.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.SignatureRequestResponseDataBase
-An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers.
+_t__SignatureRequestResponseData::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional] **SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional] **Name** | **string** | The name of the form field. | [optional] **Required** | **bool** | A boolean value denoting if this field is required. | [optional] **Type** | **string** | | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional] **SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional] **Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional] **Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional] **Type** | **string** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataValueCheckbox.md b/sdks/dotnet/docs/SignatureRequestResponseDataValueCheckbox.md
index 57d02ae42..d8b27e74d 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataValueCheckbox.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataValueCheckbox.md
@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**Type** | **string** | A yes/no checkbox | [optional] [default to "checkbox"]**Value** | **bool** | The value of the form field. | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional]
+**Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional]
+**Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional]
+**Type** | **string** | _t__SignatureRequestResponseDataValue::CHECKBOX_TYPE | [optional] [default to "checkbox"]**Value** | **bool** | _t__SignatureRequestResponseDataValue::VALUE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataValueCheckboxMerge.md b/sdks/dotnet/docs/SignatureRequestResponseDataValueCheckboxMerge.md
index 7e96757d7..f57309f93 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataValueCheckboxMerge.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataValueCheckboxMerge.md
@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**Type** | **string** | A checkbox field that has default value set by the api | [optional] [default to "checkbox-merge"]**Value** | **string** | The value of the form field. | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional]
+**Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional]
+**Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional]
+**Type** | **string** | _t__SignatureRequestResponseDataValue::CHECKBOXMERGE_TYPE | [optional] [default to "checkbox-merge"]**Value** | **string** | _t__SignatureRequestResponseDataValue::VALUE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataValueDateSigned.md b/sdks/dotnet/docs/SignatureRequestResponseDataValueDateSigned.md
index 3bc2e553e..64b99507d 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataValueDateSigned.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataValueDateSigned.md
@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**Type** | **string** | A date | [optional] [default to "date_signed"]**Value** | **string** | The value of the form field. | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional]
+**Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional]
+**Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional]
+**Type** | **string** | _t__SignatureRequestResponseDataValue::DATESIGNED_TYPE | [optional] [default to "date_signed"]**Value** | **string** | _t__SignatureRequestResponseDataValue::VALUE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataValueDropdown.md b/sdks/dotnet/docs/SignatureRequestResponseDataValueDropdown.md
index 13473c22d..f090f6f70 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataValueDropdown.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataValueDropdown.md
@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**Type** | **string** | An input field for dropdowns | [optional] [default to "dropdown"]**Value** | **string** | The value of the form field. | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional]
+**Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional]
+**Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional]
+**Type** | **string** | _t__SignatureRequestResponseDataValue::DROPDOWN_TYPE | [optional] [default to "dropdown"]**Value** | **string** | _t__SignatureRequestResponseDataValue::VALUE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataValueInitials.md b/sdks/dotnet/docs/SignatureRequestResponseDataValueInitials.md
index 74ef6e094..61b3eae00 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataValueInitials.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataValueInitials.md
@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**Type** | **string** | An input field for initials | [optional] [default to "initials"]**Value** | **string** | The value of the form field. | [optional] **IsSigned** | **bool?** | This field contains the boolean true if the field is signed. | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional]
+**Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional]
+**Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional]
+**Type** | **string** | _t__SignatureRequestResponseDataValue::INITIAL_TYPE | [optional] [default to "initials"]**Value** | **string** | _t__SignatureRequestResponseDataValue::VALUE | [optional] **IsSigned** | **bool?** | _t__SignatureRequestResponseDataValue::IS_SIGNED | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataValueRadio.md b/sdks/dotnet/docs/SignatureRequestResponseDataValueRadio.md
index ccc7520e2..2829b00f9 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataValueRadio.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataValueRadio.md
@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**Type** | **string** | An input field for radios | [optional] [default to "radio"]**Value** | **bool** | The value of the form field. | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional]
+**Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional]
+**Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional]
+**Type** | **string** | _t__SignatureRequestResponseDataValue::RADIO_TYPE | [optional] [default to "radio"]**Value** | **bool** | _t__SignatureRequestResponseDataValue::VALUE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataValueSignature.md b/sdks/dotnet/docs/SignatureRequestResponseDataValueSignature.md
index 8e921bf9b..81ac24ec0 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataValueSignature.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataValueSignature.md
@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**Type** | **string** | A signature input field | [optional] [default to "signature"]**Value** | **string** | The value of the form field. | [optional] **IsSigned** | **bool?** | This field contains the boolean true if the field is signed. | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional]
+**Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional]
+**Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional]
+**Type** | **string** | _t__SignatureRequestResponseDataValue::SIGNATURE_TYPE | [optional] [default to "signature"]**Value** | **string** | _t__SignatureRequestResponseDataValue::VALUE | [optional] **IsSigned** | **bool?** | _t__SignatureRequestResponseDataValue::IS_SIGNED | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataValueText.md b/sdks/dotnet/docs/SignatureRequestResponseDataValueText.md
index 14e685ea2..26ba39f52 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataValueText.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataValueText.md
@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**Type** | **string** | A text input field | [optional] [default to "text"]**Value** | **string** | The value of the form field. | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional]
+**Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional]
+**Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional]
+**Type** | **string** | _t__SignatureRequestResponseDataValue::TEXT_TYPE | [optional] [default to "text"]**Value** | **string** | _t__SignatureRequestResponseDataValue::VALUE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseDataValueTextMerge.md b/sdks/dotnet/docs/SignatureRequestResponseDataValueTextMerge.md
index 2c8ab326b..437873abf 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseDataValueTextMerge.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseDataValueTextMerge.md
@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**SignatureId** | **string** | The ID of the signature to which this response is linked. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Required** | **bool** | A boolean value denoting if this field is required. | [optional]
-**Type** | **string** | A text field that has default text set by the api | [optional] [default to "text-merge"]**Value** | **string** | The value of the form field. | [optional]
+**ApiId** | **string** | _t__SignatureRequestResponseData::API_ID | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseData::SIGNATURE_ID | [optional]
+**Name** | **string** | _t__SignatureRequestResponseData::NAME | [optional]
+**Required** | **bool** | _t__SignatureRequestResponseData::REQUIRED | [optional]
+**Type** | **string** | _t__SignatureRequestResponseDataValue::TEXTMERGE_TYPE | [optional] [default to "text-merge"]**Value** | **string** | _t__SignatureRequestResponseDataValue::VALUE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestResponseSignatures.md b/sdks/dotnet/docs/SignatureRequestResponseSignatures.md
index 0956244ab..00c9f6f21 100644
--- a/sdks/dotnet/docs/SignatureRequestResponseSignatures.md
+++ b/sdks/dotnet/docs/SignatureRequestResponseSignatures.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.SignatureRequestResponseSignatures
-An array of signature objects, 1 for each signer.
+_t__SignatureRequestResponseSignatures::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**SignatureId** | **string** | Signature identifier. | [optional] **SignerGroupGuid** | **string** | Signer Group GUID | [optional] **SignerEmailAddress** | **string** | The email address of the signer. | [optional] **SignerName** | **string** | The name of the signer. | [optional] **SignerRole** | **string** | The role of the signer. | [optional] **Order** | **int?** | If signer order is assigned this is the 0-based index for this signer. | [optional] **StatusCode** | **string** | The current status of the signature. eg: awaiting_signature, signed, declined. | [optional] **DeclineReason** | **string** | The reason provided by the signer for declining the request. | [optional] **SignedAt** | **int?** | Time that the document was signed or null. | [optional] **LastViewedAt** | **int?** | The time that the document was last viewed by this signer or null. | [optional] **LastRemindedAt** | **int?** | The time the last reminder email was sent to the signer or null. | [optional] **HasPin** | **bool** | Boolean to indicate whether this signature requires a PIN to access. | [optional] **HasSmsAuth** | **bool?** | Boolean to indicate whether this signature has SMS authentication enabled. | [optional] **HasSmsDelivery** | **bool?** | Boolean to indicate whether this signature has SMS delivery enabled. | [optional] **SmsPhoneNumber** | **string** | The SMS phone number used for authentication or signature request delivery. | [optional] **ReassignedBy** | **string** | Email address of original signer who reassigned to this signer. | [optional] **ReassignmentReason** | **string** | Reason provided by original signer who reassigned to this signer. | [optional] **ReassignedFrom** | **string** | Previous signature identifier. | [optional] **Error** | **string** | Error message pertaining to this signer, or null. | [optional]
+**SignatureId** | **string** | _t__SignatureRequestResponseSignatures::SIGNATURE_ID | [optional] **SignerGroupGuid** | **string** | _t__SignatureRequestResponseSignatures::SIGNER_GROUP_GUID | [optional] **SignerEmailAddress** | **string** | _t__SignatureRequestResponseSignatures::SIGNER_EMAIL_ADDRESS | [optional] **SignerName** | **string** | _t__SignatureRequestResponseSignatures::SIGNER_NAME | [optional] **SignerRole** | **string** | _t__SignatureRequestResponseSignatures::SIGNER_ROLE | [optional] **Order** | **int?** | _t__SignatureRequestResponseSignatures::ORDER | [optional] **StatusCode** | **string** | _t__SignatureRequestResponseSignatures::STATUS_CODE | [optional] **DeclineReason** | **string** | _t__SignatureRequestResponseSignatures::DECLINE_REASON | [optional] **SignedAt** | **int?** | _t__SignatureRequestResponseSignatures::SIGNED_AT | [optional] **LastViewedAt** | **int?** | _t__SignatureRequestResponseSignatures::LAST_VIEWED_AT | [optional] **LastRemindedAt** | **int?** | _t__SignatureRequestResponseSignatures::LAST_REMINDED_AT | [optional] **HasPin** | **bool** | _t__SignatureRequestResponseSignatures::HAS_PIN | [optional] **HasSmsAuth** | **bool?** | _t__SignatureRequestResponseSignatures::HAS_SMS_AUTH | [optional] **HasSmsDelivery** | **bool?** | _t__SignatureRequestResponseSignatures::HAS_SMS_DELIVERY | [optional] **SmsPhoneNumber** | **string** | _t__SignatureRequestResponseSignatures::SMS_PHONE_NUMBER | [optional] **ReassignedBy** | **string** | _t__SignatureRequestResponseSignatures::REASSIGNED_BY | [optional] **ReassignmentReason** | **string** | _t__SignatureRequestResponseSignatures::REASSIGNMENT_REASON | [optional] **ReassignedFrom** | **string** | _t__SignatureRequestResponseSignatures::REASSIGNED_FROM | [optional] **Error** | **string** | _t__SignatureRequestResponseSignatures::ERROR | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestSendRequest.md b/sdks/dotnet/docs/SignatureRequestSendRequest.md
index 000c7adec..35eebb4c4 100644
--- a/sdks/dotnet/docs/SignatureRequestSendRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestSendRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | Add Signers to your Signature Request.
This endpoint requires either **signers** or **grouped_signers**, but not both. | [optional] **GroupedSigners** | [**List<SubSignatureRequestGroupedSigners>**](SubSignatureRequestGroupedSigners.md) | Add Grouped Signers to your Signature Request.
This endpoint requires either **signers** or **grouped_signers**, but not both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | A list describing the attachments | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **ClientId** | **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. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.
**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. | [optional] [default to false]**IsQualifiedSignature** | **bool** | 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's identity.<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. | [optional] [default to false]**IsEid** | **bool** | 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.<br>
**NOTE:** eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UseTextTags** | **bool** | 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`. | [optional] [default to false]**ExpiresAt** | **int?** | 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. | [optional]
+**Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | _t__Sub::SignatureRequestSigner::DESCRIPTION | [optional] **GroupedSigners** | [**List<SubSignatureRequestGroupedSigners>**](SubSignatureRequestGroupedSigners.md) | _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [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]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | _t__SubAttachment::LIST_DESCRIPTION | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **ClientId** | **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. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.
**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. | [optional] [default to false]**IsQualifiedSignature** | **bool** | 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's identity.<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. | [optional] [default to false]**IsEid** | **bool** | 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.<br>
**NOTE:** eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UseTextTags** | **bool** | 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`. | [optional] [default to false]**ExpiresAt** | **int?** | 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. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SignatureRequestSendWithTemplateRequest.md b/sdks/dotnet/docs/SignatureRequestSendWithTemplateRequest.md
index 12fc09be5..f345c0424 100644
--- a/sdks/dotnet/docs/SignatureRequestSendWithTemplateRequest.md
+++ b/sdks/dotnet/docs/SignatureRequestSendWithTemplateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **Signers** | [**List<SubSignatureRequestTemplateSigner>**](SubSignatureRequestTemplateSigner.md) | Add Signers to your Templated-based Signature Request. | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **ClientId** | **string** | Client id of the app to associate with the signature request. Used to apply the branding and callback url defined for the app. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **IsQualifiedSignature** | **bool** | 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's identity.<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. | [optional] [default to false]**IsEid** | **bool** | 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.<br>
**NOTE:** eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
+**TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | **Signers** | [**List<SubSignatureRequestTemplateSigner>**](SubSignatureRequestTemplateSigner.md) | _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **ClientId** | **string** | Client id of the app to associate with the signature request. Used to apply the branding and callback url defined for the app. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **IsQualifiedSignature** | **bool** | 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's identity.<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. | [optional] [default to false]**IsEid** | **bool** | 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.<br>
**NOTE:** eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentBase.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentBase.md
index e684c8b85..018b368fc 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentBase.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentBase.md
@@ -5,7 +5,7 @@ The fields that should appear on the document, expressed as an array of objects.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DocumentIndex** | **int** | Represents the integer index of the `file` or `file_url` document the field should be attached to. | **ApiId** | **string** | An identifier for the field that is unique across all documents in the request. | **Height** | **int** | Size of the field in pixels. | **Required** | **bool** | Whether this field is required. | **Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. | **Type** | **string** | | **Width** | **int** | Size of the field in pixels. | **X** | **int** | Location coordinates of the field in pixels. | **Y** | **int** | Location coordinates of the field in pixels. | **Name** | **string** | Display name for the field. | [optional] **Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
+**DocumentIndex** | **int** | Represents the integer index of the `file` or `file_url` document the field should be attached to. | **ApiId** | **string** | An identifier for the field that is unique across all documents in the request. | **Height** | **int** | Size of the field in pixels. | **Required** | **bool** | Whether this field is required. | **Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. | **Type** | **string** | | **Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH | **X** | **int** | _t__Sub::FormFieldsPerDocument::X | **Y** | **int** | _t__Sub::FormFieldsPerDocument::Y | **Name** | **string** | Display name for the field. | [optional] **Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentCheckbox.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentCheckbox.md
index 3e099fb3d..a974edaef 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentCheckbox.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentCheckbox.md
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
**Type** | **string** | A yes/no checkbox. Use the `SubFormFieldsPerDocumentCheckbox` class. | [default to "checkbox"]**IsChecked** | **bool** | `true` for checking the checkbox field by default, otherwise `false`. | **Group** | **string** | String referencing group defined in `form_field_groups` parameter. | [optional]
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentCheckboxMerge.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentCheckboxMerge.md
index 61cd72325..139e6d38c 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentCheckboxMerge.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentCheckboxMerge.md
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
**Type** | **string** | A checkbox field that has default value set using pre-filled data. Use the `SubFormFieldsPerDocumentCheckboxMerge` class. | [default to "checkbox-merge"]
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentDateSigned.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentDateSigned.md
index 1e7bf6477..40a3abcd2 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentDateSigned.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentDateSigned.md
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
**Type** | **string** | A date. Use the `SubFormFieldsPerDocumentDateSigned` class. | [default to "date_signed"]**FontFamily** | **string** | Font family for the field. | [optional] **FontSize** | **int** | The initial px font size for the field contents. Can be any integer value between `7` and `49`.
**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | [optional] [default to 12]
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentDropdown.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentDropdown.md
index d23c8c62c..1b6f503fe 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentDropdown.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentDropdown.md
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
**Type** | **string** | An input field for dropdowns. Use the `SubFormFieldsPerDocumentDropdown` class. | [default to "dropdown"]**Options** | **List<string>** | Array of string values representing dropdown values. | **Content** | **string** | Selected value in `options` array. Value must exist in array. | [optional] **FontFamily** | **string** | Font family for the field. | [optional] **FontSize** | **int** | The initial px font size for the field contents. Can be any integer value between `7` and `49`.
**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | [optional] [default to 12]
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentHyperlink.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentHyperlink.md
index aea6fa4e5..103c06443 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentHyperlink.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentHyperlink.md
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
**Type** | **string** | A hyperlink field. Use the `SubFormFieldsPerDocumentHyperlink` class. | [default to "hyperlink"]**Content** | **string** | Link Text. | **ContentUrl** | **string** | Link URL. | **FontFamily** | **string** | Font family for the field. | [optional] **FontSize** | **int** | The initial px font size for the field contents. Can be any integer value between `7` and `49`.
**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | [optional] [default to 12]
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentInitials.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentInitials.md
index 804786051..27fddf1a6 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentInitials.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentInitials.md
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
**Type** | **string** | An input field for initials. Use the `SubFormFieldsPerDocumentInitials` class. | [default to "initials"]
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentRadio.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentRadio.md
index d8b4ec7d1..fa19aa6ee 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentRadio.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentRadio.md
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
**Type** | **string** | An input field for radios. Use the `SubFormFieldsPerDocumentRadio` class. | [default to "radio"]**Group** | **string** | String referencing group defined in `form_field_groups` parameter. | **IsChecked** | **bool** | `true` for checking the radio field by default, otherwise `false`. Only one radio field per group can be `true`. |
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentSignature.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentSignature.md
index ed8823d70..0e7682af1 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentSignature.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentSignature.md
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
**Type** | **string** | A signature input field. Use the `SubFormFieldsPerDocumentSignature` class. | [default to "signature"]
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentText.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentText.md
index c025afe54..a50689070 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentText.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentText.md
@@ -10,12 +10,12 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
-**Type** | **string** | A text input field. Use the `SubFormFieldsPerDocumentText` class. | [default to "text"]**Placeholder** | **string** | Placeholder value for text field. | [optional] **AutoFillType** | **string** | Auto fill type for populating fields automatically. Check out the list of [auto fill types](/api/reference/constants/#auto-fill-types) to learn more about the possible values. | [optional] **LinkId** | **string** | Link two or more text fields. Enter data into one linked text field, which automatically fill all other linked text fields. | [optional] **Masked** | **bool** | Masks entered data. For more information see [Masking sensitive information](https://faq.hellosign.com/hc/en-us/articles/360040742811-Masking-sensitive-information). `true` for masking the data in a text field, otherwise `false`. | [optional] **ValidationType** | **string** | Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values.
**NOTE:** When using `custom_regex` you are required to pass a second parameter `validation_custom_regex` and you can optionally provide `validation_custom_regex_format_label` for the error message the user will see in case of an invalid value. | [optional] **ValidationCustomRegex** | **string** | | [optional] **ValidationCustomRegexFormatLabel** | **string** | | [optional] **Content** | **string** | Content of a `me_now` text field | [optional] **FontFamily** | **string** | Font family for the field. | [optional] **FontSize** | **int** | The initial px font size for the field contents. Can be any integer value between `7` and `49`.
**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | [optional] [default to 12]
+**Type** | **string** | A text input field. Use the `SubFormFieldsPerDocumentText` class. | [default to "text"]**Placeholder** | **string** | Placeholder value for text field. | [optional] **AutoFillType** | **string** | Auto fill type for populating fields automatically. Check out the list of [auto fill types](/api/reference/constants/#auto-fill-types) to learn more about the possible values. | [optional] **LinkId** | **string** | Link two or more text fields. Enter data into one linked text field, which automatically fill all other linked text fields. | [optional] **Masked** | **bool** | Masks entered data. For more information see [Masking sensitive information](https://faq.hellosign.com/hc/en-us/articles/360040742811-Masking-sensitive-information). `true` for masking the data in a text field, otherwise `false`. | [optional] **ValidationType** | **string** | _t__Sub::FormFieldsPerDocument::VALIDATION_TYPE | [optional] **ValidationCustomRegex** | **string** | | [optional] **ValidationCustomRegexFormatLabel** | **string** | | [optional] **Content** | **string** | Content of a `me_now` text field | [optional] **FontFamily** | **string** | Font family for the field. | [optional] **FontSize** | **int** | The initial px font size for the field contents. Can be any integer value between `7` and `49`.
**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | [optional] [default to 12]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubFormFieldsPerDocumentTextMerge.md b/sdks/dotnet/docs/SubFormFieldsPerDocumentTextMerge.md
index 20fd61464..c5a8c0100 100644
--- a/sdks/dotnet/docs/SubFormFieldsPerDocumentTextMerge.md
+++ b/sdks/dotnet/docs/SubFormFieldsPerDocumentTextMerge.md
@@ -10,12 +10,12 @@ Name | Type | Description | Notes
**Height** | **int** | Size of the field in pixels. |
**Required** | **bool** | Whether this field is required. |
**Signer** | **string** | Signer index identified by the offset in the signers parameter (0-based indexing), indicating which signer should fill out the field.
**NOTE:** To set the value of the field as the preparer you must set this to `me_now`
**NOTE:** If type is `text-merge` or `checkbox-merge`, you must set this to sender in order to use pre-filled data. |
-**Width** | **int** | Size of the field in pixels. |
-**X** | **int** | Location coordinates of the field in pixels. |
-**Y** | **int** | Location coordinates of the field in pixels. |
+**Width** | **int** | _t__Sub::FormFieldsPerDocument::WIDTH |
+**X** | **int** | _t__Sub::FormFieldsPerDocument::X |
+**Y** | **int** | _t__Sub::FormFieldsPerDocument::Y |
**Name** | **string** | Display name for the field. | [optional]
**Page** | **int?** | Page in the document where the field should be placed (requires documents be PDF files).
- When the page number parameter is supplied, the API will use the new coordinate system. - Check out the differences between both [coordinate systems](https://faq.hellosign.com/hc/en-us/articles/217115577) and how to use them. | [optional]
-**Type** | **string** | A text field that has default text set using pre-filled data. Use the `SubFormFieldsPerDocumentTextMerge` class. | [default to "text-merge"]**FontFamily** | **string** | Font family for the field. | [optional] **FontSize** | **int** | The initial px font size for the field contents. Can be any integer value between `7` and `49`.
**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | [optional] [default to 12]
+**Type** | **string** | _t__Sub::FormFieldsPerDocument::TYPE_TEXT_MERGE | [default to "text-merge"]**FontFamily** | **string** | Font family for the field. | [optional] **FontSize** | **int** | The initial px font size for the field contents. Can be any integer value between `7` and `49`.
**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | [optional] [default to 12]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubMergeField.md b/sdks/dotnet/docs/SubMergeField.md
index d87cc9044..3c88a73cf 100644
--- a/sdks/dotnet/docs/SubMergeField.md
+++ b/sdks/dotnet/docs/SubMergeField.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | The name of the merge field. Must be unique. | **Type** | **string** | The type of merge field. |
+**Name** | **string** | _t__Sub::MergeField::NAME | **Type** | **string** | _t__Sub::MergeField::TYPE |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubOAuth.md b/sdks/dotnet/docs/SubOAuth.md
index 6c5bf7d33..f42701e78 100644
--- a/sdks/dotnet/docs/SubOAuth.md
+++ b/sdks/dotnet/docs/SubOAuth.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.SubOAuth
-OAuth related parameters.
+_t__Sub::OAuth::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**CallbackUrl** | **string** | The callback URL to be used for OAuth flows. (Required if `oauth[scopes]` is provided) | [optional] **Scopes** | **List<SubOAuth.ScopesEnum>** | A list of [OAuth scopes](/api/reference/tag/OAuth) to be granted to the app. (Required if `oauth[callback_url]` is provided). | [optional]
+**CallbackUrl** | **string** | _t__Sub::OAuth::CALLBACK_URL | [optional] **Scopes** | **List<SubOAuth.ScopesEnum>** | _t__Sub::OAuth::SCOPES | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubOptions.md b/sdks/dotnet/docs/SubOptions.md
index c38a7f9b5..38fd3b3de 100644
--- a/sdks/dotnet/docs/SubOptions.md
+++ b/sdks/dotnet/docs/SubOptions.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.SubOptions
-Additional options supported by API App.
+_t__Sub::Options::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**CanInsertEverywhere** | **bool** | Determines if signers can use "Insert Everywhere" when signing a document. | [optional] [default to false]
+**CanInsertEverywhere** | **bool** | _t__Sub::Options::CAN_INSERT_EVERYWHERE | [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)
diff --git a/sdks/dotnet/docs/SubSignatureRequestGroupedSigners.md b/sdks/dotnet/docs/SubSignatureRequestGroupedSigners.md
index b37cae03b..cb9655ab1 100644
--- a/sdks/dotnet/docs/SubSignatureRequestGroupedSigners.md
+++ b/sdks/dotnet/docs/SubSignatureRequestGroupedSigners.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Group** | **string** | The name of the group. | **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | Signers belonging to this Group.
**NOTE:** Only `name`, `email_address`, and `pin` are available to Grouped Signers. We will ignore all other properties, even though they are listed below. | **Order** | **int?** | The order the group is required to sign in. Use this instead of Signer-level `order`. | [optional]
+**Group** | **string** | _t__Sub::SignatureRequestGroupedSigners::GROUP_NAME | **Signers** | [**List<SubSignatureRequestSigner>**](SubSignatureRequestSigner.md) | _t__Sub::SignatureRequestGroupedSigners::SIGNERS | **Order** | **int?** | _t__Sub::SignatureRequestGroupedSigners::ORDER | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubSignatureRequestSigner.md b/sdks/dotnet/docs/SubSignatureRequestSigner.md
index 4357879ce..29c56cdd4 100644
--- a/sdks/dotnet/docs/SubSignatureRequestSigner.md
+++ b/sdks/dotnet/docs/SubSignatureRequestSigner.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | The name of the signer. | **EmailAddress** | **string** | The email address of the signer. | **Order** | **int?** | The order the signer is required to sign in. | [optional] **Pin** | **string** | The 4- to 12-character access code that will secure this signer's signature page. | [optional] **SmsPhoneNumber** | **string** | An E.164 formatted phone number.
By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
**NOTE:** Not available in test mode and requires a Standard plan or higher. | [optional] **SmsPhoneNumberType** | **string** | Specifies the feature used with the `sms_phone_number`. Default `authentication`.
If `authentication`, signer is sent a verification code via SMS that is required to access the document.
If `delivery`, a link to complete the signature request is delivered via SMS (_and_ email). | [optional]
+**Name** | **string** | _t__Sub::SignatureRequestSigner::SIGNER_NAME | **EmailAddress** | **string** | _t__Sub::SignatureRequestSigner::SIGNER_EMAIL_ADDRESS | **Order** | **int?** | _t__Sub::SignatureRequestSigner::SIGNER_ORDER | [optional] **Pin** | **string** | _t__Sub::SignatureRequestSigner::SIGNER_PIN | [optional] **SmsPhoneNumber** | **string** | _t__Sub::SignatureRequestSigner::SIGNER_SMS_PHONE_NUMBER | [optional] **SmsPhoneNumberType** | **string** | _t__Sub::SignatureRequestSigner::SIGNER_SMS_PHONE_NUMBER_TYPE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubSignatureRequestTemplateSigner.md b/sdks/dotnet/docs/SubSignatureRequestTemplateSigner.md
index 5789681fb..ff9ae9613 100644
--- a/sdks/dotnet/docs/SubSignatureRequestTemplateSigner.md
+++ b/sdks/dotnet/docs/SubSignatureRequestTemplateSigner.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Role** | **string** | Must match an existing role in chosen Template(s). It's case-sensitive. | **Name** | **string** | The name of the signer. | **EmailAddress** | **string** | The email address of the signer. | **Pin** | **string** | The 4- to 12-character access code that will secure this signer's signature page. | [optional] **SmsPhoneNumber** | **string** | An E.164 formatted phone number.
By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
**NOTE:** Not available in test mode and requires a Standard plan or higher. | [optional] **SmsPhoneNumberType** | **string** | Specifies the feature used with the `sms_phone_number`. Default `authentication`.
If `authentication`, signer is sent a verification code via SMS that is required to access the document.
If `delivery`, a link to complete the signature request is delivered via SMS (_and_ email). | [optional]
+**Role** | **string** | _t__Sub::SignatureRequestTemplateSigner::ROLE | **Name** | **string** | _t__Sub::SignatureRequestTemplateSigner::NAME | **EmailAddress** | **string** | _t__Sub::SignatureRequestTemplateSigner::EMAIL_ADDRESS | **Pin** | **string** | _t__Sub::SignatureRequestTemplateSigner::PIN | [optional] **SmsPhoneNumber** | **string** | _t__Sub::SignatureRequestTemplateSigner::SMS_PHONE_NUMBER | [optional] **SmsPhoneNumberType** | **string** | _t__Sub::SignatureRequestTemplateSigner::SIGNER_SMS_PHONE_NUMBER_TYPE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubSigningOptions.md b/sdks/dotnet/docs/SubSigningOptions.md
index a65674196..10b9320cf 100644
--- a/sdks/dotnet/docs/SubSigningOptions.md
+++ b/sdks/dotnet/docs/SubSigningOptions.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.SubSigningOptions
-This allows the requester to specify the types allowed for creating a signature. **NOTE:** If `signing_options` are not defined in the request, the allowed types will default to those specified in the account settings.
+_t__Sub::SigningOptions::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**DefaultType** | **string** | The default type shown (limited to the listed types) | **Draw** | **bool** | Allows drawing the signature | [optional] [default to false]**Phone** | **bool** | Allows using a smartphone to email the signature | [optional] [default to false]**Type** | **bool** | Allows typing the signature | [optional] [default to false]**Upload** | **bool** | Allows uploading the signature | [optional] [default to false]
+**DefaultType** | **string** | _t__Sub::SigningOptions::DEFAULT | **Draw** | **bool** | _t__Sub::SigningOptions::DRAW | [optional] [default to false]**Phone** | **bool** | _t__Sub::SigningOptions::PHONE | [optional] [default to false]**Type** | **bool** | _t__Sub::SigningOptions::TYPE | [optional] [default to false]**Upload** | **bool** | _t__Sub::SigningOptions::UPLOAD | [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)
diff --git a/sdks/dotnet/docs/SubTeamResponse.md b/sdks/dotnet/docs/SubTeamResponse.md
index b2c09e6c7..ae81f6af0 100644
--- a/sdks/dotnet/docs/SubTeamResponse.md
+++ b/sdks/dotnet/docs/SubTeamResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TeamId** | **string** | The id of a team | [optional] **Name** | **string** | The name of a team | [optional]
+**TeamId** | **string** | _t__TeamGeneral::TEAM_ID | [optional] **Name** | **string** | _t__TeamGeneral::NAME | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubTemplateRole.md b/sdks/dotnet/docs/SubTemplateRole.md
index ecf59c54c..b2554e664 100644
--- a/sdks/dotnet/docs/SubTemplateRole.md
+++ b/sdks/dotnet/docs/SubTemplateRole.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | The role name of the signer that will be displayed when the template is used to create a signature request. | [optional] **Order** | **int?** | The order in which this signer role is required to sign. | [optional]
+**Name** | **string** | _t__Sub::SignerRole::NAME | [optional] **Order** | **int?** | _t__Sub::SignerRole::ORDER | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubUnclaimedDraftSigner.md b/sdks/dotnet/docs/SubUnclaimedDraftSigner.md
index 46bdfda3b..815d7af6b 100644
--- a/sdks/dotnet/docs/SubUnclaimedDraftSigner.md
+++ b/sdks/dotnet/docs/SubUnclaimedDraftSigner.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**EmailAddress** | **string** | The email address of the signer. | **Name** | **string** | The name of the signer. | **Order** | **int?** | The order the signer is required to sign in. | [optional]
+**EmailAddress** | **string** | _t__Sub::UnclaimedDraftSigner::EMAIL_ADDRESS | **Name** | **string** | _t__Sub::UnclaimedDraftSigner::NAME | **Order** | **int?** | _t__Sub::UnclaimedDraftSigner::ORDER | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubUnclaimedDraftTemplateSigner.md b/sdks/dotnet/docs/SubUnclaimedDraftTemplateSigner.md
index 43be64a68..324f70942 100644
--- a/sdks/dotnet/docs/SubUnclaimedDraftTemplateSigner.md
+++ b/sdks/dotnet/docs/SubUnclaimedDraftTemplateSigner.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Role** | **string** | Must match an existing role in chosen Template(s). | **Name** | **string** | The name of the signer filling the role of `role`. | **EmailAddress** | **string** | The email address of the signer filling the role of `role`. |
+**Role** | **string** | _t__Sub::UnclaimedDraftTemplateSigner::ROLE | **Name** | **string** | _t__Sub::UnclaimedDraftTemplateSigner::NAME | **EmailAddress** | **string** | _t__Sub::UnclaimedDraftTemplateSigner::EMAIL_ADDRESS |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/SubWhiteLabelingOptions.md b/sdks/dotnet/docs/SubWhiteLabelingOptions.md
index 1634a1afb..0bf5a4812 100644
--- a/sdks/dotnet/docs/SubWhiteLabelingOptions.md
+++ b/sdks/dotnet/docs/SubWhiteLabelingOptions.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.SubWhiteLabelingOptions
-An array of elements and values serialized to a string, to be used to customize the app's signer page. (Only applies to some API plans) Take a look at our [white labeling guide](https://developers.hellosign.com/api/reference/premium-branding/) to learn more.
+_t__Sub::WhiteLabelingOptions::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**HeaderBackgroundColor** | **string** | | [optional] [default to "#1a1a1a"]**LegalVersion** | **string** | | [optional] [default to LegalVersionEnum.Terms1]**LinkColor** | **string** | | [optional] [default to "#0061FE"]**PageBackgroundColor** | **string** | | [optional] [default to "#f7f8f9"]**PrimaryButtonColor** | **string** | | [optional] [default to "#0061FE"]**PrimaryButtonColorHover** | **string** | | [optional] [default to "#0061FE"]**PrimaryButtonTextColor** | **string** | | [optional] [default to "#ffffff"]**PrimaryButtonTextColorHover** | **string** | | [optional] [default to "#ffffff"]**SecondaryButtonColor** | **string** | | [optional] [default to "#ffffff"]**SecondaryButtonColorHover** | **string** | | [optional] [default to "#ffffff"]**SecondaryButtonTextColor** | **string** | | [optional] [default to "#0061FE"]**SecondaryButtonTextColorHover** | **string** | | [optional] [default to "#0061FE"]**TextColor1** | **string** | | [optional] [default to "#808080"]**TextColor2** | **string** | | [optional] [default to "#ffffff"]**ResetToDefault** | **bool** | Resets white labeling options to defaults. Only useful when updating an API App. | [optional]
+**HeaderBackgroundColor** | **string** | | [optional] [default to "#1a1a1a"]**LegalVersion** | **string** | | [optional] [default to LegalVersionEnum.Terms1]**LinkColor** | **string** | | [optional] [default to "#0061FE"]**PageBackgroundColor** | **string** | | [optional] [default to "#f7f8f9"]**PrimaryButtonColor** | **string** | | [optional] [default to "#0061FE"]**PrimaryButtonColorHover** | **string** | | [optional] [default to "#0061FE"]**PrimaryButtonTextColor** | **string** | | [optional] [default to "#ffffff"]**PrimaryButtonTextColorHover** | **string** | | [optional] [default to "#ffffff"]**SecondaryButtonColor** | **string** | | [optional] [default to "#ffffff"]**SecondaryButtonColorHover** | **string** | | [optional] [default to "#ffffff"]**SecondaryButtonTextColor** | **string** | | [optional] [default to "#0061FE"]**SecondaryButtonTextColorHover** | **string** | | [optional] [default to "#0061FE"]**TextColor1** | **string** | | [optional] [default to "#808080"]**TextColor2** | **string** | | [optional] [default to "#ffffff"]**ResetToDefault** | **bool** | _t__Sub::WhiteLabelingOptions::RESET_TO_DEFAULT | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamGetInfoResponse.md b/sdks/dotnet/docs/TeamGetInfoResponse.md
index b0f876e55..bbb6c92a0 100644
--- a/sdks/dotnet/docs/TeamGetInfoResponse.md
+++ b/sdks/dotnet/docs/TeamGetInfoResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Team** | [**TeamInfoResponse**](TeamInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Team** | [**TeamInfoResponse**](TeamInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamGetResponse.md b/sdks/dotnet/docs/TeamGetResponse.md
index a3a82936a..a56c3a763 100644
--- a/sdks/dotnet/docs/TeamGetResponse.md
+++ b/sdks/dotnet/docs/TeamGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Team** | [**TeamResponse**](TeamResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Team** | [**TeamResponse**](TeamResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamInfoResponse.md b/sdks/dotnet/docs/TeamInfoResponse.md
index 8f487d8bf..ed1671a8c 100644
--- a/sdks/dotnet/docs/TeamInfoResponse.md
+++ b/sdks/dotnet/docs/TeamInfoResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TeamId** | **string** | The id of a team | [optional] **TeamParent** | [**TeamParentResponse**](TeamParentResponse.md) | | [optional] **Name** | **string** | The name of a team | [optional] **NumMembers** | **int** | Number of members within a team | [optional] **NumSubTeams** | **int** | Number of sub teams within a team | [optional]
+**TeamId** | **string** | _t__TeamGeneral::TEAM_ID | [optional] **TeamParent** | [**TeamParentResponse**](TeamParentResponse.md) | | [optional] **Name** | **string** | _t__TeamGeneral::NAME | [optional] **NumMembers** | **int** | _t__TeamGeneral::NUM_MEMBERS | [optional] **NumSubTeams** | **int** | _t__TeamGeneral::NUM_SUB_TEAMS | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamParentResponse.md b/sdks/dotnet/docs/TeamParentResponse.md
index 6db34d85e..319f4d7b2 100644
--- a/sdks/dotnet/docs/TeamParentResponse.md
+++ b/sdks/dotnet/docs/TeamParentResponse.md
@@ -5,7 +5,7 @@ Information about the parent team if a team has one, set to `null` otherwise.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TeamId** | **string** | The id of a team | [optional] **Name** | **string** | The name of a team | [optional]
+**TeamId** | **string** | _t__TeamGeneral::TEAM_ID | [optional] **Name** | **string** | _t__TeamGeneral::NAME | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TeamResponse.md b/sdks/dotnet/docs/TeamResponse.md
index 977696c0a..edc2edf59 100644
--- a/sdks/dotnet/docs/TeamResponse.md
+++ b/sdks/dotnet/docs/TeamResponse.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TeamResponse
-Contains information about your team and its members
+_t__TeamResponse::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | The name of your Team | [optional] **Accounts** | [**List<AccountResponse>**](AccountResponse.md) | | [optional] **InvitedAccounts** | [**List<AccountResponse>**](AccountResponse.md) | A list of all Accounts that have an outstanding invitation to join your Team. Note that this response is a subset of the response parameters found in `GET /account`. | [optional] **InvitedEmails** | **List<string>** | A list of email addresses that have an outstanding invitation to join your Team and do not yet have a Dropbox Sign account. | [optional]
+**Name** | **string** | _t__Team::NAME | [optional] **Accounts** | [**List<AccountResponse>**](AccountResponse.md) | | [optional] **InvitedAccounts** | [**List<AccountResponse>**](AccountResponse.md) | _t__Team::INVITED_ACCOUNTS | [optional] **InvitedEmails** | **List<string>** | _t__Team::INVITED_EMAILS | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftRequest.md b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftRequest.md
index 299d6feef..c76ea1e4f 100644
--- a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftRequest.md
+++ b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ClientId** | **string** | Client id of the app you're using to create this draft. Used to apply the branding and callback url defined for the app. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **AllowCcs** | **bool** | This allows the requester to specify whether the user is allowed to provide email addresses to CC when creating a template. | [optional] [default to true]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | A list describing the attachments | [optional] **CcRoles** | **List<string>** | The CC roles that must be assigned when using the template to send a signature request | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.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]**FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **MergeFields** | [**List<SubMergeField>**](SubMergeField.md) | Add merge fields to the template. Merge fields are placed by the user creating the template and used to pre-fill data by passing values into signature requests with the `custom_fields` parameter. If the signature request using that template *does not* pass a value into a merge field, then an empty field remains in the document. | [optional] **Message** | **string** | The default template email message. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience.
- `show_preview=true`: Allows requesters to enable the editor/preview experience. - `show_preview=false`: Allows requesters to disable 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]**SignerRoles** | [**List<SubTemplateRole>**](SubTemplateRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | [optional] **SkipMeNow** | **bool** | Disables the "Me (Now)" option for the person preparing the document. Does not work with type `send_document`. Defaults to `false`. | [optional] [default to false]**Subject** | **string** | The template title (alias). | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UsePreexistingFields** | **bool** | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [optional] [default to false]
+**ClientId** | **string** | Client id of the app you're using to create this draft. Used to apply the branding and callback url defined for the app. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **AllowCcs** | **bool** | This allows the requester to specify whether the user is allowed to provide email addresses to CC when creating a template. | [optional] [default to true]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [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]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | _t__SubAttachment::LIST_DESCRIPTION | [optional] **CcRoles** | **List<string>** | The CC roles that must be assigned when using the template to send a signature request | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.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]**FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **MergeFields** | [**List<SubMergeField>**](SubMergeField.md) | Add merge fields to the template. Merge fields are placed by the user creating the template and used to pre-fill data by passing values into signature requests with the `custom_fields` parameter. If the signature request using that template *does not* pass a value into a merge field, then an empty field remains in the document. | [optional] **Message** | **string** | The default template email message. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience.
- `show_preview=true`: Allows requesters to enable the editor/preview experience. - `show_preview=false`: Allows requesters to disable 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]**SignerRoles** | [**List<SubTemplateRole>**](SubTemplateRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | [optional] **SkipMeNow** | **bool** | Disables the "Me (Now)" option for the person preparing the document. Does not work with type `send_document`. Defaults to `false`. | [optional] [default to false]**Subject** | **string** | The template title (alias). | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UsePreexistingFields** | **bool** | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `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)
diff --git a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md
index b3a03c05a..8c82a53aa 100644
--- a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md
+++ b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Template** | [**TemplateCreateEmbeddedDraftResponseTemplate**](TemplateCreateEmbeddedDraftResponseTemplate.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Template** | [**TemplateCreateEmbeddedDraftResponseTemplate**](TemplateCreateEmbeddedDraftResponseTemplate.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponseTemplate.md b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponseTemplate.md
index d23893dd3..1a60e95fe 100644
--- a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponseTemplate.md
+++ b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponseTemplate.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateCreateEmbeddedDraftResponseTemplate
-Template object with parameters: `template_id`, `edit_url`, `expires_at`.
+_t__TemplateCreateEmbeddedDraftResponseTemplate::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateId** | **string** | The id of the Template. | [optional] **EditUrl** | **string** | Link to edit the template. | [optional] **ExpiresAt** | **int** | When the link expires. | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**TemplateId** | **string** | _t__TemplateResponse::TEMPLATE_ID | [optional] **EditUrl** | **string** | _t__TemplateCreateEmbeddedDraftResponseTemplate::EDIT_URL | [optional] **ExpiresAt** | **int** | _t__TemplateCreateEmbeddedDraftResponseTemplate::EXPIRES_AT | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateCreateRequest.md b/sdks/dotnet/docs/TemplateCreateRequest.md
index 9a80d0c9a..038ef8d3d 100644
--- a/sdks/dotnet/docs/TemplateCreateRequest.md
+++ b/sdks/dotnet/docs/TemplateCreateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | **SignerRoles** | [**List<SubTemplateRole>**](SubTemplateRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | A list describing the attachments | [optional] **CcRoles** | **List<string>** | The CC roles that must be assigned when using the template to send a signature request | [optional] **ClientId** | **string** | Client id of the app you're using to create this draft. Used to apply the branding and callback url defined for the app. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **MergeFields** | [**List<SubMergeField>**](SubMergeField.md) | Add merge fields to the template. Merge fields are placed by the user creating the template and used to pre-fill data by passing values into signature requests with the `custom_fields` parameter. If the signature request using that template *does not* pass a value into a merge field, then an empty field remains in the document. | [optional] **Message** | **string** | The default template email message. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **Subject** | **string** | The template title (alias). | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UsePreexistingFields** | **bool** | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). | [optional] [default to false]
+**FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | **SignerRoles** | [**List<SubTemplateRole>**](SubTemplateRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [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]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | _t__SubAttachment::LIST_DESCRIPTION | [optional] **CcRoles** | **List<string>** | The CC roles that must be assigned when using the template to send a signature request | [optional] **ClientId** | **string** | Client id of the app you're using to create this draft. Used to apply the branding and callback url defined for the app. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **MergeFields** | [**List<SubMergeField>**](SubMergeField.md) | Add merge fields to the template. Merge fields are placed by the user creating the template and used to pre-fill data by passing values into signature requests with the `custom_fields` parameter. If the signature request using that template *does not* pass a value into a merge field, then an empty field remains in the document. | [optional] **Message** | **string** | The default template email message. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **Subject** | **string** | The template title (alias). | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **UsePreexistingFields** | **bool** | Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `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)
diff --git a/sdks/dotnet/docs/TemplateCreateResponse.md b/sdks/dotnet/docs/TemplateCreateResponse.md
index 75bab14de..6d6abd48d 100644
--- a/sdks/dotnet/docs/TemplateCreateResponse.md
+++ b/sdks/dotnet/docs/TemplateCreateResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Template** | [**TemplateCreateResponseTemplate**](TemplateCreateResponseTemplate.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Template** | [**TemplateCreateResponseTemplate**](TemplateCreateResponseTemplate.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateCreateResponseTemplate.md b/sdks/dotnet/docs/TemplateCreateResponseTemplate.md
index 85941fc4e..8a9217b0a 100644
--- a/sdks/dotnet/docs/TemplateCreateResponseTemplate.md
+++ b/sdks/dotnet/docs/TemplateCreateResponseTemplate.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateCreateResponseTemplate
-Template object with parameters: `template_id`.
+_t__TemplateCreateResponseTemplate::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateId** | **string** | The id of the Template. | [optional]
+**TemplateId** | **string** | _t__TemplateResponse::TEMPLATE_ID | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateEditResponse.md b/sdks/dotnet/docs/TemplateEditResponse.md
index 830c7a9ed..d142128ef 100644
--- a/sdks/dotnet/docs/TemplateEditResponse.md
+++ b/sdks/dotnet/docs/TemplateEditResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateId** | **string** | The id of the Template. |
+**TemplateId** | **string** | _t__TemplateResponse::TEMPLATE_ID |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateGetResponse.md b/sdks/dotnet/docs/TemplateGetResponse.md
index 7a301e17d..b73677265 100644
--- a/sdks/dotnet/docs/TemplateGetResponse.md
+++ b/sdks/dotnet/docs/TemplateGetResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Template** | [**TemplateResponse**](TemplateResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Template** | [**TemplateResponse**](TemplateResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateListResponse.md b/sdks/dotnet/docs/TemplateListResponse.md
index 7bb37dc6b..a847011ee 100644
--- a/sdks/dotnet/docs/TemplateListResponse.md
+++ b/sdks/dotnet/docs/TemplateListResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Templates** | [**List<TemplateResponse>**](TemplateResponse.md) | List of templates that the API caller has access to. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**Templates** | [**List<TemplateResponse>**](TemplateResponse.md) | _t__TemplateListResponse::DESCRIPTION | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponse.md b/sdks/dotnet/docs/TemplateResponse.md
index e801ef14b..680f03b8a 100644
--- a/sdks/dotnet/docs/TemplateResponse.md
+++ b/sdks/dotnet/docs/TemplateResponse.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateResponse
-Contains information about the templates you and your team have created.
+_t__TemplateResponse::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateId** | **string** | The id of the Template. | [optional] **Title** | **string** | The title of the Template. This will also be the default subject of the message sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest. | [optional] **Message** | **string** | The default message that will be sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest. | [optional] **UpdatedAt** | **int** | Time the template was last updated. | [optional] **IsEmbedded** | **bool?** | `true` if this template was created using an embedded flow, `false` if it was created on our website. Will be `null` when you are not the creator of the Template. | [optional] **IsCreator** | **bool** | `true` if you are the owner of this template, `false` if it's been shared with you by a team member. | [optional] **CanEdit** | **bool** | Indicates whether edit rights have been granted to you by the owner (always `true` if that's you). | [optional] **IsLocked** | **bool** | Indicates whether the template is locked. If `true`, then the template was created outside your quota and can only be used in `test_mode`. If `false`, then the template is within your quota and can be used to create signature requests. | [optional] **Metadata** | **Dictionary<string, Object>** | The metadata attached to the template. | [optional] **SignerRoles** | [**List<TemplateResponseSignerRole>**](TemplateResponseSignerRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | [optional] **CcRoles** | [**List<TemplateResponseCCRole>**](TemplateResponseCCRole.md) | An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template. | [optional] **Documents** | [**List<TemplateResponseDocument>**](TemplateResponseDocument.md) | An array describing each document associated with this Template. Includes form field data for each document. | [optional] **CustomFields** | [**List<TemplateResponseDocumentCustomFieldBase>**](TemplateResponseDocumentCustomFieldBase.md) | Deprecated. Use `custom_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | [optional] **NamedFormFields** | [**List<TemplateResponseDocumentFormFieldBase>**](TemplateResponseDocumentFormFieldBase.md) | Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | [optional] **Accounts** | [**List<TemplateResponseAccount>**](TemplateResponseAccount.md) | An array of the Accounts that can use this Template. | [optional] **Attachments** | [**List<SignatureRequestResponseAttachment>**](SignatureRequestResponseAttachment.md) | Signer attachments. | [optional]
+**TemplateId** | **string** | _t__TemplateResponse::TEMPLATE_ID | [optional] **Title** | **string** | _t__TemplateResponse::TITLE | [optional] **Message** | **string** | _t__TemplateResponse::MESSAGE | [optional] **UpdatedAt** | **int** | _t__TemplateResponse::UPDATED_AT | [optional] **IsEmbedded** | **bool?** | _t__TemplateResponse::IS_EMBEDDED | [optional] **IsCreator** | **bool** | _t__TemplateResponse::IS_CREATOR | [optional] **CanEdit** | **bool** | _t__TemplateResponse::CAN_EDIT | [optional] **IsLocked** | **bool** | _t__TemplateResponse::IS_LOCKED | [optional] **Metadata** | **Dictionary<string, Object>** | _t__TemplateResponse::METADATA | [optional] **SignerRoles** | [**List<TemplateResponseSignerRole>**](TemplateResponseSignerRole.md) | _t__TemplateResponse::SIGNER_ROLES | [optional] **CcRoles** | [**List<TemplateResponseCCRole>**](TemplateResponseCCRole.md) | _t__TemplateResponse::CC_ROLES | [optional] **Documents** | [**List<TemplateResponseDocument>**](TemplateResponseDocument.md) | _t__TemplateResponse::DOCUMENTS | [optional] **CustomFields** | [**List<TemplateResponseDocumentCustomFieldBase>**](TemplateResponseDocumentCustomFieldBase.md) | _t__TemplateResponseCustomField::DESCRIPTION | [optional] **NamedFormFields** | [**List<TemplateResponseDocumentFormFieldBase>**](TemplateResponseDocumentFormFieldBase.md) | _t__TemplateResponseNamedFormField::DESCRIPTION | [optional] **Accounts** | [**List<TemplateResponseAccount>**](TemplateResponseAccount.md) | _t__TemplateResponse::ACCOUNTS | [optional] **Attachments** | [**List<SignatureRequestResponseAttachment>**](SignatureRequestResponseAttachment.md) | _t__SignatureRequestResponseAttachment::DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseAccount.md b/sdks/dotnet/docs/TemplateResponseAccount.md
index b69b4ebaa..85c514bde 100644
--- a/sdks/dotnet/docs/TemplateResponseAccount.md
+++ b/sdks/dotnet/docs/TemplateResponseAccount.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**AccountId** | **string** | The id of the Account. | [optional] **EmailAddress** | **string** | The email address associated with the Account. | [optional] **IsLocked** | **bool** | Returns `true` if the user has been locked out of their account by a team admin. | [optional] **IsPaidHs** | **bool** | Returns `true` if the user has a paid Dropbox Sign account. | [optional] **IsPaidHf** | **bool** | Returns `true` if the user has a paid HelloFax account. | [optional] **Quotas** | [**TemplateResponseAccountQuota**](TemplateResponseAccountQuota.md) | | [optional]
+**AccountId** | **string** | _t__TemplateResponseAccount::ACCOUNT_ID | [optional] **EmailAddress** | **string** | _t__TemplateResponseAccount::EMAIL_ADDRESS | [optional] **IsLocked** | **bool** | _t__TemplateResponseAccount::IS_LOCKED | [optional] **IsPaidHs** | **bool** | _t__TemplateResponseAccount::IS_PAID_HS | [optional] **IsPaidHf** | **bool** | _t__TemplateResponseAccount::IS_PAID_HF | [optional] **Quotas** | [**TemplateResponseAccountQuota**](TemplateResponseAccountQuota.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseAccountQuota.md b/sdks/dotnet/docs/TemplateResponseAccountQuota.md
index 5051dc54f..eb64aee69 100644
--- a/sdks/dotnet/docs/TemplateResponseAccountQuota.md
+++ b/sdks/dotnet/docs/TemplateResponseAccountQuota.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateResponseAccountQuota
-An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template.
+_t__TemplateResponseAccountQuota::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplatesLeft** | **int** | API templates remaining. | [optional] **ApiSignatureRequestsLeft** | **int** | API signature requests remaining. | [optional] **DocumentsLeft** | **int** | Signature requests remaining. | [optional] **SmsVerificationsLeft** | **int** | SMS verifications remaining. | [optional]
+**TemplatesLeft** | **int** | _t__TemplateResponseAccountQuota::TEMPLATES_LEFT | [optional] **ApiSignatureRequestsLeft** | **int** | _t__TemplateResponseAccountQuota::API_SIGNATURE_REQUESTS_LEFT | [optional] **DocumentsLeft** | **int** | _t__TemplateResponseAccountQuota::DOCUMENTS_LEFT | [optional] **SmsVerificationsLeft** | **int** | _t__TemplateResponseAccountQuota::SMS_VERIFICATIONS_LEFT | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseCCRole.md b/sdks/dotnet/docs/TemplateResponseCCRole.md
index 1e8067443..d6335dc7f 100644
--- a/sdks/dotnet/docs/TemplateResponseCCRole.md
+++ b/sdks/dotnet/docs/TemplateResponseCCRole.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | The name of the Role. | [optional]
+**Name** | **string** | _t__TemplateResponseCCRole::NAME | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocument.md b/sdks/dotnet/docs/TemplateResponseDocument.md
index 6847d7b3c..7e4808545 100644
--- a/sdks/dotnet/docs/TemplateResponseDocument.md
+++ b/sdks/dotnet/docs/TemplateResponseDocument.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | Name of the associated file. | [optional] **Index** | **int** | Document ordering, the lowest index is displayed first and the highest last (0-based indexing). | [optional] **FieldGroups** | [**List<TemplateResponseDocumentFieldGroup>**](TemplateResponseDocumentFieldGroup.md) | An array of Form Field Group objects. | [optional] **FormFields** | [**List<TemplateResponseDocumentFormFieldBase>**](TemplateResponseDocumentFormFieldBase.md) | An array of Form Field objects containing the name and type of each named field. | [optional] **CustomFields** | [**List<TemplateResponseDocumentCustomFieldBase>**](TemplateResponseDocumentCustomFieldBase.md) | An array of Form Field objects containing the name and type of each named field. | [optional] **StaticFields** | [**List<TemplateResponseDocumentStaticFieldBase>**](TemplateResponseDocumentStaticFieldBase.md) | An array describing static overlay fields. **NOTE:** Only available for certain subscriptions. | [optional]
+**Name** | **string** | _t__TemplateResponseDocument::NAME | [optional] **Index** | **int** | _t__TemplateResponseDocument::INDEX | [optional] **FieldGroups** | [**List<TemplateResponseDocumentFieldGroup>**](TemplateResponseDocumentFieldGroup.md) | _t__TemplateResponseDocument::FIELD_GROUPS | [optional] **FormFields** | [**List<TemplateResponseDocumentFormFieldBase>**](TemplateResponseDocumentFormFieldBase.md) | _t__TemplateResponseDocumentFormField::DESCRIPTION | [optional] **CustomFields** | [**List<TemplateResponseDocumentCustomFieldBase>**](TemplateResponseDocumentCustomFieldBase.md) | _t__TemplateResponseDocumentCustomField::DESCRIPTION | [optional] **StaticFields** | [**List<TemplateResponseDocumentStaticFieldBase>**](TemplateResponseDocumentStaticFieldBase.md) | _t__TemplateResponseDocumentStaticField::DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldBase.md b/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldBase.md
index 9f349a7ab..f4cee1399 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldBase.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldBase.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateResponseDocumentCustomFieldBase
-An array of Form Field objects containing the name and type of each named field.
+_t__TemplateResponseDocumentCustomField::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Type** | **string** | | **ApiId** | **string** | The unique ID for this field. | [optional] **Name** | **string** | The name of the Custom Field. | [optional] **Signer** | **string** | The signer of the Custom Field. Can be `null` if field is a merge field (assigned to Sender). | [optional] **X** | **int** | The horizontal offset in pixels for this form field. | [optional] **Y** | **int** | The vertical offset in pixels for this form field. | [optional] **Width** | **int** | The width in pixels of this form field. | [optional] **Height** | **int** | The height in pixels of this form field. | [optional] **Required** | **bool** | Boolean showing whether or not this field is required. | [optional] **Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
+**Type** | **string** | | **ApiId** | **string** | _t__TemplateResponseDocumentCustomField::API_ID | [optional] **Name** | **string** | _t__TemplateResponseDocumentCustomField::NAME | [optional] **Signer** | **string** | _t__TemplateResponseDocumentCustomField::SIGNER | [optional] **X** | **int** | _t__TemplateResponseDocumentCustomField::X | [optional] **Y** | **int** | _t__TemplateResponseDocumentCustomField::Y | [optional] **Width** | **int** | _t__TemplateResponseDocumentCustomField::WIDTH | [optional] **Height** | **int** | _t__TemplateResponseDocumentCustomField::HEIGHT | [optional] **Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional] **Group** | **string** | _t__TemplateResponseDocumentCustomField::GROUP | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldCheckbox.md b/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldCheckbox.md
index 11a948265..1b2a89bc7 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldCheckbox.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldCheckbox.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentCustomFieldCheckbox
-This class extends `TemplateResponseDocumentCustomFieldBase`
+_t__TemplateResponseDocumentCustomField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**Name** | **string** | The name of the Custom Field. | [optional]
-**Signer** | **string** | The signer of the Custom Field. Can be `null` if field is a merge field (assigned to Sender). | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this Custom Field. Only `text` and `checkbox` are currently supported.
* Text uses `TemplateResponseDocumentCustomFieldText`
* Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox` | [default to "checkbox"]
+**ApiId** | **string** | _t__TemplateResponseDocumentCustomField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentCustomField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentCustomField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentCustomField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentCustomField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentCustomField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentCustomField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentCustomField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentCustomField::TYPE | [default to "checkbox"]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldText.md b/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldText.md
index 8db16365b..b4a001070 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldText.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentCustomFieldText.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentCustomFieldText
-This class extends `TemplateResponseDocumentCustomFieldBase`
+_t__TemplateResponseDocumentCustomField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | The unique ID for this field. | [optional]
-**Name** | **string** | The name of the Custom Field. | [optional]
-**Signer** | **string** | The signer of the Custom Field. Can be `null` if field is a merge field (assigned to Sender). | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this Custom Field. Only `text` and `checkbox` are currently supported.
* Text uses `TemplateResponseDocumentCustomFieldText`
* Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox` | [default to "text"]**AvgTextLength** | [**TemplateResponseFieldAvgTextLength**](TemplateResponseFieldAvgTextLength.md) | | [optional] **IsMultiline** | **bool** | Whether this form field is multiline text. | [optional] **OriginalFontSize** | **int** | Original font size used in this form field's text. | [optional] **FontFamily** | **string** | Font family used in this form field's text. | [optional]
+**ApiId** | **string** | _t__TemplateResponseDocumentCustomField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentCustomField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentCustomField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentCustomField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentCustomField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentCustomField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentCustomField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentCustomField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentCustomField::TYPE | [default to "text"]**AvgTextLength** | [**TemplateResponseFieldAvgTextLength**](TemplateResponseFieldAvgTextLength.md) | | [optional] **IsMultiline** | **bool** | _t__TemplateResponseDocumentCustomField::IS_MULTILINE | [optional] **OriginalFontSize** | **int** | _t__TemplateResponseDocumentCustomField::ORIGINAL_FONT_SIZE | [optional] **FontFamily** | **string** | _t__TemplateResponseDocumentCustomField::FONT_FAMILY | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFieldGroup.md b/sdks/dotnet/docs/TemplateResponseDocumentFieldGroup.md
index 0dfac711c..7d404982b 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFieldGroup.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFieldGroup.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | The name of the form field group. | [optional] **Rule** | [**TemplateResponseDocumentFieldGroupRule**](TemplateResponseDocumentFieldGroupRule.md) | | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentFieldGroup::NAME | [optional] **Rule** | [**TemplateResponseDocumentFieldGroupRule**](TemplateResponseDocumentFieldGroupRule.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFieldGroupRule.md b/sdks/dotnet/docs/TemplateResponseDocumentFieldGroupRule.md
index 44dd2eb4a..ad00fb9fc 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFieldGroupRule.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFieldGroupRule.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFieldGroupRule
-The rule used to validate checkboxes in the form field group. See [checkbox field grouping](/api/reference/constants/#checkbox-field-grouping).
+_t__TemplateResponseDocumentFieldGroup::RULE
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Requirement** | **string** | Examples: `require_0-1` `require_1` `require_1-ormore`
- Check out the list of [acceptable `requirement` checkbox type values](/api/reference/constants/#checkbox-field-grouping). - Check out the list of [acceptable `requirement` radio type fields](/api/reference/constants/#radio-field-grouping). - Radio groups require **at least** two fields per group. | [optional] **GroupLabel** | **string** | Name of the group | [optional]
+**Requirement** | **string** | _t__TemplateResponseDocumentFieldGroupRule::REQUIREMENT | [optional] **GroupLabel** | **string** | _t__TemplateResponseDocumentFieldGroupRule::GROUP_LABEL | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldBase.md b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldBase.md
index 191f73cd2..39444105f 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldBase.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldBase.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFormFieldBase
-An array of Form Field objects containing the name and type of each named field.
+_t__TemplateResponseDocumentFormField::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Type** | **string** | | **ApiId** | **string** | A unique id for the form field. | [optional] **Name** | **string** | The name of the form field. | [optional] **Signer** | **string** | The signer of the Form Field. | [optional] **X** | **int** | The horizontal offset in pixels for this form field. | [optional] **Y** | **int** | The vertical offset in pixels for this form field. | [optional] **Width** | **int** | The width in pixels of this form field. | [optional] **Height** | **int** | The height in pixels of this form field. | [optional] **Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
+**Type** | **string** | | **ApiId** | **string** | _t__TemplateResponseDocumentFormField::API_ID | [optional] **Name** | **string** | _t__TemplateResponseDocumentFormField::NAME | [optional] **Signer** | **string** | _t__TemplateResponseDocumentFormField::SIGNER | [optional] **X** | **int** | _t__TemplateResponseDocumentFormField::X | [optional] **Y** | **int** | _t__TemplateResponseDocumentFormField::Y | [optional] **Width** | **int** | _t__TemplateResponseDocumentFormField::WIDTH | [optional] **Height** | **int** | _t__TemplateResponseDocumentFormField::HEIGHT | [optional] **Required** | **bool** | _t__TemplateResponseDocumentFormField::REQUIRED | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldCheckbox.md b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldCheckbox.md
index 4a94b377c..db33bc632 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldCheckbox.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldCheckbox.md
@@ -1,19 +1,19 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFormFieldCheckbox
-This class extends `TemplateResponseDocumentFormFieldBase`
+_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the form field. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Signer** | **string** | The signer of the Form Field. | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText`
* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentFormFieldRadio`
* Signature Field uses `TemplateResponseDocumentFormFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "checkbox"]**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | [optional]
+**ApiId** | **string** | _t__TemplateResponseDocumentFormField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentFormField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentFormField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentFormField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentFormField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentFormField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentFormField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentFormField::REQUIRED | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentFormField::TYPE | [default to "checkbox"]**Group** | **string** | _t__TemplateResponseDocumentFormField::GROUP | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldDateSigned.md b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldDateSigned.md
index 7356475f5..b9d73346e 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldDateSigned.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldDateSigned.md
@@ -1,19 +1,19 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFormFieldDateSigned
-This class extends `TemplateResponseDocumentFormFieldBase`
+_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the form field. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Signer** | **string** | The signer of the Form Field. | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText`
* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentFormFieldRadio`
* Signature Field uses `TemplateResponseDocumentFormFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "date_signed"]**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | [optional]
+**ApiId** | **string** | _t__TemplateResponseDocumentFormField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentFormField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentFormField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentFormField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentFormField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentFormField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentFormField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentFormField::REQUIRED | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentFormField::TYPE | [default to "date_signed"]**Group** | **string** | _t__TemplateResponseDocumentFormField::GROUP | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldDropdown.md b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldDropdown.md
index 62b9123c6..86230980d 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldDropdown.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldDropdown.md
@@ -1,19 +1,19 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFormFieldDropdown
-This class extends `TemplateResponseDocumentFormFieldBase`
+_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the form field. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Signer** | **string** | The signer of the Form Field. | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText`
* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentFormFieldRadio`
* Signature Field uses `TemplateResponseDocumentFormFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "dropdown"]**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | [optional]
+**ApiId** | **string** | _t__TemplateResponseDocumentFormField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentFormField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentFormField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentFormField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentFormField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentFormField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentFormField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentFormField::REQUIRED | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentFormField::TYPE | [default to "dropdown"]**Group** | **string** | _t__TemplateResponseDocumentFormField::GROUP | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldHyperlink.md b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldHyperlink.md
index 51222f57a..6ddd8471b 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldHyperlink.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldHyperlink.md
@@ -1,19 +1,19 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFormFieldHyperlink
-This class extends `TemplateResponseDocumentFormFieldBase`
+_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the form field. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Signer** | **string** | The signer of the Form Field. | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText`
* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentFormFieldRadio`
* Signature Field uses `TemplateResponseDocumentFormFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "hyperlink"]**AvgTextLength** | [**TemplateResponseFieldAvgTextLength**](TemplateResponseFieldAvgTextLength.md) | | [optional] **IsMultiline** | **bool** | Whether this form field is multiline text. | [optional] **OriginalFontSize** | **int** | Original font size used in this form field's text. | [optional] **FontFamily** | **string** | Font family used in this form field's text. | [optional] **Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | [optional]
+**ApiId** | **string** | _t__TemplateResponseDocumentFormField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentFormField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentFormField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentFormField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentFormField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentFormField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentFormField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentFormField::REQUIRED | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentFormField::TYPE | [default to "hyperlink"]**AvgTextLength** | [**TemplateResponseFieldAvgTextLength**](TemplateResponseFieldAvgTextLength.md) | | [optional] **IsMultiline** | **bool** | _t__TemplateResponseDocumentFormField::IS_MULTILINE | [optional] **OriginalFontSize** | **int** | _t__TemplateResponseDocumentFormField::ORIGINAL_FONT_SIZE | [optional] **FontFamily** | **string** | _t__TemplateResponseDocumentFormField::FONT_FAMILY | [optional] **Group** | **string** | _t__TemplateResponseDocumentFormField::GROUP | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldInitials.md b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldInitials.md
index d519b4978..b14944f63 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldInitials.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldInitials.md
@@ -1,19 +1,19 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFormFieldInitials
-This class extends `TemplateResponseDocumentFormFieldBase`
+_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the form field. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Signer** | **string** | The signer of the Form Field. | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText`
* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentFormFieldRadio`
* Signature Field uses `TemplateResponseDocumentFormFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "initials"]**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | [optional]
+**ApiId** | **string** | _t__TemplateResponseDocumentFormField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentFormField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentFormField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentFormField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentFormField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentFormField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentFormField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentFormField::REQUIRED | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentFormField::TYPE | [default to "initials"]**Group** | **string** | _t__TemplateResponseDocumentFormField::GROUP | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldRadio.md b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldRadio.md
index 52f877294..6ab1efe58 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldRadio.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldRadio.md
@@ -1,19 +1,19 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFormFieldRadio
-This class extends `TemplateResponseDocumentFormFieldBase`
+_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the form field. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Signer** | **string** | The signer of the Form Field. | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText`
* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentFormFieldRadio`
* Signature Field uses `TemplateResponseDocumentFormFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "radio"]**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. |
+**ApiId** | **string** | _t__TemplateResponseDocumentFormField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentFormField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentFormField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentFormField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentFormField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentFormField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentFormField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentFormField::REQUIRED | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentFormField::TYPE | [default to "radio"]**Group** | **string** | _t__TemplateResponseDocumentFormField::GROUP |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldSignature.md b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldSignature.md
index f173e61f1..6701ba2b7 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldSignature.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldSignature.md
@@ -1,19 +1,19 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFormFieldSignature
-This class extends `TemplateResponseDocumentFormFieldBase`
+_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the form field. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Signer** | **string** | The signer of the Form Field. | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText`
* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentFormFieldRadio`
* Signature Field uses `TemplateResponseDocumentFormFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "signature"]**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | [optional]
+**ApiId** | **string** | _t__TemplateResponseDocumentFormField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentFormField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentFormField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentFormField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentFormField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentFormField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentFormField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentFormField::REQUIRED | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentFormField::TYPE | [default to "signature"]**Group** | **string** | _t__TemplateResponseDocumentFormField::GROUP | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldText.md b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldText.md
index 3005e1033..a758b1376 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentFormFieldText.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentFormFieldText.md
@@ -1,19 +1,19 @@
# Dropbox.Sign.Model.TemplateResponseDocumentFormFieldText
-This class extends `TemplateResponseDocumentFormFieldBase`
+_t__TemplateResponseDocumentFormField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the form field. | [optional]
-**Name** | **string** | The name of the form field. | [optional]
-**Signer** | **string** | The signer of the Form Field. | [optional]
-**X** | **int** | The horizontal offset in pixels for this form field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this form field. | [optional]
-**Width** | **int** | The width in pixels of this form field. | [optional]
-**Height** | **int** | The height in pixels of this form field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Type** | **string** | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText`
* Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentFormFieldRadio`
* Signature Field uses `TemplateResponseDocumentFormFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentFormFieldInitials` | [default to "text"]**AvgTextLength** | [**TemplateResponseFieldAvgTextLength**](TemplateResponseFieldAvgTextLength.md) | | [optional] **IsMultiline** | **bool** | Whether this form field is multiline text. | [optional] **OriginalFontSize** | **int** | Original font size used in this form field's text. | [optional] **FontFamily** | **string** | Font family used in this form field's text. | [optional] **ValidationType** | **string** | Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values. | [optional] **ValidationCustomRegex** | **string** | When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field. | [optional] **ValidationCustomRegexFormatLabel** | **string** | When `validation_type` is set to `custom_regex`, this specifies the error message displayed to the signer when the text does not match the provided regex pattern. | [optional] **Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | [optional]
+**ApiId** | **string** | _t__TemplateResponseDocumentFormField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentFormField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentFormField::SIGNER | [optional]
+**X** | **int** | _t__TemplateResponseDocumentFormField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentFormField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentFormField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentFormField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentFormField::REQUIRED | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentFormField::TYPE | [default to "text"]**AvgTextLength** | [**TemplateResponseFieldAvgTextLength**](TemplateResponseFieldAvgTextLength.md) | | [optional] **IsMultiline** | **bool** | _t__TemplateResponseDocumentFormField::IS_MULTILINE | [optional] **OriginalFontSize** | **int** | _t__TemplateResponseDocumentFormField::ORIGINAL_FONT_SIZE | [optional] **FontFamily** | **string** | _t__TemplateResponseDocumentFormField::FONT_FAMILY | [optional] **ValidationType** | **string** | _t__TemplateResponseDocumentFormField::VALIDATION_TYPE | [optional] **ValidationCustomRegex** | **string** | _t__TemplateResponseDocumentFormField::CUSTOM_REGEX | [optional] **ValidationCustomRegexFormatLabel** | **string** | _t__TemplateResponseDocumentFormField::CUSTOM_REGEX_LABEL | [optional] **Group** | **string** | _t__TemplateResponseDocumentFormField::GROUP | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldBase.md b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldBase.md
index b147460c8..02d633b07 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldBase.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldBase.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateResponseDocumentStaticFieldBase
-An array describing static overlay fields. **NOTE:** Only available for certain subscriptions.
+_t__TemplateResponseDocumentStaticField::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Type** | **string** | | **ApiId** | **string** | A unique id for the static field. | [optional] **Name** | **string** | The name of the static field. | [optional] **Signer** | **string** | The signer of the Static Field. | [optional] [default to "me_now"]**X** | **int** | The horizontal offset in pixels for this static field. | [optional] **Y** | **int** | The vertical offset in pixels for this static field. | [optional] **Width** | **int** | The width in pixels of this static field. | [optional] **Height** | **int** | The height in pixels of this static field. | [optional] **Required** | **bool** | Boolean showing whether or not this field is required. | [optional] **Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
+**Type** | **string** | | **ApiId** | **string** | _t__TemplateResponseDocumentStaticField::API_ID | [optional] **Name** | **string** | _t__TemplateResponseDocumentStaticField::NAME | [optional] **Signer** | **string** | _t__TemplateResponseDocumentStaticField::SIGNER | [optional] [default to "me_now"]**X** | **int** | _t__TemplateResponseDocumentStaticField::X | [optional] **Y** | **int** | _t__TemplateResponseDocumentStaticField::Y | [optional] **Width** | **int** | _t__TemplateResponseDocumentStaticField::WIDTH | [optional] **Height** | **int** | _t__TemplateResponseDocumentStaticField::HEIGHT | [optional] **Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional] **Group** | **string** | _t__TemplateResponseDocumentStaticField::GROUP | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldCheckbox.md b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldCheckbox.md
index cfa9ccb8c..7783e2058 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldCheckbox.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldCheckbox.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentStaticFieldCheckbox
-This class extends `TemplateResponseDocumentStaticFieldBase`
+_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the static field. | [optional]
-**Name** | **string** | The name of the static field. | [optional]
-**Signer** | **string** | The signer of the Static Field. | [optional] [default to "me_now"]
-**X** | **int** | The horizontal offset in pixels for this static field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this static field. | [optional]
-**Width** | **int** | The width in pixels of this static field. | [optional]
-**Height** | **int** | The height in pixels of this static field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText`
* Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
* Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | [default to "checkbox"]
+**ApiId** | **string** | _t__TemplateResponseDocumentStaticField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentStaticField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentStaticField::SIGNER | [optional] [default to "me_now"]
+**X** | **int** | _t__TemplateResponseDocumentStaticField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentStaticField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentStaticField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentStaticField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentStaticField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentStaticField::TYPE | [default to "checkbox"]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldDateSigned.md b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldDateSigned.md
index bae7b8ab4..a85ac6826 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldDateSigned.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldDateSigned.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentStaticFieldDateSigned
-This class extends `TemplateResponseDocumentStaticFieldBase`
+_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the static field. | [optional]
-**Name** | **string** | The name of the static field. | [optional]
-**Signer** | **string** | The signer of the Static Field. | [optional] [default to "me_now"]
-**X** | **int** | The horizontal offset in pixels for this static field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this static field. | [optional]
-**Width** | **int** | The width in pixels of this static field. | [optional]
-**Height** | **int** | The height in pixels of this static field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText`
* Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
* Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | [default to "date_signed"]
+**ApiId** | **string** | _t__TemplateResponseDocumentStaticField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentStaticField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentStaticField::SIGNER | [optional] [default to "me_now"]
+**X** | **int** | _t__TemplateResponseDocumentStaticField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentStaticField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentStaticField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentStaticField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentStaticField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentStaticField::TYPE | [default to "date_signed"]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldDropdown.md b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldDropdown.md
index 7815923f9..983a6087d 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldDropdown.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldDropdown.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentStaticFieldDropdown
-This class extends `TemplateResponseDocumentStaticFieldBase`
+_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the static field. | [optional]
-**Name** | **string** | The name of the static field. | [optional]
-**Signer** | **string** | The signer of the Static Field. | [optional] [default to "me_now"]
-**X** | **int** | The horizontal offset in pixels for this static field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this static field. | [optional]
-**Width** | **int** | The width in pixels of this static field. | [optional]
-**Height** | **int** | The height in pixels of this static field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText`
* Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
* Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | [default to "dropdown"]
+**ApiId** | **string** | _t__TemplateResponseDocumentStaticField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentStaticField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentStaticField::SIGNER | [optional] [default to "me_now"]
+**X** | **int** | _t__TemplateResponseDocumentStaticField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentStaticField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentStaticField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentStaticField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentStaticField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentStaticField::TYPE | [default to "dropdown"]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldHyperlink.md b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldHyperlink.md
index 81b419793..4b04f995a 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldHyperlink.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldHyperlink.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentStaticFieldHyperlink
-This class extends `TemplateResponseDocumentStaticFieldBase`
+_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the static field. | [optional]
-**Name** | **string** | The name of the static field. | [optional]
-**Signer** | **string** | The signer of the Static Field. | [optional] [default to "me_now"]
-**X** | **int** | The horizontal offset in pixels for this static field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this static field. | [optional]
-**Width** | **int** | The width in pixels of this static field. | [optional]
-**Height** | **int** | The height in pixels of this static field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText`
* Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
* Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | [default to "hyperlink"]
+**ApiId** | **string** | _t__TemplateResponseDocumentStaticField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentStaticField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentStaticField::SIGNER | [optional] [default to "me_now"]
+**X** | **int** | _t__TemplateResponseDocumentStaticField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentStaticField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentStaticField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentStaticField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentStaticField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentStaticField::TYPE | [default to "hyperlink"]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldInitials.md b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldInitials.md
index a9dae476b..85a64e818 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldInitials.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldInitials.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentStaticFieldInitials
-This class extends `TemplateResponseDocumentStaticFieldBase`
+_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the static field. | [optional]
-**Name** | **string** | The name of the static field. | [optional]
-**Signer** | **string** | The signer of the Static Field. | [optional] [default to "me_now"]
-**X** | **int** | The horizontal offset in pixels for this static field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this static field. | [optional]
-**Width** | **int** | The width in pixels of this static field. | [optional]
-**Height** | **int** | The height in pixels of this static field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText`
* Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
* Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | [default to "initials"]
+**ApiId** | **string** | _t__TemplateResponseDocumentStaticField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentStaticField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentStaticField::SIGNER | [optional] [default to "me_now"]
+**X** | **int** | _t__TemplateResponseDocumentStaticField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentStaticField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentStaticField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentStaticField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentStaticField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentStaticField::TYPE | [default to "initials"]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldRadio.md b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldRadio.md
index a13dc60d2..56f3ac4e1 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldRadio.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldRadio.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentStaticFieldRadio
-This class extends `TemplateResponseDocumentStaticFieldBase`
+_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the static field. | [optional]
-**Name** | **string** | The name of the static field. | [optional]
-**Signer** | **string** | The signer of the Static Field. | [optional] [default to "me_now"]
-**X** | **int** | The horizontal offset in pixels for this static field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this static field. | [optional]
-**Width** | **int** | The width in pixels of this static field. | [optional]
-**Height** | **int** | The height in pixels of this static field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText`
* Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
* Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | [default to "radio"]
+**ApiId** | **string** | _t__TemplateResponseDocumentStaticField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentStaticField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentStaticField::SIGNER | [optional] [default to "me_now"]
+**X** | **int** | _t__TemplateResponseDocumentStaticField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentStaticField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentStaticField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentStaticField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentStaticField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentStaticField::TYPE | [default to "radio"]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldSignature.md b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldSignature.md
index 7d2481d97..ef7d610bb 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldSignature.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldSignature.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentStaticFieldSignature
-This class extends `TemplateResponseDocumentStaticFieldBase`
+_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the static field. | [optional]
-**Name** | **string** | The name of the static field. | [optional]
-**Signer** | **string** | The signer of the Static Field. | [optional] [default to "me_now"]
-**X** | **int** | The horizontal offset in pixels for this static field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this static field. | [optional]
-**Width** | **int** | The width in pixels of this static field. | [optional]
-**Height** | **int** | The height in pixels of this static field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText`
* Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
* Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | [default to "signature"]
+**ApiId** | **string** | _t__TemplateResponseDocumentStaticField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentStaticField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentStaticField::SIGNER | [optional] [default to "me_now"]
+**X** | **int** | _t__TemplateResponseDocumentStaticField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentStaticField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentStaticField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentStaticField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentStaticField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentStaticField::TYPE | [default to "signature"]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldText.md b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldText.md
index b44f3f3e4..e84bad7bc 100644
--- a/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldText.md
+++ b/sdks/dotnet/docs/TemplateResponseDocumentStaticFieldText.md
@@ -1,20 +1,20 @@
# Dropbox.Sign.Model.TemplateResponseDocumentStaticFieldText
-This class extends `TemplateResponseDocumentStaticFieldBase`
+_t__TemplateResponseDocumentStaticField::DESCRIPTION_EXTENDS
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ApiId** | **string** | A unique id for the static field. | [optional]
-**Name** | **string** | The name of the static field. | [optional]
-**Signer** | **string** | The signer of the Static Field. | [optional] [default to "me_now"]
-**X** | **int** | The horizontal offset in pixels for this static field. | [optional]
-**Y** | **int** | The vertical offset in pixels for this static field. | [optional]
-**Width** | **int** | The width in pixels of this static field. | [optional]
-**Height** | **int** | The height in pixels of this static field. | [optional]
-**Required** | **bool** | Boolean showing whether or not this field is required. | [optional]
-**Group** | **string** | The name of the group this field is in. If this field is not a group, this defaults to `null`. | [optional]
-**Type** | **string** | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText`
* Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown`
* Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink`
* Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox`
* Radio Field uses `TemplateResponseDocumentStaticFieldRadio`
* Signature Field uses `TemplateResponseDocumentStaticFieldSignature`
* Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned`
* Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | [default to "text"]
+**ApiId** | **string** | _t__TemplateResponseDocumentStaticField::API_ID | [optional]
+**Name** | **string** | _t__TemplateResponseDocumentStaticField::NAME | [optional]
+**Signer** | **string** | _t__TemplateResponseDocumentStaticField::SIGNER | [optional] [default to "me_now"]
+**X** | **int** | _t__TemplateResponseDocumentStaticField::X | [optional]
+**Y** | **int** | _t__TemplateResponseDocumentStaticField::Y | [optional]
+**Width** | **int** | _t__TemplateResponseDocumentStaticField::WIDTH | [optional]
+**Height** | **int** | _t__TemplateResponseDocumentStaticField::HEIGHT | [optional]
+**Required** | **bool** | _t__TemplateResponseDocumentStaticField::REQUIRED | [optional]
+**Group** | **string** | _t__TemplateResponseDocumentStaticField::GROUP | [optional]
+**Type** | **string** | _t__TemplateResponseDocumentStaticField::TYPE | [default to "text"]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseFieldAvgTextLength.md b/sdks/dotnet/docs/TemplateResponseFieldAvgTextLength.md
index a2773f068..1933f1764 100644
--- a/sdks/dotnet/docs/TemplateResponseFieldAvgTextLength.md
+++ b/sdks/dotnet/docs/TemplateResponseFieldAvgTextLength.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateResponseFieldAvgTextLength
-Average text length in this field.
+_t__TemplateResponseFieldAvgTextLength::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**NumLines** | **int** | Number of lines. | [optional] **NumCharsPerLine** | **int** | Number of characters per line. | [optional]
+**NumLines** | **int** | _t__TemplateResponseFieldAvgTextLength::NUM_LINES | [optional] **NumCharsPerLine** | **int** | _t__TemplateResponseFieldAvgTextLength::NUM_CHARS_PER_LINE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateResponseSignerRole.md b/sdks/dotnet/docs/TemplateResponseSignerRole.md
index ddead2a48..7088b7480 100644
--- a/sdks/dotnet/docs/TemplateResponseSignerRole.md
+++ b/sdks/dotnet/docs/TemplateResponseSignerRole.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Name** | **string** | The name of the Role. | [optional] **Order** | **int** | If signer order is assigned this is the 0-based index for this role. | [optional]
+**Name** | **string** | _t__TemplateResponseSignerRole::NAME | [optional] **Order** | **int** | _t__TemplateResponseSignerRole::ORDER | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/TemplateUpdateFilesResponseTemplate.md b/sdks/dotnet/docs/TemplateUpdateFilesResponseTemplate.md
index 390961e68..8442da60b 100644
--- a/sdks/dotnet/docs/TemplateUpdateFilesResponseTemplate.md
+++ b/sdks/dotnet/docs/TemplateUpdateFilesResponseTemplate.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.TemplateUpdateFilesResponseTemplate
-Contains template id
+_t__TemplateUpdateFilesResponseTemplate::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateId** | **string** | The id of the Template. | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**TemplateId** | **string** | _t__TemplateResponse::TEMPLATE_ID | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/UnclaimedDraftCreateEmbeddedRequest.md b/sdks/dotnet/docs/UnclaimedDraftCreateEmbeddedRequest.md
index d3bc89c77..d727ca1ff 100644
--- a/sdks/dotnet/docs/UnclaimedDraftCreateEmbeddedRequest.md
+++ b/sdks/dotnet/docs/UnclaimedDraftCreateEmbeddedRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ClientId** | **string** | Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app. | **RequesterEmailAddress** | **string** | The email address of the user that should be designated as the requester of this draft, if the draft type is `request_signature`. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **AllowCcs** | **bool** | This allows the requester to specify whether the user is allowed to provide email addresses to CC when claiming the draft. | [optional] [default to true]**AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | A list describing the attachments | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **ForceSignerPage** | **bool** | Provide users the ability to review/edit the signers. | [optional] [default to false]**ForceSubjectMessage** | **bool** | Provide users the ability to review/edit the subject and message. | [optional] [default to false]**FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Send with a value of `true` if you wish to enable automatic Text Tag removal. Defaults to `false`. When using Text Tags it is preferred that you set this to `false` and hide your tags with white text or something similar because the automatic removal system can cause unwanted clipping. See the [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) walkthrough for more details. | [optional] [default to false]**HoldRequest** | **bool** | The request from this draft will not automatically send to signers post-claim if set to `true`. Requester must [release](/api/reference/operation/signatureRequestReleaseHold/) the request from hold when ready to send. Defaults to `false`. | [optional] [default to false]**IsForEmbeddedSigning** | **bool** | The request created from this draft will also be signable in embedded mode if set to `true`. Defaults to `false`. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **RequestingRedirectUrl** | **string** | The URL you want signers redirected to after they successfully request a signature. | [optional] **ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience.
- `show_preview=true`: Allows requesters to enable the editor/preview experience. - `show_preview=false`: Allows requesters to disable the editor/preview experience. | [optional] **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]**Signers** | [**List<SubUnclaimedDraftSigner>**](SubUnclaimedDraftSigner.md) | Add Signers to your Unclaimed Draft Signature Request. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **SkipMeNow** | **bool** | Disables the "Me (Now)" option for the person preparing the document. Does not work with type `send_document`. Defaults to `false`. | [optional] [default to false]**Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Type** | **string** | The type of the draft. By default this is `request_signature`, but you can set it to `send_document` if you want to self sign a document and download it. | [optional] [default to TypeEnum.RequestSignature]**UsePreexistingFields** | **bool** | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [optional] [default to false]**UseTextTags** | **bool** | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [optional] [default to false]**PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]**ExpiresAt** | **int?** | 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.
**NOTE:** This does not correspond to the **expires_at** returned in the response. | [optional]
+**ClientId** | **string** | Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app. | **RequesterEmailAddress** | **string** | The email address of the user that should be designated as the requester of this draft, if the draft type is `request_signature`. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **AllowCcs** | **bool** | This allows the requester to specify whether the user is allowed to provide email addresses to CC when claiming the draft. | [optional] [default to true]**AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [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]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | _t__SubAttachment::LIST_DESCRIPTION | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **ForceSignerPage** | **bool** | Provide users the ability to review/edit the signers. | [optional] [default to false]**ForceSubjectMessage** | **bool** | Provide users the ability to review/edit the subject and message. | [optional] [default to false]**FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Send with a value of `true` if you wish to enable automatic Text Tag removal. Defaults to `false`. When using Text Tags it is preferred that you set this to `false` and hide your tags with white text or something similar because the automatic removal system can cause unwanted clipping. See the [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) walkthrough for more details. | [optional] [default to false]**HoldRequest** | **bool** | The request from this draft will not automatically send to signers post-claim if set to `true`. Requester must [release](/api/reference/operation/signatureRequestReleaseHold/) the request from hold when ready to send. Defaults to `false`. | [optional] [default to false]**IsForEmbeddedSigning** | **bool** | The request created from this draft will also be signable in embedded mode if set to `true`. Defaults to `false`. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **RequestingRedirectUrl** | **string** | The URL you want signers redirected to after they successfully request a signature. | [optional] **ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience.
- `show_preview=true`: Allows requesters to enable the editor/preview experience. - `show_preview=false`: Allows requesters to disable the editor/preview experience. | [optional] **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]**Signers** | [**List<SubUnclaimedDraftSigner>**](SubUnclaimedDraftSigner.md) | _t__Sub::UnclaimedDraftSigner::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **SkipMeNow** | **bool** | Disables the "Me (Now)" option for the person preparing the document. Does not work with type `send_document`. Defaults to `false`. | [optional] [default to false]**Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Type** | **string** | The type of the draft. By default this is `request_signature`, but you can set it to `send_document` if you want to self sign a document and download it. | [optional] [default to TypeEnum.RequestSignature]**UsePreexistingFields** | **bool** | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [optional] [default to false]**UseTextTags** | **bool** | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [optional] [default to false]**PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]**ExpiresAt** | **int?** | 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.
**NOTE:** This does not correspond to the **expires_at** returned in the response. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md b/sdks/dotnet/docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md
index d5b69549f..5d451b685 100644
--- a/sdks/dotnet/docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md
+++ b/sdks/dotnet/docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**ClientId** | **string** | Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app. | **RequesterEmailAddress** | **string** | The email address of the user that should be designated as the requester of this draft. | **TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the templates will be used. | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to append additional files to the signature request being created from the template. Dropbox Sign will parse the files for [text tags](https://app.hellosign.com/api/textTagsWalkthrough) and append it to the signature request. Text tags for signers not on the template(s) will be ignored.
**files** or **file_urls[]** is required, but not both. | [optional] **FileUrls** | **List<string>** | Use file_urls[] to append additional files to the signature request being created from the template. Dropbox Sign will download the file, then parse it for [text tags](https://app.hellosign.com/api/textTagsWalkthrough), and append to the signature request. Text tags for signers not on the template(s) will be ignored.
**files** or **file_urls[]** is required, but not both. | [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]**HoldRequest** | **bool** | The request from this draft will not automatically send to signers post-claim if set to 1. Requester must [release](/api/reference/operation/signatureRequestReleaseHold/) the request from hold when ready to send. Defaults to `false`. | [optional] [default to false]**IsForEmbeddedSigning** | **bool** | The request created from this draft will also be signable in embedded mode if set to `true`. Defaults to `false`. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **PreviewOnly** | **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).
- `preview_only=true`: Allows requesters to enable the preview only experience. - `preview_only=false`: Allows requesters to disable the preview only experience.
**NOTE:** This parameter overwrites `show_preview=1` (if set). | [optional] [default to false]**RequestingRedirectUrl** | **string** | The URL you want signers redirected to after they successfully request a signature. | [optional] **ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience.
- `show_preview=true`: Allows requesters to enable the editor/preview experience. - `show_preview=false`: Allows requesters to disable 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]**Signers** | [**List<SubUnclaimedDraftTemplateSigner>**](SubUnclaimedDraftTemplateSigner.md) | Add Signers to your Templated-based Signature Request. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **SkipMeNow** | **bool** | Disables the "Me (Now)" option for the person preparing the document. Does not work with type `send_document`. Defaults to `false`. | [optional] [default to false]**Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]**AllowCcs** | **bool** | This allows the requester to specify whether the user is allowed to provide email addresses to CC when claiming the draft. | [optional] [default to false]
+**ClientId** | **string** | Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app. | **RequesterEmailAddress** | **string** | The email address of the user that should be designated as the requester of this draft. | **TemplateIds** | **List<string>** | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the templates will be used. | **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**AllowReassign** | **bool** | Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
**NOTE:** Only available for Premium plan and higher. | [optional] [default to false]**Ccs** | [**List<SubCC>**](SubCC.md) | Add CC email recipients. Required when a CC role exists for the Template. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | An array defining values and options for custom fields. Required when a custom field exists in the Template. | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **Files** | **List<System.IO.Stream>** | Use `files[]` to append additional files to the signature request being created from the template. Dropbox Sign will parse the files for [text tags](https://app.hellosign.com/api/textTagsWalkthrough) and append it to the signature request. Text tags for signers not on the template(s) will be ignored.
**files** or **file_urls[]** is required, but not both. | [optional] **FileUrls** | **List<string>** | Use file_urls[] to append additional files to the signature request being created from the template. Dropbox Sign will download the file, then parse it for [text tags](https://app.hellosign.com/api/textTagsWalkthrough), and append to the signature request. Text tags for signers not on the template(s) will be ignored.
**files** or **file_urls[]** is required, but not both. | [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]**HoldRequest** | **bool** | The request from this draft will not automatically send to signers post-claim if set to 1. Requester must [release](/api/reference/operation/signatureRequestReleaseHold/) the request from hold when ready to send. Defaults to `false`. | [optional] [default to false]**IsForEmbeddedSigning** | **bool** | The request created from this draft will also be signable in embedded mode if set to `true`. Defaults to `false`. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **PreviewOnly** | **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).
- `preview_only=true`: Allows requesters to enable the preview only experience. - `preview_only=false`: Allows requesters to disable the preview only experience.
**NOTE:** This parameter overwrites `show_preview=1` (if set). | [optional] [default to false]**RequestingRedirectUrl** | **string** | The URL you want signers redirected to after they successfully request a signature. | [optional] **ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience.
- `show_preview=true`: Allows requesters to enable the editor/preview experience. - `show_preview=false`: Allows requesters to disable 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]**Signers** | [**List<SubUnclaimedDraftTemplateSigner>**](SubUnclaimedDraftTemplateSigner.md) | _t__Sub::UnclaimedDraftTemplateSigner::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **SkipMeNow** | **bool** | Disables the "Me (Now)" option for the person preparing the document. Does not work with type `send_document`. Defaults to `false`. | [optional] [default to false]**Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional] **PopulateAutoFillFields** | **bool** | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [optional] [default to false]**AllowCcs** | **bool** | This allows the requester to specify whether the user is allowed to provide email addresses to CC when claiming the draft. | [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)
diff --git a/sdks/dotnet/docs/UnclaimedDraftCreateRequest.md b/sdks/dotnet/docs/UnclaimedDraftCreateRequest.md
index 462e91456..8c11544a0 100644
--- a/sdks/dotnet/docs/UnclaimedDraftCreateRequest.md
+++ b/sdks/dotnet/docs/UnclaimedDraftCreateRequest.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**Type** | **string** | The type of unclaimed draft to create. Use `send_document` to create a claimable file, and `request_signature` for a claimable signature request. If the type is `request_signature` then signers name and email_address are not optional. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [optional] [default to false]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | A list describing the attachments | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **ClientId** | **string** | Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Send with a value of `true` if you wish to enable automatic Text Tag removal. Defaults to `false`. When using Text Tags it is preferred that you set this to `false` and hide your tags with white text or something similar because the automatic removal system can cause unwanted clipping. See the [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) walkthrough for more details. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<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's order number for look up when receiving events for the signature request.
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. | [optional] **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]**Signers** | [**List<SubUnclaimedDraftSigner>**](SubUnclaimedDraftSigner.md) | Add Signers to your Unclaimed Draft Signature Request. | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**UsePreexistingFields** | **bool** | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [optional] [default to false]**UseTextTags** | **bool** | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [optional] [default to false]**ExpiresAt** | **int?** | 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.
**NOTE:** This does not correspond to the **expires_at** returned in the response. | [optional]
+**Type** | **string** | The type of unclaimed draft to create. Use `send_document` to create a claimable file, and `request_signature` for a claimable signature request. If the type is `request_signature` then signers name and email_address are not optional. | **Files** | **List<System.IO.Stream>** | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **FileUrls** | **List<string>** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | [optional] **AllowDecline** | **bool** | Allows signers to decline to sign a document if `true`. Defaults to `false`. | [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]**Attachments** | [**List<SubAttachment>**](SubAttachment.md) | _t__SubAttachment::LIST_DESCRIPTION | [optional] **CcEmailAddresses** | **List<string>** | The email addresses that should be CCed. | [optional] **ClientId** | **string** | Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app. | [optional] **CustomFields** | [**List<SubCustomField>**](SubCustomField.md) | When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests.
Pre-filled data can be used with "send-once" 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.
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. | [optional] **FieldOptions** | [**SubFieldOptions**](SubFieldOptions.md) | | [optional] **FormFieldGroups** | [**List<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`. | [optional] **FormFieldRules** | [**List<SubFormFieldRule>**](SubFormFieldRule.md) | Conditional Logic rules for fields defined in `form_fields_per_document`. | [optional] **FormFieldsPerDocument** | [**List<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).)
**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.
* Text Field use `SubFormFieldsPerDocumentText`
* Dropdown Field use `SubFormFieldsPerDocumentDropdown`
* Hyperlink Field use `SubFormFieldsPerDocumentHyperlink`
* Checkbox Field use `SubFormFieldsPerDocumentCheckbox`
* Radio Field use `SubFormFieldsPerDocumentRadio`
* Signature Field use `SubFormFieldsPerDocumentSignature`
* Date Signed Field use `SubFormFieldsPerDocumentDateSigned`
* Initials Field use `SubFormFieldsPerDocumentInitials`
* Text Merge Field use `SubFormFieldsPerDocumentTextMerge`
* Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | [optional] **HideTextTags** | **bool** | Send with a value of `true` if you wish to enable automatic Text Tag removal. Defaults to `false`. When using Text Tags it is preferred that you set this to `false` and hide your tags with white text or something similar because the automatic removal system can cause unwanted clipping. See the [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) walkthrough for more details. | [optional] [default to false]**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional] **Metadata** | **Dictionary<string, Object>** | _t__Sub::Metadata::DESCRIPTION | [optional] **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]**Signers** | [**List<SubUnclaimedDraftSigner>**](SubUnclaimedDraftSigner.md) | _t__Sub::UnclaimedDraftSigner::DESCRIPTION | [optional] **SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **Subject** | **string** | The subject in the email that will be sent to the signers. | [optional] **TestMode** | **bool** | Whether this is a test, the signature request created from this draft will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]**UsePreexistingFields** | **bool** | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [optional] [default to false]**UseTextTags** | **bool** | Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. | [optional] [default to false]**ExpiresAt** | **int?** | 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.
**NOTE:** This does not correspond to the **expires_at** returned in the response. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md b/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md
index 97a8f57d0..f257977b5 100644
--- a/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md
+++ b/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**UnclaimedDraft** | [**UnclaimedDraftResponse**](UnclaimedDraftResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional]
+**UnclaimedDraft** | [**UnclaimedDraftResponse**](UnclaimedDraftResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | _t__WarningResponse::LIST_DESCRIPTION | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/UnclaimedDraftResponse.md b/sdks/dotnet/docs/UnclaimedDraftResponse.md
index f301ff7b9..5afad36a0 100644
--- a/sdks/dotnet/docs/UnclaimedDraftResponse.md
+++ b/sdks/dotnet/docs/UnclaimedDraftResponse.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.UnclaimedDraftResponse
-A group of documents that a user can take ownership of via the claim URL.
+_t__UnclaimedDraftResponse::DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**SignatureRequestId** | **string** | The ID of the signature request that is represented by this UnclaimedDraft. | [optional] **ClaimUrl** | **string** | The URL to be used to claim this UnclaimedDraft. | [optional] **SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional] **RequestingRedirectUrl** | **string** | The URL you want signers redirected to after they successfully request a signature (Will only be returned in the response if it is applicable to the request.). | [optional] **ExpiresAt** | **int?** | When the link expires. | [optional] **TestMode** | **bool** | Whether this is a test draft. Signature requests made from test drafts have no legal value. | [optional]
+**SignatureRequestId** | **string** | _t__UnclaimedDraft::SIGNATURE_REQUEST_ID | [optional] **ClaimUrl** | **string** | _t__UnclaimedDraft::CLAIM_URL | [optional] **SigningRedirectUrl** | **string** | _t__UnclaimedDraft::SIGNING_REDIRECT_URL | [optional] **RequestingRedirectUrl** | **string** | _t__UnclaimedDraft::REQUESTING_REDIRECT_URL | [optional] **ExpiresAt** | **int?** | _t__UnclaimedDraft::EXPIRES_AT | [optional] **TestMode** | **bool** | _t__UnclaimedDraft::TEST_MODE | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/docs/WarningResponse.md b/sdks/dotnet/docs/WarningResponse.md
index f44da160e..3525c4c49 100644
--- a/sdks/dotnet/docs/WarningResponse.md
+++ b/sdks/dotnet/docs/WarningResponse.md
@@ -1,11 +1,11 @@
# Dropbox.Sign.Model.WarningResponse
-A list of warnings.
+_t__WarningResponse::LIST_DESCRIPTION
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**WarningMsg** | **string** | Warning message | **WarningName** | **string** | Warning name |
+**WarningMsg** | **string** | _t__WarningResponse::WARNING_MSG | **WarningName** | **string** | _t__WarningResponse::WARNING_NAME |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs
index dcd4d1897..a415978d1 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs
@@ -43,7 +43,7 @@ protected AccountCreateResponse() { }
///
/// account (required).
/// oauthData.
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public AccountCreateResponse(AccountResponse account = default(AccountResponse), OAuthTokenResponse oauthData = default(OAuthTokenResponse), List warnings = default(List))
{
@@ -86,9 +86,9 @@ public static AccountCreateResponse Init(string jsonData)
public OAuthTokenResponse OauthData { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs
index 0cf03db9b..ca7dcc7b9 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs
@@ -42,7 +42,7 @@ protected AccountGetResponse() { }
/// Initializes a new instance of the class.
///
/// account (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public AccountGetResponse(AccountResponse account = default(AccountResponse), List warnings = default(List))
{
@@ -78,9 +78,9 @@ public static AccountGetResponse Init(string jsonData)
public AccountResponse Account { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponse.cs
index 6d65726d7..642993fe3 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponse.cs
@@ -41,16 +41,16 @@ protected AccountResponse() { }
///
/// Initializes a new instance of the class.
///
- /// The ID of the Account.
- /// The email address associated with the Account..
- /// Returns `true` if the user has been locked out of their account by a team admin..
- /// Returns `true` if the user has a paid Dropbox Sign account..
- /// Returns `true` if the user has a paid HelloFax account..
+ /// _t__Account::ACCOUNT_ID.
+ /// _t__Account::EMAIL_ADDRESS.
+ /// _t__Account::IS_LOCKED.
+ /// _t__Account::IS_PAID_HS.
+ /// _t__Account::IS_PAID_HF.
/// quotas.
- /// The URL that Dropbox Sign events will `POST` to..
- /// The membership role for the team..
- /// The id of the team account belongs to..
- /// The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values..
+ /// _t__Account::CALLBACK_URL.
+ /// _t__Account::ROLE_CODE.
+ /// _t__Account::TEAM_ID.
+ /// _t__Account::LOCALE.
/// usage.
public AccountResponse(string accountId = default(string), string emailAddress = default(string), bool isLocked = default(bool), bool isPaidHs = default(bool), bool isPaidHf = default(bool), AccountResponseQuotas quotas = default(AccountResponseQuotas), string callbackUrl = default(string), string roleCode = default(string), string teamId = default(string), string locale = default(string), AccountResponseUsage usage = default(AccountResponseUsage))
{
@@ -85,37 +85,37 @@ public static AccountResponse Init(string jsonData)
}
///
- /// The ID of the Account
+ /// _t__Account::ACCOUNT_ID
///
- /// The ID of the Account
+ /// _t__Account::ACCOUNT_ID
[DataMember(Name = "account_id", EmitDefaultValue = true)]
public string AccountId { get; set; }
///
- /// The email address associated with the Account.
+ /// _t__Account::EMAIL_ADDRESS
///
- /// The email address associated with the Account.
+ /// _t__Account::EMAIL_ADDRESS
[DataMember(Name = "email_address", EmitDefaultValue = true)]
public string EmailAddress { get; set; }
///
- /// Returns `true` if the user has been locked out of their account by a team admin.
+ /// _t__Account::IS_LOCKED
///
- /// Returns `true` if the user has been locked out of their account by a team admin.
+ /// _t__Account::IS_LOCKED
[DataMember(Name = "is_locked", EmitDefaultValue = true)]
public bool IsLocked { get; set; }
///
- /// Returns `true` if the user has a paid Dropbox Sign account.
+ /// _t__Account::IS_PAID_HS
///
- /// Returns `true` if the user has a paid Dropbox Sign account.
+ /// _t__Account::IS_PAID_HS
[DataMember(Name = "is_paid_hs", EmitDefaultValue = true)]
public bool IsPaidHs { get; set; }
///
- /// Returns `true` if the user has a paid HelloFax account.
+ /// _t__Account::IS_PAID_HF
///
- /// Returns `true` if the user has a paid HelloFax account.
+ /// _t__Account::IS_PAID_HF
[DataMember(Name = "is_paid_hf", EmitDefaultValue = true)]
public bool IsPaidHf { get; set; }
@@ -126,30 +126,30 @@ public static AccountResponse Init(string jsonData)
public AccountResponseQuotas Quotas { get; set; }
///
- /// The URL that Dropbox Sign events will `POST` to.
+ /// _t__Account::CALLBACK_URL
///
- /// The URL that Dropbox Sign events will `POST` to.
+ /// _t__Account::CALLBACK_URL
[DataMember(Name = "callback_url", EmitDefaultValue = true)]
public string CallbackUrl { get; set; }
///
- /// The membership role for the team.
+ /// _t__Account::ROLE_CODE
///
- /// The membership role for the team.
+ /// _t__Account::ROLE_CODE
[DataMember(Name = "role_code", EmitDefaultValue = true)]
public string RoleCode { get; set; }
///
- /// The id of the team account belongs to.
+ /// _t__Account::TEAM_ID
///
- /// The id of the team account belongs to.
+ /// _t__Account::TEAM_ID
[DataMember(Name = "team_id", EmitDefaultValue = true)]
public string TeamId { get; set; }
///
- /// The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values.
+ /// _t__Account::LOCALE
///
- /// The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values.
+ /// _t__Account::LOCALE
[DataMember(Name = "locale", EmitDefaultValue = true)]
public string Locale { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponseQuotas.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponseQuotas.cs
index b97d73c8e..41dbef6c7 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponseQuotas.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponseQuotas.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// Details concerning remaining monthly quotas.
+ /// _t__Account::QUOTA
///
[DataContract(Name = "AccountResponseQuotas")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,12 +41,12 @@ protected AccountResponseQuotas() { }
///
/// Initializes a new instance of the class.
///
- /// API signature requests remaining..
- /// Signature requests remaining..
- /// Total API templates allowed..
- /// API templates remaining..
- /// SMS verifications remaining..
- /// Number of fax pages left.
+ /// _t__AccountQuota::API_SIGNATURE_REQUESTS_LEFT.
+ /// _t__AccountQuota::DOCUMENTS_LEFT.
+ /// _t__AccountQuota::TEMPLATES_TOTAL.
+ /// _t__AccountQuota::TEMPLATES_LEFT.
+ /// _t__AccountQuota::SMS_VERIFICATIONS_LEFT.
+ /// _t__AccountQuota::NUM_FAX_PAGES_LEFT.
public AccountResponseQuotas(int? apiSignatureRequestsLeft = default(int?), int? documentsLeft = default(int?), int? templatesTotal = default(int?), int? templatesLeft = default(int?), int? smsVerificationsLeft = default(int?), int? numFaxPagesLeft = default(int?))
{
@@ -75,44 +75,44 @@ public static AccountResponseQuotas Init(string jsonData)
}
///
- /// API signature requests remaining.
+ /// _t__AccountQuota::API_SIGNATURE_REQUESTS_LEFT
///
- /// API signature requests remaining.
+ /// _t__AccountQuota::API_SIGNATURE_REQUESTS_LEFT
[DataMember(Name = "api_signature_requests_left", EmitDefaultValue = true)]
public int? ApiSignatureRequestsLeft { get; set; }
///
- /// Signature requests remaining.
+ /// _t__AccountQuota::DOCUMENTS_LEFT
///
- /// Signature requests remaining.
+ /// _t__AccountQuota::DOCUMENTS_LEFT
[DataMember(Name = "documents_left", EmitDefaultValue = true)]
public int? DocumentsLeft { get; set; }
///
- /// Total API templates allowed.
+ /// _t__AccountQuota::TEMPLATES_TOTAL
///
- /// Total API templates allowed.
+ /// _t__AccountQuota::TEMPLATES_TOTAL
[DataMember(Name = "templates_total", EmitDefaultValue = true)]
public int? TemplatesTotal { get; set; }
///
- /// API templates remaining.
+ /// _t__AccountQuota::TEMPLATES_LEFT
///
- /// API templates remaining.
+ /// _t__AccountQuota::TEMPLATES_LEFT
[DataMember(Name = "templates_left", EmitDefaultValue = true)]
public int? TemplatesLeft { get; set; }
///
- /// SMS verifications remaining.
+ /// _t__AccountQuota::SMS_VERIFICATIONS_LEFT
///
- /// SMS verifications remaining.
+ /// _t__AccountQuota::SMS_VERIFICATIONS_LEFT
[DataMember(Name = "sms_verifications_left", EmitDefaultValue = true)]
public int? SmsVerificationsLeft { get; set; }
///
- /// Number of fax pages left
+ /// _t__AccountQuota::NUM_FAX_PAGES_LEFT
///
- /// Number of fax pages left
+ /// _t__AccountQuota::NUM_FAX_PAGES_LEFT
[DataMember(Name = "num_fax_pages_left", EmitDefaultValue = true)]
public int? NumFaxPagesLeft { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponseUsage.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponseUsage.cs
index bd9e2e5ac..e85c3dbb8 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponseUsage.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountResponseUsage.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// Details concerning monthly usage
+ /// _t__Account::USAGE
///
[DataContract(Name = "AccountResponseUsage")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,7 +41,7 @@ protected AccountResponseUsage() { }
///
/// Initializes a new instance of the class.
///
- /// Number of fax pages sent.
+ /// _t__AccountUsage::FAX_PAGES_SENT.
public AccountResponseUsage(int? faxPagesSent = default(int?))
{
@@ -65,9 +65,9 @@ public static AccountResponseUsage Init(string jsonData)
}
///
- /// Number of fax pages sent
+ /// _t__AccountUsage::FAX_PAGES_SENT
///
- /// Number of fax pages sent
+ /// _t__AccountUsage::FAX_PAGES_SENT
[DataMember(Name = "fax_pages_sent", EmitDefaultValue = true)]
public int? FaxPagesSent { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountVerifyResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountVerifyResponse.cs
index af369d05a..3c868b212 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountVerifyResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountVerifyResponse.cs
@@ -42,7 +42,7 @@ protected AccountVerifyResponse() { }
/// Initializes a new instance of the class.
///
/// account.
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public AccountVerifyResponse(AccountVerifyResponseAccount account = default(AccountVerifyResponseAccount), List warnings = default(List))
{
@@ -73,9 +73,9 @@ public static AccountVerifyResponse Init(string jsonData)
public AccountVerifyResponseAccount Account { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountVerifyResponseAccount.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountVerifyResponseAccount.cs
index 836635cbd..f524a5b7f 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountVerifyResponseAccount.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountVerifyResponseAccount.cs
@@ -41,7 +41,7 @@ protected AccountVerifyResponseAccount() { }
///
/// Initializes a new instance of the class.
///
- /// The email address associated with the Account..
+ /// _t__Account::EMAIL_ADDRESS.
public AccountVerifyResponseAccount(string emailAddress = default(string))
{
@@ -65,9 +65,9 @@ public static AccountVerifyResponseAccount Init(string jsonData)
}
///
- /// The email address associated with the Account.
+ /// _t__Account::EMAIL_ADDRESS
///
- /// The email address associated with the Account.
+ /// _t__Account::EMAIL_ADDRESS
[DataMember(Name = "email_address", EmitDefaultValue = true)]
public string EmailAddress { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs
index febfeecd5..9966fd5ff 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs
@@ -42,7 +42,7 @@ protected ApiAppGetResponse() { }
/// Initializes a new instance of the class.
///
/// apiApp (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public ApiAppGetResponse(ApiAppResponse apiApp = default(ApiAppResponse), List warnings = default(List))
{
@@ -78,9 +78,9 @@ public static ApiAppGetResponse Init(string jsonData)
public ApiAppResponse ApiApp { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs
index 96ae10767..245e4e78d 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs
@@ -41,9 +41,9 @@ protected ApiAppListResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Contains information about API Apps. (required).
+ /// _t__ApiAppListResponse::DESCRIPTION (required).
/// listInfo (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public ApiAppListResponse(List apiApps = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List))
{
@@ -79,9 +79,9 @@ public static ApiAppListResponse Init(string jsonData)
}
///
- /// Contains information about API Apps.
+ /// _t__ApiAppListResponse::DESCRIPTION
///
- /// Contains information about API Apps.
+ /// _t__ApiAppListResponse::DESCRIPTION
[DataMember(Name = "api_apps", IsRequired = true, EmitDefaultValue = true)]
public List ApiApps { get; set; }
@@ -92,9 +92,9 @@ public static ApiAppListResponse Init(string jsonData)
public ListInfoResponse ListInfo { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponse.cs
index f4e1da05a..e5429f696 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponse.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// Contains information about an API App.
+ /// _t__ApiAppResponse::DESCRIPTION
///
[DataContract(Name = "ApiAppResponse")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,12 +41,12 @@ protected ApiAppResponse() { }
///
/// Initializes a new instance of the class.
///
- /// The app's callback URL (for events).
- /// The app's client id.
- /// The time that the app was created.
- /// The domain name(s) associated with the app.
- /// The name of the app.
- /// Boolean to indicate if the app has been approved.
+ /// _t__ApiAppResponse::CALLBACK_URL.
+ /// _t__ApiAppResponse::CLIENT_ID.
+ /// _t__ApiAppResponse::CREATED_AT.
+ /// _t__ApiAppResponse::DOMAINS.
+ /// _t__ApiAppResponse::NAME.
+ /// _t__ApiAppResponse::IS_APPROVED.
/// oauth.
/// options.
/// ownerAccount.
@@ -83,44 +83,44 @@ public static ApiAppResponse Init(string jsonData)
}
///
- /// The app's callback URL (for events)
+ /// _t__ApiAppResponse::CALLBACK_URL
///
- /// The app's callback URL (for events)
+ /// _t__ApiAppResponse::CALLBACK_URL
[DataMember(Name = "callback_url", EmitDefaultValue = true)]
public string CallbackUrl { get; set; }
///
- /// The app's client id
+ /// _t__ApiAppResponse::CLIENT_ID
///
- /// The app's client id
+ /// _t__ApiAppResponse::CLIENT_ID
[DataMember(Name = "client_id", EmitDefaultValue = true)]
public string ClientId { get; set; }
///
- /// The time that the app was created
+ /// _t__ApiAppResponse::CREATED_AT
///
- /// The time that the app was created
+ /// _t__ApiAppResponse::CREATED_AT
[DataMember(Name = "created_at", EmitDefaultValue = true)]
public int CreatedAt { get; set; }
///
- /// The domain name(s) associated with the app
+ /// _t__ApiAppResponse::DOMAINS
///
- /// The domain name(s) associated with the app
+ /// _t__ApiAppResponse::DOMAINS
[DataMember(Name = "domains", EmitDefaultValue = true)]
public List Domains { get; set; }
///
- /// The name of the app
+ /// _t__ApiAppResponse::NAME
///
- /// The name of the app
+ /// _t__ApiAppResponse::NAME
[DataMember(Name = "name", EmitDefaultValue = true)]
public string Name { get; set; }
///
- /// Boolean to indicate if the app has been approved
+ /// _t__ApiAppResponse::IS_APPROVED
///
- /// Boolean to indicate if the app has been approved
+ /// _t__ApiAppResponse::IS_APPROVED
[DataMember(Name = "is_approved", EmitDefaultValue = true)]
public bool IsApproved { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOAuth.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOAuth.cs
index d5ceebef6..3ac06c233 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOAuth.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOAuth.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// An object describing the app's OAuth properties, or null if OAuth is not configured for the app.
+ /// _t__ApiAppResponseOAuth::DESCRIPTION
///
[DataContract(Name = "ApiAppResponseOAuth")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,10 +41,10 @@ protected ApiAppResponseOAuth() { }
///
/// Initializes a new instance of the class.
///
- /// The app's OAuth callback URL..
- /// The app's OAuth secret, or null if the app does not belong to user..
- /// Array of OAuth scopes used by the app..
- /// Boolean indicating whether the app owner or the account granting permission is billed for OAuth requests..
+ /// _t__ApiAppResponseOAuth::CALLBACK_URL.
+ /// _t__ApiAppResponseOAuth::SECRET.
+ /// _t__ApiAppResponseOAuth::SCOPES.
+ /// _t__ApiAppResponseOAuth::CHARGES_USERS.
public ApiAppResponseOAuth(string callbackUrl = default(string), string secret = default(string), List scopes = default(List), bool chargesUsers = default(bool))
{
@@ -71,30 +71,30 @@ public static ApiAppResponseOAuth Init(string jsonData)
}
///
- /// The app's OAuth callback URL.
+ /// _t__ApiAppResponseOAuth::CALLBACK_URL
///
- /// The app's OAuth callback URL.
+ /// _t__ApiAppResponseOAuth::CALLBACK_URL
[DataMember(Name = "callback_url", EmitDefaultValue = true)]
public string CallbackUrl { get; set; }
///
- /// The app's OAuth secret, or null if the app does not belong to user.
+ /// _t__ApiAppResponseOAuth::SECRET
///
- /// The app's OAuth secret, or null if the app does not belong to user.
+ /// _t__ApiAppResponseOAuth::SECRET
[DataMember(Name = "secret", EmitDefaultValue = true)]
public string Secret { get; set; }
///
- /// Array of OAuth scopes used by the app.
+ /// _t__ApiAppResponseOAuth::SCOPES
///
- /// Array of OAuth scopes used by the app.
+ /// _t__ApiAppResponseOAuth::SCOPES
[DataMember(Name = "scopes", EmitDefaultValue = true)]
public List Scopes { get; set; }
///
- /// Boolean indicating whether the app owner or the account granting permission is billed for OAuth requests.
+ /// _t__ApiAppResponseOAuth::CHARGES_USERS
///
- /// Boolean indicating whether the app owner or the account granting permission is billed for OAuth requests.
+ /// _t__ApiAppResponseOAuth::CHARGES_USERS
[DataMember(Name = "charges_users", EmitDefaultValue = true)]
public bool ChargesUsers { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOptions.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOptions.cs
index 10d6df91a..12d595efb 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOptions.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOptions.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// An object with options that override account settings.
+ /// _t__ApiAppResponseOptions::DESCRIPTION
///
[DataContract(Name = "ApiAppResponseOptions")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,7 +41,7 @@ protected ApiAppResponseOptions() { }
///
/// Initializes a new instance of the class.
///
- /// Boolean denoting if signers can \"Insert Everywhere\" in one click while signing a document.
+ /// _t__ApiAppResponseOptions::CAN_INSERT_EVERYWHERE.
public ApiAppResponseOptions(bool canInsertEverywhere = default(bool))
{
@@ -65,9 +65,9 @@ public static ApiAppResponseOptions Init(string jsonData)
}
///
- /// Boolean denoting if signers can \"Insert Everywhere\" in one click while signing a document
+ /// _t__ApiAppResponseOptions::CAN_INSERT_EVERYWHERE
///
- /// Boolean denoting if signers can \"Insert Everywhere\" in one click while signing a document
+ /// _t__ApiAppResponseOptions::CAN_INSERT_EVERYWHERE
[DataMember(Name = "can_insert_everywhere", EmitDefaultValue = true)]
public bool CanInsertEverywhere { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOwnerAccount.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOwnerAccount.cs
index efb47222d..ede886449 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOwnerAccount.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseOwnerAccount.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// An object describing the app's owner
+ /// _t__ApiAppResponseOwnerAccount::DESCRIPTION
///
[DataContract(Name = "ApiAppResponseOwnerAccount")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,8 +41,8 @@ protected ApiAppResponseOwnerAccount() { }
///
/// Initializes a new instance of the class.
///
- /// The owner account's ID.
- /// The owner account's email address.
+ /// _t__ApiAppResponseOwnerAccount::ACCOUNT_ID.
+ /// _t__ApiAppResponseOwnerAccount::EMAIL_ADDRESS.
public ApiAppResponseOwnerAccount(string accountId = default(string), string emailAddress = default(string))
{
@@ -67,16 +67,16 @@ public static ApiAppResponseOwnerAccount Init(string jsonData)
}
///
- /// The owner account's ID
+ /// _t__ApiAppResponseOwnerAccount::ACCOUNT_ID
///
- /// The owner account's ID
+ /// _t__ApiAppResponseOwnerAccount::ACCOUNT_ID
[DataMember(Name = "account_id", EmitDefaultValue = true)]
public string AccountId { get; set; }
///
- /// The owner account's email address
+ /// _t__ApiAppResponseOwnerAccount::EMAIL_ADDRESS
///
- /// The owner account's email address
+ /// _t__ApiAppResponseOwnerAccount::EMAIL_ADDRESS
[DataMember(Name = "email_address", EmitDefaultValue = true)]
public string EmailAddress { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseWhiteLabelingOptions.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseWhiteLabelingOptions.cs
index 095ef8e70..19572b277 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseWhiteLabelingOptions.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppResponseWhiteLabelingOptions.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// An object with options to customize the app's signer page
+ /// _t__ApiAppResponseWhiteLabelingOptions::DESCRIPTION
///
[DataContract(Name = "ApiAppResponseWhiteLabelingOptions")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs
index c4c9602f7..3970b4d80 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs
@@ -43,8 +43,8 @@ protected BulkSendJobGetResponse() { }
///
/// bulkSendJob (required).
/// listInfo (required).
- /// Contains information about the Signature Requests sent in bulk. (required).
- /// A list of warnings..
+ /// _t__BulkSendJobGetResponse::SIGNATURE_REQUESTS (required).
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public BulkSendJobGetResponse(BulkSendJobResponse bulkSendJob = default(BulkSendJobResponse), ListInfoResponse listInfo = default(ListInfoResponse), List signatureRequests = default(List), List warnings = default(List))
{
@@ -98,16 +98,16 @@ public static BulkSendJobGetResponse Init(string jsonData)
public ListInfoResponse ListInfo { get; set; }
///
- /// Contains information about the Signature Requests sent in bulk.
+ /// _t__BulkSendJobGetResponse::SIGNATURE_REQUESTS
///
- /// Contains information about the Signature Requests sent in bulk.
+ /// _t__BulkSendJobGetResponse::SIGNATURE_REQUESTS
[DataMember(Name = "signature_requests", IsRequired = true, EmitDefaultValue = true)]
public List SignatureRequests { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponseSignatureRequests.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponseSignatureRequests.cs
index 5d8db6306..78549a51b 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponseSignatureRequests.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponseSignatureRequests.cs
@@ -41,31 +41,31 @@ protected BulkSendJobGetResponseSignatureRequests() { }
///
/// Initializes a new instance of the class.
///
- /// Whether this is a test signature request. Test requests have no legal value. Defaults to `false`. (default to false).
- /// The id of the SignatureRequest..
- /// The email address of the initiator of the SignatureRequest..
- /// The title the specified Account uses for the SignatureRequest..
- /// Default Label for account..
- /// The subject in the email that was initially sent to the signers..
- /// The custom message in the email that was initially sent to the signers..
- /// The metadata attached to the signature request..
- /// Time the signature request was created..
- /// The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details..
- /// Whether or not the SignatureRequest has been fully executed by all signers..
- /// Whether or not the SignatureRequest has been declined by a signer..
- /// Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings)..
- /// The URL where a copy of the request's documents can be downloaded..
- /// The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing..
- /// The URL where the requester and the signers can view the current status of the SignatureRequest..
- /// A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed..
- /// The URL you want the signer redirected to after they successfully sign..
- /// The path where the completed document can be downloaded.
- /// Templates IDs used in this SignatureRequest (if any)..
- /// An array of Custom Field objects containing the name and type of each custom field. * Text Field uses `SignatureRequestResponseCustomFieldText` * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`.
- /// Signer attachments..
- /// An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers..
- /// An array of signature objects, 1 for each signer..
- /// The id of the BulkSendJob..
+ /// _t__SignatureRequestResponse::TEST_MODE (default to false).
+ /// _t__SignatureRequestResponse::SIGNATURE_REQUEST_ID.
+ /// _t__SignatureRequestResponse::REQUESTER_EMAIL_ADDRESS.
+ /// _t__SignatureRequestResponse::TITLE.
+ /// _t__SignatureRequestResponse::ORIGINAL_TITLE.
+ /// _t__SignatureRequestResponse::SUBJECT.
+ /// _t__SignatureRequestResponse::MESSAGE.
+ /// _t__SignatureRequestResponse::METADATA.
+ /// _t__SignatureRequestResponse::CREATED_AT.
+ /// _t__SignatureRequestResponse::EXPIRES_AT.
+ /// _t__SignatureRequestResponse::IS_COMPLETE.
+ /// _t__SignatureRequestResponse::IS_DECLINED.
+ /// _t__SignatureRequestResponse::HAS_ERROR.
+ /// _t__SignatureRequestResponse::FILES_URL.
+ /// _t__SignatureRequestResponse::SIGNING_URL.
+ /// _t__SignatureRequestResponse::DETAILS_URL.
+ /// _t__SignatureRequestResponse::CC_EMAIL_ADDRESSES.
+ /// _t__SignatureRequestResponse::SIGNING_REDIRECT_URL.
+ /// _t__SignatureRequestResponse::FINAL_COPY_URI.
+ /// _t__SignatureRequestResponse::TEMPLATE_IDS.
+ /// _t__SignatureRequestResponseCustomField::DESCRIPTION.
+ /// _t__SignatureRequestResponseAttachment::DESCRIPTION.
+ /// _t__SignatureRequestResponseData::DESCRIPTION.
+ /// _t__SignatureRequestResponseSignatures::DESCRIPTION.
+ /// _t__BulkSendJobGetResponseSignatureRequests::BULK_SEND_JOB_ID.
public BulkSendJobGetResponseSignatureRequests(bool testMode = false, string signatureRequestId = default(string), string requesterEmailAddress = default(string), string title = default(string), string originalTitle = default(string), string subject = default(string), string message = default(string), Dictionary metadata = default(Dictionary), int createdAt = default(int), int? expiresAt = default(int?), bool isComplete = default(bool), bool isDeclined = default(bool), bool hasError = default(bool), string filesUrl = default(string), string signingUrl = default(string), string detailsUrl = default(string), List ccEmailAddresses = default(List), string signingRedirectUrl = default(string), string finalCopyUri = default(string), List templateIds = default(List), List customFields = default(List), List attachments = default(List), List responseData = default(List), List signatures = default(List), string bulkSendJobId = default(string))
{
@@ -113,177 +113,177 @@ public static BulkSendJobGetResponseSignatureRequests Init(string jsonData)
}
///
- /// Whether this is a test signature request. Test requests have no legal value. Defaults to `false`.
+ /// _t__SignatureRequestResponse::TEST_MODE
///
- /// Whether this is a test signature request. Test requests have no legal value. Defaults to `false`.
+ /// _t__SignatureRequestResponse::TEST_MODE
[DataMember(Name = "test_mode", EmitDefaultValue = true)]
public bool TestMode { get; set; }
///
- /// The id of the SignatureRequest.
+ /// _t__SignatureRequestResponse::SIGNATURE_REQUEST_ID
///
- /// The id of the SignatureRequest.
+ /// _t__SignatureRequestResponse::SIGNATURE_REQUEST_ID
[DataMember(Name = "signature_request_id", EmitDefaultValue = true)]
public string SignatureRequestId { get; set; }
///
- /// The email address of the initiator of the SignatureRequest.
+ /// _t__SignatureRequestResponse::REQUESTER_EMAIL_ADDRESS
///
- /// The email address of the initiator of the SignatureRequest.
+ /// _t__SignatureRequestResponse::REQUESTER_EMAIL_ADDRESS
[DataMember(Name = "requester_email_address", EmitDefaultValue = true)]
public string RequesterEmailAddress { get; set; }
///
- /// The title the specified Account uses for the SignatureRequest.
+ /// _t__SignatureRequestResponse::TITLE
///
- /// The title the specified Account uses for the SignatureRequest.
+ /// _t__SignatureRequestResponse::TITLE
[DataMember(Name = "title", EmitDefaultValue = true)]
public string Title { get; set; }
///
- /// Default Label for account.
+ /// _t__SignatureRequestResponse::ORIGINAL_TITLE
///
- /// Default Label for account.
+ /// _t__SignatureRequestResponse::ORIGINAL_TITLE
[DataMember(Name = "original_title", EmitDefaultValue = true)]
public string OriginalTitle { get; set; }
///
- /// The subject in the email that was initially sent to the signers.
+ /// _t__SignatureRequestResponse::SUBJECT
///
- /// The subject in the email that was initially sent to the signers.
+ /// _t__SignatureRequestResponse::SUBJECT
[DataMember(Name = "subject", EmitDefaultValue = true)]
public string Subject { get; set; }
///
- /// The custom message in the email that was initially sent to the signers.
+ /// _t__SignatureRequestResponse::MESSAGE
///
- /// The custom message in the email that was initially sent to the signers.
+ /// _t__SignatureRequestResponse::MESSAGE
[DataMember(Name = "message", EmitDefaultValue = true)]
public string Message { get; set; }
///
- /// The metadata attached to the signature request.
+ /// _t__SignatureRequestResponse::METADATA
///
- /// The metadata attached to the signature request.
+ /// _t__SignatureRequestResponse::METADATA
[DataMember(Name = "metadata", EmitDefaultValue = true)]
public Dictionary Metadata { get; set; }
///
- /// Time the signature request was created.
+ /// _t__SignatureRequestResponse::CREATED_AT
///
- /// Time the signature request was created.
+ /// _t__SignatureRequestResponse::CREATED_AT
[DataMember(Name = "created_at", EmitDefaultValue = true)]
public int CreatedAt { get; set; }
///
- /// The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.
+ /// _t__SignatureRequestResponse::EXPIRES_AT
///
- /// The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.
+ /// _t__SignatureRequestResponse::EXPIRES_AT
[DataMember(Name = "expires_at", EmitDefaultValue = true)]
public int? ExpiresAt { get; set; }
///
- /// Whether or not the SignatureRequest has been fully executed by all signers.
+ /// _t__SignatureRequestResponse::IS_COMPLETE
///
- /// Whether or not the SignatureRequest has been fully executed by all signers.
+ /// _t__SignatureRequestResponse::IS_COMPLETE
[DataMember(Name = "is_complete", EmitDefaultValue = true)]
public bool IsComplete { get; set; }
///
- /// Whether or not the SignatureRequest has been declined by a signer.
+ /// _t__SignatureRequestResponse::IS_DECLINED
///
- /// Whether or not the SignatureRequest has been declined by a signer.
+ /// _t__SignatureRequestResponse::IS_DECLINED
[DataMember(Name = "is_declined", EmitDefaultValue = true)]
public bool IsDeclined { get; set; }
///
- /// Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings).
+ /// _t__SignatureRequestResponse::HAS_ERROR
///
- /// Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings).
+ /// _t__SignatureRequestResponse::HAS_ERROR
[DataMember(Name = "has_error", EmitDefaultValue = true)]
public bool HasError { get; set; }
///
- /// The URL where a copy of the request's documents can be downloaded.
+ /// _t__SignatureRequestResponse::FILES_URL
///
- /// The URL where a copy of the request's documents can be downloaded.
+ /// _t__SignatureRequestResponse::FILES_URL
[DataMember(Name = "files_url", EmitDefaultValue = true)]
public string FilesUrl { get; set; }
///
- /// The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing.
+ /// _t__SignatureRequestResponse::SIGNING_URL
///
- /// The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing.
+ /// _t__SignatureRequestResponse::SIGNING_URL
[DataMember(Name = "signing_url", EmitDefaultValue = true)]
public string SigningUrl { get; set; }
///
- /// The URL where the requester and the signers can view the current status of the SignatureRequest.
+ /// _t__SignatureRequestResponse::DETAILS_URL
///
- /// The URL where the requester and the signers can view the current status of the SignatureRequest.
+ /// _t__SignatureRequestResponse::DETAILS_URL
[DataMember(Name = "details_url", EmitDefaultValue = true)]
public string DetailsUrl { get; set; }
///
- /// A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed.
+ /// _t__SignatureRequestResponse::CC_EMAIL_ADDRESSES
///
- /// A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed.
+ /// _t__SignatureRequestResponse::CC_EMAIL_ADDRESSES
[DataMember(Name = "cc_email_addresses", EmitDefaultValue = true)]
public List CcEmailAddresses { get; set; }
///
- /// The URL you want the signer redirected to after they successfully sign.
+ /// _t__SignatureRequestResponse::SIGNING_REDIRECT_URL
///
- /// The URL you want the signer redirected to after they successfully sign.
+ /// _t__SignatureRequestResponse::SIGNING_REDIRECT_URL
[DataMember(Name = "signing_redirect_url", EmitDefaultValue = true)]
public string SigningRedirectUrl { get; set; }
///
- /// The path where the completed document can be downloaded
+ /// _t__SignatureRequestResponse::FINAL_COPY_URI
///
- /// The path where the completed document can be downloaded
+ /// _t__SignatureRequestResponse::FINAL_COPY_URI
[DataMember(Name = "final_copy_uri", EmitDefaultValue = true)]
public string FinalCopyUri { get; set; }
///
- /// Templates IDs used in this SignatureRequest (if any).
+ /// _t__SignatureRequestResponse::TEMPLATE_IDS
///
- /// Templates IDs used in this SignatureRequest (if any).
+ /// _t__SignatureRequestResponse::TEMPLATE_IDS
[DataMember(Name = "template_ids", EmitDefaultValue = true)]
public List TemplateIds { get; set; }
///
- /// An array of Custom Field objects containing the name and type of each custom field. * Text Field uses `SignatureRequestResponseCustomFieldText` * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`
+ /// _t__SignatureRequestResponseCustomField::DESCRIPTION
///
- /// An array of Custom Field objects containing the name and type of each custom field. * Text Field uses `SignatureRequestResponseCustomFieldText` * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`
+ /// _t__SignatureRequestResponseCustomField::DESCRIPTION
[DataMember(Name = "custom_fields", EmitDefaultValue = true)]
public List CustomFields { get; set; }
///
- /// Signer attachments.
+ /// _t__SignatureRequestResponseAttachment::DESCRIPTION
///
- /// Signer attachments.
+ /// _t__SignatureRequestResponseAttachment::DESCRIPTION
[DataMember(Name = "attachments", EmitDefaultValue = true)]
public List Attachments { get; set; }
///
- /// An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers.
+ /// _t__SignatureRequestResponseData::DESCRIPTION
///
- /// An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers.
+ /// _t__SignatureRequestResponseData::DESCRIPTION
[DataMember(Name = "response_data", EmitDefaultValue = true)]
public List ResponseData { get; set; }
///
- /// An array of signature objects, 1 for each signer.
+ /// _t__SignatureRequestResponseSignatures::DESCRIPTION
///
- /// An array of signature objects, 1 for each signer.
+ /// _t__SignatureRequestResponseSignatures::DESCRIPTION
[DataMember(Name = "signatures", EmitDefaultValue = true)]
public List Signatures { get; set; }
///
- /// The id of the BulkSendJob.
+ /// _t__BulkSendJobGetResponseSignatureRequests::BULK_SEND_JOB_ID
///
- /// The id of the BulkSendJob.
+ /// _t__BulkSendJobGetResponseSignatureRequests::BULK_SEND_JOB_ID
[DataMember(Name = "bulk_send_job_id", EmitDefaultValue = true)]
public string BulkSendJobId { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs
index 043fd9f23..22848e391 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs
@@ -41,9 +41,9 @@ protected BulkSendJobListResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Contains a list of BulkSendJobs that the API caller has access to. (required).
+ /// _t__BulkSendJobListResponse::BULK_SEND_JOBS (required).
/// listInfo (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public BulkSendJobListResponse(List bulkSendJobs = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List))
{
@@ -79,9 +79,9 @@ public static BulkSendJobListResponse Init(string jsonData)
}
///
- /// Contains a list of BulkSendJobs that the API caller has access to.
+ /// _t__BulkSendJobListResponse::BULK_SEND_JOBS
///
- /// Contains a list of BulkSendJobs that the API caller has access to.
+ /// _t__BulkSendJobListResponse::BULK_SEND_JOBS
[DataMember(Name = "bulk_send_jobs", IsRequired = true, EmitDefaultValue = true)]
public List BulkSendJobs { get; set; }
@@ -92,9 +92,9 @@ public static BulkSendJobListResponse Init(string jsonData)
public ListInfoResponse ListInfo { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobResponse.cs
index ee798bc24..b7dcfeccd 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobResponse.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// Contains information about the BulkSendJob such as when it was created and how many signature requests are queued.
+ /// _t__BulkSendJobResponse::DESCRIPTION
///
[DataContract(Name = "BulkSendJobResponse")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,10 +41,10 @@ protected BulkSendJobResponse() { }
///
/// Initializes a new instance of the class.
///
- /// The id of the BulkSendJob..
- /// The total amount of Signature Requests queued for sending..
- /// True if you are the owner of this BulkSendJob, false if it's been shared with you by a team member..
- /// Time that the BulkSendJob was created..
+ /// _t__BulkSendJobResponse::BULK_SEND_JOB_ID.
+ /// _t__BulkSendJobResponse::TOTAL.
+ /// _t__BulkSendJobResponse::IS_CREATOR.
+ /// _t__BulkSendJobResponse::CREATED_AT.
public BulkSendJobResponse(string bulkSendJobId = default(string), int total = default(int), bool isCreator = default(bool), int createdAt = default(int))
{
@@ -71,30 +71,30 @@ public static BulkSendJobResponse Init(string jsonData)
}
///
- /// The id of the BulkSendJob.
+ /// _t__BulkSendJobResponse::BULK_SEND_JOB_ID
///
- /// The id of the BulkSendJob.
+ /// _t__BulkSendJobResponse::BULK_SEND_JOB_ID
[DataMember(Name = "bulk_send_job_id", EmitDefaultValue = true)]
public string BulkSendJobId { get; set; }
///
- /// The total amount of Signature Requests queued for sending.
+ /// _t__BulkSendJobResponse::TOTAL
///
- /// The total amount of Signature Requests queued for sending.
+ /// _t__BulkSendJobResponse::TOTAL
[DataMember(Name = "total", EmitDefaultValue = true)]
public int Total { get; set; }
///
- /// True if you are the owner of this BulkSendJob, false if it's been shared with you by a team member.
+ /// _t__BulkSendJobResponse::IS_CREATOR
///
- /// True if you are the owner of this BulkSendJob, false if it's been shared with you by a team member.
+ /// _t__BulkSendJobResponse::IS_CREATOR
[DataMember(Name = "is_creator", EmitDefaultValue = true)]
public bool IsCreator { get; set; }
///
- /// Time that the BulkSendJob was created.
+ /// _t__BulkSendJobResponse::CREATED_AT
///
- /// Time that the BulkSendJob was created.
+ /// _t__BulkSendJobResponse::CREATED_AT
[DataMember(Name = "created_at", EmitDefaultValue = true)]
public int CreatedAt { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs
index 14508058b..70f8b175e 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs
@@ -42,7 +42,7 @@ protected BulkSendJobSendResponse() { }
/// Initializes a new instance of the class.
///
/// bulkSendJob (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public BulkSendJobSendResponse(BulkSendJobResponse bulkSendJob = default(BulkSendJobResponse), List warnings = default(List))
{
@@ -78,9 +78,9 @@ public static BulkSendJobSendResponse Init(string jsonData)
public BulkSendJobResponse BulkSendJob { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlRequest.cs
index eef4ec729..db605e7ea 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlRequest.cs
@@ -42,6 +42,7 @@ protected EmbeddedEditUrlRequest() { }
/// Initializes a new instance of the class.
///
/// This allows the requester to enable/disable to add or change CC roles when editing the template. (default to false).
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. (default to false).
/// 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..
/// editorOptions.
/// Provide users the ability to review/edit the template signer roles. (default to false).
@@ -51,10 +52,11 @@ protected EmbeddedEditUrlRequest() { }
/// This allows the requester to enable the editor/preview experience. (default to false).
/// 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).
/// 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).
- public EmbeddedEditUrlRequest(bool allowEditCcs = false, List ccRoles = default(List), SubEditorOptions editorOptions = default(SubEditorOptions), bool forceSignerRoles = false, bool forceSubjectMessage = false, List mergeFields = default(List), bool previewOnly = false, bool showPreview = false, bool showProgressStepper = true, bool testMode = false)
+ public EmbeddedEditUrlRequest(bool allowEditCcs = false, bool allowFormView = false, List ccRoles = default(List), SubEditorOptions editorOptions = default(SubEditorOptions), bool forceSignerRoles = false, bool forceSubjectMessage = false, List mergeFields = default(List), bool previewOnly = false, bool showPreview = false, bool showProgressStepper = true, bool testMode = false)
{
this.AllowEditCcs = allowEditCcs;
+ this.AllowFormView = allowFormView;
this.CcRoles = ccRoles;
this.EditorOptions = editorOptions;
this.ForceSignerRoles = forceSignerRoles;
@@ -89,6 +91,13 @@ public static EmbeddedEditUrlRequest Init(string jsonData)
[DataMember(Name = "allow_edit_ccs", EmitDefaultValue = true)]
public bool AllowEditCcs { get; set; }
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ [DataMember(Name = "allow_form_view", EmitDefaultValue = true)]
+ public bool AllowFormView { get; set; }
+
///
/// 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.
///
@@ -160,6 +169,7 @@ public override string ToString()
StringBuilder sb = new StringBuilder();
sb.Append("class EmbeddedEditUrlRequest {\n");
sb.Append(" AllowEditCcs: ").Append(AllowEditCcs).Append("\n");
+ sb.Append(" AllowFormView: ").Append(AllowFormView).Append("\n");
sb.Append(" CcRoles: ").Append(CcRoles).Append("\n");
sb.Append(" EditorOptions: ").Append(EditorOptions).Append("\n");
sb.Append(" ForceSignerRoles: ").Append(ForceSignerRoles).Append("\n");
@@ -208,6 +218,10 @@ public bool Equals(EmbeddedEditUrlRequest input)
this.AllowEditCcs == input.AllowEditCcs ||
this.AllowEditCcs.Equals(input.AllowEditCcs)
) &&
+ (
+ this.AllowFormView == input.AllowFormView ||
+ this.AllowFormView.Equals(input.AllowFormView)
+ ) &&
(
this.CcRoles == input.CcRoles ||
this.CcRoles != null &&
@@ -261,6 +275,7 @@ public override int GetHashCode()
{
int hashCode = 41;
hashCode = (hashCode * 59) + this.AllowEditCcs.GetHashCode();
+ hashCode = (hashCode * 59) + this.AllowFormView.GetHashCode();
if (this.CcRoles != null)
{
hashCode = (hashCode * 59) + this.CcRoles.GetHashCode();
@@ -303,6 +318,13 @@ public List GetOpenApiTypes()
Value = AllowEditCcs,
});
types.Add(new OpenApiType()
+ {
+ Name = "allow_form_view",
+ Property = "AllowFormView",
+ Type = "bool",
+ Value = AllowFormView,
+ });
+ types.Add(new OpenApiType()
{
Name = "cc_roles",
Property = "CcRoles",
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs
index fb0ad3edd..81088808d 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs
@@ -42,7 +42,7 @@ protected EmbeddedEditUrlResponse() { }
/// Initializes a new instance of the class.
///
/// embedded (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public EmbeddedEditUrlResponse(EmbeddedEditUrlResponseEmbedded embedded = default(EmbeddedEditUrlResponseEmbedded), List warnings = default(List))
{
@@ -78,9 +78,9 @@ public static EmbeddedEditUrlResponse Init(string jsonData)
public EmbeddedEditUrlResponseEmbedded Embedded { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponseEmbedded.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponseEmbedded.cs
index 41ebc19a4..b98f43d20 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponseEmbedded.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponseEmbedded.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// An embedded template object.
+ /// _t__EmbeddedEditUrlResponseEmbedded::DESCRIPTION
///
[DataContract(Name = "EmbeddedEditUrlResponseEmbedded")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,8 +41,8 @@ protected EmbeddedEditUrlResponseEmbedded() { }
///
/// Initializes a new instance of the class.
///
- /// A template url that can be opened in an iFrame..
- /// The specific time that the the `edit_url` link expires, in epoch..
+ /// _t__EmbeddedEditUrlResponseEmbedded::EDIT_URL.
+ /// _t__EmbeddedEditUrlResponseEmbedded::EXPIRES_AT.
public EmbeddedEditUrlResponseEmbedded(string editUrl = default(string), int expiresAt = default(int))
{
@@ -67,16 +67,16 @@ public static EmbeddedEditUrlResponseEmbedded Init(string jsonData)
}
///
- /// A template url that can be opened in an iFrame.
+ /// _t__EmbeddedEditUrlResponseEmbedded::EDIT_URL
///
- /// A template url that can be opened in an iFrame.
+ /// _t__EmbeddedEditUrlResponseEmbedded::EDIT_URL
[DataMember(Name = "edit_url", EmitDefaultValue = true)]
public string EditUrl { get; set; }
///
- /// The specific time that the the `edit_url` link expires, in epoch.
+ /// _t__EmbeddedEditUrlResponseEmbedded::EXPIRES_AT
///
- /// The specific time that the the `edit_url` link expires, in epoch.
+ /// _t__EmbeddedEditUrlResponseEmbedded::EXPIRES_AT
[DataMember(Name = "expires_at", EmitDefaultValue = true)]
public int ExpiresAt { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs
index 12a75dc1a..1d7e153b9 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs
@@ -42,7 +42,7 @@ protected EmbeddedSignUrlResponse() { }
/// Initializes a new instance of the class.
///
/// embedded (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public EmbeddedSignUrlResponse(EmbeddedSignUrlResponseEmbedded embedded = default(EmbeddedSignUrlResponseEmbedded), List warnings = default(List))
{
@@ -78,9 +78,9 @@ public static EmbeddedSignUrlResponse Init(string jsonData)
public EmbeddedSignUrlResponseEmbedded Embedded { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponseEmbedded.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponseEmbedded.cs
index e66a1ce9a..b01977b80 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponseEmbedded.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponseEmbedded.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// An object that contains necessary information to set up embedded signing.
+ /// _t__EmbeddedSignUrlResponseEmbedded::DESCRIPTION
///
[DataContract(Name = "EmbeddedSignUrlResponseEmbedded")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,8 +41,8 @@ protected EmbeddedSignUrlResponseEmbedded() { }
///
/// Initializes a new instance of the class.
///
- /// A signature url that can be opened in an iFrame..
- /// The specific time that the the `sign_url` link expires, in epoch..
+ /// _t__EmbeddedSignUrlResponseEmbedded::SIGN_URL.
+ /// _t__EmbeddedSignUrlResponseEmbedded::EXPIRES_AT.
public EmbeddedSignUrlResponseEmbedded(string signUrl = default(string), int expiresAt = default(int))
{
@@ -67,16 +67,16 @@ public static EmbeddedSignUrlResponseEmbedded Init(string jsonData)
}
///
- /// A signature url that can be opened in an iFrame.
+ /// _t__EmbeddedSignUrlResponseEmbedded::SIGN_URL
///
- /// A signature url that can be opened in an iFrame.
+ /// _t__EmbeddedSignUrlResponseEmbedded::SIGN_URL
[DataMember(Name = "sign_url", EmitDefaultValue = true)]
public string SignUrl { get; set; }
///
- /// The specific time that the the `sign_url` link expires, in epoch.
+ /// _t__EmbeddedSignUrlResponseEmbedded::EXPIRES_AT
///
- /// The specific time that the the `sign_url` link expires, in epoch.
+ /// _t__EmbeddedSignUrlResponseEmbedded::EXPIRES_AT
[DataMember(Name = "expires_at", EmitDefaultValue = true)]
public int ExpiresAt { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ErrorResponseError.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ErrorResponseError.cs
index f1b9ca907..43e564414 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ErrorResponseError.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ErrorResponseError.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// Contains information about an error that occurred.
+ /// _t__ErrorResponseError::DESCRIPTION
///
[DataContract(Name = "ErrorResponseError")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,9 +41,9 @@ protected ErrorResponseError() { }
///
/// Initializes a new instance of the class.
///
- /// Message describing an error. (required).
- /// Path at which an error occurred..
- /// Name of the error. (required).
+ /// _t__ErrorResponseError::ERROR_MSG (required).
+ /// _t__ErrorResponseError::ERROR_PATH.
+ /// _t__ErrorResponseError::ERROR_NAME (required).
public ErrorResponseError(string errorMsg = default(string), string errorPath = default(string), string errorName = default(string))
{
@@ -79,23 +79,23 @@ public static ErrorResponseError Init(string jsonData)
}
///
- /// Message describing an error.
+ /// _t__ErrorResponseError::ERROR_MSG
///
- /// Message describing an error.
+ /// _t__ErrorResponseError::ERROR_MSG
[DataMember(Name = "error_msg", IsRequired = true, EmitDefaultValue = true)]
public string ErrorMsg { get; set; }
///
- /// Name of the error.
+ /// _t__ErrorResponseError::ERROR_NAME
///
- /// Name of the error.
+ /// _t__ErrorResponseError::ERROR_NAME
[DataMember(Name = "error_name", IsRequired = true, EmitDefaultValue = true)]
public string ErrorName { get; set; }
///
- /// Path at which an error occurred.
+ /// _t__ErrorResponseError::ERROR_PATH
///
- /// Path at which an error occurred.
+ /// _t__ErrorResponseError::ERROR_PATH
[DataMember(Name = "error_path", EmitDefaultValue = true)]
public string ErrorPath { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EventCallbackRequestEvent.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EventCallbackRequestEvent.cs
index 5308add39..fbf721b80 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/EventCallbackRequestEvent.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/EventCallbackRequestEvent.cs
@@ -27,16 +27,16 @@
namespace Dropbox.Sign.Model
{
///
- /// Basic information about the event that occurred.
+ /// _t__EventCallbackRequestEvent::DESCRIPTION
///
[DataContract(Name = "EventCallbackRequestEvent")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
public partial class EventCallbackRequestEvent : IEquatable, IValidatableObject
{
///
- /// Type of callback event that was triggered.
+ /// _t__EventCallbackRequestEvent::EVENT_TYPE
///
- /// Type of callback event that was triggered.
+ /// _t__EventCallbackRequestEvent::EVENT_TYPE
[JsonConverter(typeof(StringEnumConverter))]
public enum EventTypeEnum
{
@@ -181,9 +181,9 @@ public enum EventTypeEnum
///
- /// Type of callback event that was triggered.
+ /// _t__EventCallbackRequestEvent::EVENT_TYPE
///
- /// Type of callback event that was triggered.
+ /// _t__EventCallbackRequestEvent::EVENT_TYPE
[DataMember(Name = "event_type", IsRequired = true, EmitDefaultValue = true)]
public EventTypeEnum EventType { get; set; }
///
@@ -194,9 +194,9 @@ protected EventCallbackRequestEvent() { }
///
/// Initializes a new instance of the class.
///
- /// Time the event was created (using Unix time). (required).
- /// Type of callback event that was triggered. (required).
- /// Generated hash used to verify source of event data. (required).
+ /// _t__EventCallbackRequestEvent::EVENT_TIME (required).
+ /// _t__EventCallbackRequestEvent::EVENT_TYPE (required).
+ /// _t__EventCallbackRequestEvent::EVENT_HASH (required).
/// eventMetadata.
public EventCallbackRequestEvent(string eventTime = default(string), EventTypeEnum eventType = default(EventTypeEnum), string eventHash = default(string), EventCallbackRequestEventMetadata eventMetadata = default(EventCallbackRequestEventMetadata))
{
@@ -234,16 +234,16 @@ public static EventCallbackRequestEvent Init(string jsonData)
}
///
- /// Time the event was created (using Unix time).
+ /// _t__EventCallbackRequestEvent::EVENT_TIME
///
- /// Time the event was created (using Unix time).
+ /// _t__EventCallbackRequestEvent::EVENT_TIME
[DataMember(Name = "event_time", IsRequired = true, EmitDefaultValue = true)]
public string EventTime { get; set; }
///
- /// Generated hash used to verify source of event data.
+ /// _t__EventCallbackRequestEvent::EVENT_HASH
///
- /// Generated hash used to verify source of event data.
+ /// _t__EventCallbackRequestEvent::EVENT_HASH
[DataMember(Name = "event_hash", IsRequired = true, EmitDefaultValue = true)]
public string EventHash { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EventCallbackRequestEventMetadata.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EventCallbackRequestEventMetadata.cs
index a19fca70f..053b12ca7 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/EventCallbackRequestEventMetadata.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/EventCallbackRequestEventMetadata.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// Specific metadata about the event.
+ /// _t__EventCallbackRequestEventMetadata::DESCRIPTION
///
[DataContract(Name = "EventCallbackRequestEventMetadata")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,10 +41,10 @@ protected EventCallbackRequestEventMetadata() { }
///
/// Initializes a new instance of the class.
///
- /// Signature ID for a specific signer. Applicable to `signature_request_signed` and `signature_request_viewed` events..
- /// Account ID the event was reported for..
- /// App ID the event was reported for..
- /// Message about a declined or failed (due to error) signature flow..
+ /// _t__EventCallbackRequestEventMetadata::RELATED_SIGNATURE_ID.
+ /// _t__EventCallbackRequestEventMetadata::REPORTED_FOR_ACCOUNT_ID.
+ /// _t__EventCallbackRequestEventMetadata::REPORTED_FOR_APP_ID.
+ /// _t__EventCallbackRequestEventMetadata::EVENT_MESSAGE.
public EventCallbackRequestEventMetadata(string relatedSignatureId = default(string), string reportedForAccountId = default(string), string reportedForAppId = default(string), string eventMessage = default(string))
{
@@ -71,30 +71,30 @@ public static EventCallbackRequestEventMetadata Init(string jsonData)
}
///
- /// Signature ID for a specific signer. Applicable to `signature_request_signed` and `signature_request_viewed` events.
+ /// _t__EventCallbackRequestEventMetadata::RELATED_SIGNATURE_ID
///
- /// Signature ID for a specific signer. Applicable to `signature_request_signed` and `signature_request_viewed` events.
+ /// _t__EventCallbackRequestEventMetadata::RELATED_SIGNATURE_ID
[DataMember(Name = "related_signature_id", EmitDefaultValue = true)]
public string RelatedSignatureId { get; set; }
///
- /// Account ID the event was reported for.
+ /// _t__EventCallbackRequestEventMetadata::REPORTED_FOR_ACCOUNT_ID
///
- /// Account ID the event was reported for.
+ /// _t__EventCallbackRequestEventMetadata::REPORTED_FOR_ACCOUNT_ID
[DataMember(Name = "reported_for_account_id", EmitDefaultValue = true)]
public string ReportedForAccountId { get; set; }
///
- /// App ID the event was reported for.
+ /// _t__EventCallbackRequestEventMetadata::REPORTED_FOR_APP_ID
///
- /// App ID the event was reported for.
+ /// _t__EventCallbackRequestEventMetadata::REPORTED_FOR_APP_ID
[DataMember(Name = "reported_for_app_id", EmitDefaultValue = true)]
public string ReportedForAppId { get; set; }
///
- /// Message about a declined or failed (due to error) signature flow.
+ /// _t__EventCallbackRequestEventMetadata::EVENT_MESSAGE
///
- /// Message about a declined or failed (due to error) signature flow.
+ /// _t__EventCallbackRequestEventMetadata::EVENT_MESSAGE
[DataMember(Name = "event_message", EmitDefaultValue = true)]
public string EventMessage { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FaxGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FaxGetResponse.cs
index 59214ef6e..9572fb4b8 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/FaxGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/FaxGetResponse.cs
@@ -42,7 +42,7 @@ protected FaxGetResponse() { }
/// Initializes a new instance of the class.
///
/// fax (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public FaxGetResponse(FaxResponse fax = default(FaxResponse), List warnings = default(List))
{
@@ -78,9 +78,9 @@ public static FaxGetResponse Init(string jsonData)
public FaxResponse Fax { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs
index c098c3e67..181ab0c0e 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs
@@ -41,8 +41,8 @@ protected FileResponse() { }
///
/// Initializes a new instance of the class.
///
- /// URL to the file. (required).
- /// When the link expires. (required).
+ /// _t__FileResponse::FILE_URL (required).
+ /// _t__FileResponse::EXPIRES_AT (required).
public FileResponse(string fileUrl = default(string), int expiresAt = default(int))
{
@@ -72,16 +72,16 @@ public static FileResponse Init(string jsonData)
}
///
- /// URL to the file.
+ /// _t__FileResponse::FILE_URL
///
- /// URL to the file.
+ /// _t__FileResponse::FILE_URL
[DataMember(Name = "file_url", IsRequired = true, EmitDefaultValue = true)]
public string FileUrl { get; set; }
///
- /// When the link expires.
+ /// _t__FileResponse::EXPIRES_AT
///
- /// When the link expires.
+ /// _t__FileResponse::EXPIRES_AT
[DataMember(Name = "expires_at", IsRequired = true, EmitDefaultValue = true)]
public int ExpiresAt { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs
index c416ab20d..2b9b2fc94 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs
@@ -41,7 +41,7 @@ protected FileResponseDataUri() { }
///
/// Initializes a new instance of the class.
///
- /// File as base64 encoded string. (required).
+ /// _t__FileResponse::DATA_URI (required).
public FileResponseDataUri(string dataUri = default(string))
{
@@ -70,9 +70,9 @@ public static FileResponseDataUri Init(string jsonData)
}
///
- /// File as base64 encoded string.
+ /// _t__FileResponse::DATA_URI
///
- /// File as base64 encoded string.
+ /// _t__FileResponse::DATA_URI
[DataMember(Name = "data_uri", IsRequired = true, EmitDefaultValue = true)]
public string DataUri { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ListInfoResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ListInfoResponse.cs
index aa6807921..6ed1bfce5 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ListInfoResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ListInfoResponse.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// Contains pagination information about the data returned.
+ /// _t__ListInfoResponse::DESCRIPTION
///
[DataContract(Name = "ListInfoResponse")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,10 +41,10 @@ protected ListInfoResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Total number of pages available..
- /// Total number of objects available..
- /// Number of the page being returned..
- /// Objects returned per page..
+ /// _t__ListInfoResponse::NUM_PAGES.
+ /// _t__ListInfoResponse::NUM_RESULTS.
+ /// _t__ListInfoResponse::PAGE.
+ /// _t__ListInfoResponse::PAGE_SIZE.
public ListInfoResponse(int numPages = default(int), int? numResults = default(int?), int page = default(int), int pageSize = default(int))
{
@@ -71,30 +71,30 @@ public static ListInfoResponse Init(string jsonData)
}
///
- /// Total number of pages available.
+ /// _t__ListInfoResponse::NUM_PAGES
///
- /// Total number of pages available.
+ /// _t__ListInfoResponse::NUM_PAGES
[DataMember(Name = "num_pages", EmitDefaultValue = true)]
public int NumPages { get; set; }
///
- /// Total number of objects available.
+ /// _t__ListInfoResponse::NUM_RESULTS
///
- /// Total number of objects available.
+ /// _t__ListInfoResponse::NUM_RESULTS
[DataMember(Name = "num_results", EmitDefaultValue = true)]
public int? NumResults { get; set; }
///
- /// Number of the page being returned.
+ /// _t__ListInfoResponse::PAGE
///
- /// Number of the page being returned.
+ /// _t__ListInfoResponse::PAGE
[DataMember(Name = "page", EmitDefaultValue = true)]
public int Page { get; set; }
///
- /// Objects returned per page.
+ /// _t__ListInfoResponse::PAGE_SIZE
///
- /// Objects returned per page.
+ /// _t__ListInfoResponse::PAGE_SIZE
[DataMember(Name = "page_size", EmitDefaultValue = true)]
public int PageSize { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/OAuthTokenResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/OAuthTokenResponse.cs
index bbe00f18f..ee16c4af5 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/OAuthTokenResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/OAuthTokenResponse.cs
@@ -44,7 +44,7 @@ protected OAuthTokenResponse() { }
/// accessToken.
/// tokenType.
/// refreshToken.
- /// Number of seconds until the `access_token` expires. Uses epoch time..
+ /// _t__OAuthTokenResponse::EXPIRES_IN.
/// state.
public OAuthTokenResponse(string accessToken = default(string), string tokenType = default(string), string refreshToken = default(string), int expiresIn = default(int), string state = default(string))
{
@@ -91,9 +91,9 @@ public static OAuthTokenResponse Init(string jsonData)
public string RefreshToken { get; set; }
///
- /// Number of seconds until the `access_token` expires. Uses epoch time.
+ /// _t__OAuthTokenResponse::EXPIRES_IN
///
- /// Number of seconds until the `access_token` expires. Uses epoch time.
+ /// _t__OAuthTokenResponse::EXPIRES_IN
[DataMember(Name = "expires_in", EmitDefaultValue = true)]
public int ExpiresIn { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateRequest.cs
index 0340546e1..8ae648930 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateRequest.cs
@@ -49,7 +49,13 @@ public enum ReportTypeEnum
/// Enum DocumentStatus for value: document_status
///
[EnumMember(Value = "document_status")]
- DocumentStatus = 2
+ DocumentStatus = 2,
+
+ ///
+ /// Enum SmsActivity for value: sms_activity
+ ///
+ [EnumMember(Value = "sms_activity")]
+ SmsActivity = 3
}
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs
index 30e67cadf..f045998b2 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs
@@ -42,7 +42,7 @@ protected ReportCreateResponse() { }
/// Initializes a new instance of the class.
///
/// report (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public ReportCreateResponse(ReportResponse report = default(ReportResponse), List warnings = default(List))
{
@@ -78,9 +78,9 @@ public static ReportCreateResponse Init(string jsonData)
public ReportResponse Report { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ReportResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ReportResponse.cs
index 57c921854..c68600b0b 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/ReportResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/ReportResponse.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// Contains information about the report request.
+ /// _t__ReportResponse::DESCRIPTION
///
[DataContract(Name = "ReportResponse")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -49,7 +49,13 @@ public enum ReportTypeEnum
/// Enum DocumentStatus for value: document_status
///
[EnumMember(Value = "document_status")]
- DocumentStatus = 2
+ DocumentStatus = 2,
+
+ ///
+ /// Enum SmsActivity for value: sms_activity
+ ///
+ [EnumMember(Value = "sms_activity")]
+ SmsActivity = 3
}
///
@@ -60,10 +66,10 @@ protected ReportResponse() { }
///
/// Initializes a new instance of the class.
///
- /// A message indicating the requested operation's success.
- /// The (inclusive) start date for the report data in MM/DD/YYYY format..
- /// The (inclusive) end date for the report data in MM/DD/YYYY format..
- /// The type(s) of the report you are requesting. Allowed values are \"user_activity\" and \"document_status\". User activity reports contain list of all users and their activity during the specified date range. Document status report contain a list of signature requests created in the specified time range (and their status)..
+ /// _t__ReportResponse::SUCCESS.
+ /// _t__ReportResponse::START_DATE.
+ /// _t__ReportResponse::END_DATE.
+ /// _t__ReportResponse::REPORT_TYPE.
public ReportResponse(string success = default(string), string startDate = default(string), string endDate = default(string), List reportType = default(List))
{
@@ -90,30 +96,30 @@ public static ReportResponse Init(string jsonData)
}
///
- /// A message indicating the requested operation's success
+ /// _t__ReportResponse::SUCCESS
///
- /// A message indicating the requested operation's success
+ /// _t__ReportResponse::SUCCESS
[DataMember(Name = "success", EmitDefaultValue = true)]
public string Success { get; set; }
///
- /// The (inclusive) start date for the report data in MM/DD/YYYY format.
+ /// _t__ReportResponse::START_DATE
///
- /// The (inclusive) start date for the report data in MM/DD/YYYY format.
+ /// _t__ReportResponse::START_DATE
[DataMember(Name = "start_date", EmitDefaultValue = true)]
public string StartDate { get; set; }
///
- /// The (inclusive) end date for the report data in MM/DD/YYYY format.
+ /// _t__ReportResponse::END_DATE
///
- /// The (inclusive) end date for the report data in MM/DD/YYYY format.
+ /// _t__ReportResponse::END_DATE
[DataMember(Name = "end_date", EmitDefaultValue = true)]
public string EndDate { get; set; }
///
- /// The type(s) of the report you are requesting. Allowed values are \"user_activity\" and \"document_status\". User activity reports contain list of all users and their activity during the specified date range. Document status report contain a list of signature requests created in the specified time range (and their status).
+ /// _t__ReportResponse::REPORT_TYPE
///
- /// The type(s) of the report you are requesting. Allowed values are \"user_activity\" and \"document_status\". User activity reports contain list of all users and their activity during the specified date range. Document status report contain a list of signature requests created in the specified time range (and their status).
+ /// _t__ReportResponse::REPORT_TYPE
[DataMember(Name = "report_type", EmitDefaultValue = true)]
public List ReportType { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.cs
index 86d99ce18..a7cad9d94 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.cs
@@ -49,7 +49,7 @@ protected SignatureRequestBulkCreateEmbeddedWithTemplateRequest() { }
/// Client id of the app you're using to create this embedded signature request. Used for security purposes. (required).
/// When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests. Pre-filled data can be used with \"send-once\" 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. 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..
/// The custom message in the email that will be sent to the signers..
- /// 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's order number for look up when receiving events for the signature request. 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..
+ /// _t__Sub::Metadata::DESCRIPTION.
/// The URL you want signers redirected to after they successfully sign..
/// The subject in the email that will be sent to the signers..
/// Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. (default to false).
@@ -155,9 +155,9 @@ public static SignatureRequestBulkCreateEmbeddedWithTemplateRequest Init(string
public string Message { get; set; }
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
[DataMember(Name = "metadata", EmitDefaultValue = true)]
public Dictionary Metadata { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestBulkSendWithTemplateRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestBulkSendWithTemplateRequest.cs
index f18f1280c..e184ea64a 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestBulkSendWithTemplateRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestBulkSendWithTemplateRequest.cs
@@ -49,7 +49,7 @@ protected SignatureRequestBulkSendWithTemplateRequest() { }
/// 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..
/// When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests. Pre-filled data can be used with \"send-once\" 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. 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..
/// The custom message in the email that will be sent to the signers..
- /// 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's order number for look up when receiving events for the signature request. 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..
+ /// _t__Sub::Metadata::DESCRIPTION.
/// The URL you want signers redirected to after they successfully sign..
/// The subject in the email that will be sent to the signers..
/// Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. (default to false).
@@ -150,9 +150,9 @@ public static SignatureRequestBulkSendWithTemplateRequest Init(string jsonData)
public string Message { get; set; }
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
[DataMember(Name = "metadata", EmitDefaultValue = true)]
public Dictionary Metadata { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestCreateEmbeddedRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestCreateEmbeddedRequest.cs
index 310802209..522239ec2 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestCreateEmbeddedRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestCreateEmbeddedRequest.cs
@@ -43,11 +43,12 @@ protected SignatureRequestCreateEmbeddedRequest() { }
///
/// Use `files[]` to indicate the uploaded file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
/// Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
- /// Add Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both..
- /// Add Grouped Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both..
+ /// _t__Sub::SignatureRequestSigner::DESCRIPTION.
+ /// _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION.
/// Allows signers to decline to sign a document if `true`. Defaults to `false`. (default to false).
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. (default to false).
/// Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`. **NOTE:** Only available for Premium plan. (default to false).
- /// A list describing the attachments.
+ /// _t__SubAttachment::LIST_DESCRIPTION.
/// The email addresses that should be CCed..
/// Client id of the app you're using to create this embedded signature request. Used for security purposes. (required).
/// When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests. Pre-filled data can be used with \"send-once\" 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. 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..
@@ -57,7 +58,7 @@ protected SignatureRequestCreateEmbeddedRequest() { }
/// 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).) **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. * Text Field use `SubFormFieldsPerDocumentText` * Dropdown Field use `SubFormFieldsPerDocumentDropdown` * Hyperlink Field use `SubFormFieldsPerDocumentHyperlink` * Checkbox Field use `SubFormFieldsPerDocumentCheckbox` * Radio Field use `SubFormFieldsPerDocumentRadio` * Signature Field use `SubFormFieldsPerDocumentSignature` * Date Signed Field use `SubFormFieldsPerDocumentDateSigned` * Initials Field use `SubFormFieldsPerDocumentInitials` * Text Merge Field use `SubFormFieldsPerDocumentTextMerge` * Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge`.
/// Enables automatic Text Tag removal when set to true. **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).
/// The custom message in the email that will be sent to the signers..
- /// 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's order number for look up when receiving events for the signature request. 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..
+ /// _t__Sub::Metadata::DESCRIPTION.
/// signingOptions.
/// The subject in the email that will be sent to the signers..
/// Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. (default to false).
@@ -65,7 +66,7 @@ protected SignatureRequestCreateEmbeddedRequest() { }
/// 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).
/// Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. (default to false).
/// 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..
- public SignatureRequestCreateEmbeddedRequest(List files = default(List), List fileUrls = default(List), List signers = default(List), List groupedSigners = default(List), bool allowDecline = false, bool allowReassign = false, List attachments = default(List), List ccEmailAddresses = default(List), string clientId = default(string), List customFields = default(List), SubFieldOptions fieldOptions = default(SubFieldOptions), List formFieldGroups = default(List), List formFieldRules = default(List), List formFieldsPerDocument = default(List), bool hideTextTags = false, string message = default(string), Dictionary metadata = default(Dictionary), SubSigningOptions signingOptions = default(SubSigningOptions), string subject = default(string), bool testMode = false, string title = default(string), bool useTextTags = false, bool populateAutoFillFields = false, int? expiresAt = default(int?))
+ public SignatureRequestCreateEmbeddedRequest(List files = default(List), List fileUrls = default(List), List signers = default(List), List groupedSigners = default(List), bool allowDecline = false, bool allowFormView = false, bool allowReassign = false, List attachments = default(List), List ccEmailAddresses = default(List), string clientId = default(string), List customFields = default(List), SubFieldOptions fieldOptions = default(SubFieldOptions), List formFieldGroups = default(List), List formFieldRules = default(List), List formFieldsPerDocument = default(List), bool hideTextTags = false, string message = default(string), Dictionary metadata = default(Dictionary), SubSigningOptions signingOptions = default(SubSigningOptions), string subject = default(string), bool testMode = false, string title = default(string), bool useTextTags = false, bool populateAutoFillFields = false, int? expiresAt = default(int?))
{
// to ensure "clientId" is required (not null)
@@ -79,6 +80,7 @@ protected SignatureRequestCreateEmbeddedRequest() { }
this.Signers = signers;
this.GroupedSigners = groupedSigners;
this.AllowDecline = allowDecline;
+ this.AllowFormView = allowFormView;
this.AllowReassign = allowReassign;
this.Attachments = attachments;
this.CcEmailAddresses = ccEmailAddresses;
@@ -137,16 +139,16 @@ public static SignatureRequestCreateEmbeddedRequest Init(string jsonData)
public List FileUrls { get; set; }
///
- /// Add Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestSigner::DESCRIPTION
///
- /// Add Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestSigner::DESCRIPTION
[DataMember(Name = "signers", EmitDefaultValue = true)]
public List Signers { get; set; }
///
- /// Add Grouped Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION
///
- /// Add Grouped Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION
[DataMember(Name = "grouped_signers", EmitDefaultValue = true)]
public List GroupedSigners { get; set; }
@@ -157,6 +159,13 @@ public static SignatureRequestCreateEmbeddedRequest Init(string jsonData)
[DataMember(Name = "allow_decline", EmitDefaultValue = true)]
public bool AllowDecline { get; set; }
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ [DataMember(Name = "allow_form_view", EmitDefaultValue = true)]
+ public bool AllowFormView { get; set; }
+
///
/// Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`. **NOTE:** Only available for Premium plan.
///
@@ -165,9 +174,9 @@ public static SignatureRequestCreateEmbeddedRequest Init(string jsonData)
public bool AllowReassign { get; set; }
///
- /// A list describing the attachments
+ /// _t__SubAttachment::LIST_DESCRIPTION
///
- /// A list describing the attachments
+ /// _t__SubAttachment::LIST_DESCRIPTION
[DataMember(Name = "attachments", EmitDefaultValue = true)]
public List Attachments { get; set; }
@@ -227,9 +236,9 @@ public static SignatureRequestCreateEmbeddedRequest Init(string jsonData)
public string Message { get; set; }
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
[DataMember(Name = "metadata", EmitDefaultValue = true)]
public Dictionary Metadata { get; set; }
@@ -295,6 +304,7 @@ public override string ToString()
sb.Append(" Signers: ").Append(Signers).Append("\n");
sb.Append(" GroupedSigners: ").Append(GroupedSigners).Append("\n");
sb.Append(" AllowDecline: ").Append(AllowDecline).Append("\n");
+ sb.Append(" AllowFormView: ").Append(AllowFormView).Append("\n");
sb.Append(" AllowReassign: ").Append(AllowReassign).Append("\n");
sb.Append(" Attachments: ").Append(Attachments).Append("\n");
sb.Append(" CcEmailAddresses: ").Append(CcEmailAddresses).Append("\n");
@@ -381,6 +391,10 @@ public bool Equals(SignatureRequestCreateEmbeddedRequest input)
this.AllowDecline == input.AllowDecline ||
this.AllowDecline.Equals(input.AllowDecline)
) &&
+ (
+ this.AllowFormView == input.AllowFormView ||
+ this.AllowFormView.Equals(input.AllowFormView)
+ ) &&
(
this.AllowReassign == input.AllowReassign ||
this.AllowReassign.Equals(input.AllowReassign)
@@ -505,6 +519,7 @@ public override int GetHashCode()
hashCode = (hashCode * 59) + this.GroupedSigners.GetHashCode();
}
hashCode = (hashCode * 59) + this.AllowDecline.GetHashCode();
+ hashCode = (hashCode * 59) + this.AllowFormView.GetHashCode();
hashCode = (hashCode * 59) + this.AllowReassign.GetHashCode();
if (this.Attachments != null)
{
@@ -639,6 +654,13 @@ public List GetOpenApiTypes()
Value = AllowDecline,
});
types.Add(new OpenApiType()
+ {
+ Name = "allow_form_view",
+ Property = "AllowFormView",
+ Type = "bool",
+ Value = AllowFormView,
+ });
+ types.Add(new OpenApiType()
{
Name = "allow_reassign",
Property = "AllowReassign",
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestCreateEmbeddedWithTemplateRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestCreateEmbeddedWithTemplateRequest.cs
index b0296ffdb..f85d63320 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestCreateEmbeddedWithTemplateRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestCreateEmbeddedWithTemplateRequest.cs
@@ -49,8 +49,8 @@ protected SignatureRequestCreateEmbeddedWithTemplateRequest() { }
/// Use `files[]` to indicate the uploaded file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
/// Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
/// The custom message in the email that will be sent to the signers..
- /// 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's order number for look up when receiving events for the signature request. 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..
- /// Add Signers to your Templated-based Signature Request. (required).
+ /// _t__Sub::Metadata::DESCRIPTION.
+ /// _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION (required).
/// signingOptions.
/// The subject in the email that will be sent to the signers..
/// Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. (default to false).
@@ -122,9 +122,9 @@ public static SignatureRequestCreateEmbeddedWithTemplateRequest Init(string json
public string ClientId { get; set; }
///
- /// Add Signers to your Templated-based Signature Request.
+ /// _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION
///
- /// Add Signers to your Templated-based Signature Request.
+ /// _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION
[DataMember(Name = "signers", IsRequired = true, EmitDefaultValue = true)]
public List Signers { get; set; }
@@ -171,9 +171,9 @@ public static SignatureRequestCreateEmbeddedWithTemplateRequest Init(string json
public string Message { get; set; }
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
[DataMember(Name = "metadata", EmitDefaultValue = true)]
public Dictionary Metadata { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditEmbeddedRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditEmbeddedRequest.cs
index 68a03290b..374060410 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditEmbeddedRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditEmbeddedRequest.cs
@@ -43,11 +43,12 @@ protected SignatureRequestEditEmbeddedRequest() { }
///
/// Use `files[]` to indicate the uploaded file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
/// Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
- /// Add Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both..
- /// Add Grouped Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both..
+ /// _t__Sub::SignatureRequestSigner::DESCRIPTION.
+ /// _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION.
/// Allows signers to decline to sign a document if `true`. Defaults to `false`. (default to false).
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. (default to false).
/// Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`. **NOTE:** Only available for Premium plan. (default to false).
- /// A list describing the attachments.
+ /// _t__SubAttachment::LIST_DESCRIPTION.
/// The email addresses that should be CCed..
/// Client id of the app you're using to create this embedded signature request. Used for security purposes. (required).
/// When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests. Pre-filled data can be used with \"send-once\" 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. 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..
@@ -57,7 +58,7 @@ protected SignatureRequestEditEmbeddedRequest() { }
/// 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).) **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. * Text Field use `SubFormFieldsPerDocumentText` * Dropdown Field use `SubFormFieldsPerDocumentDropdown` * Hyperlink Field use `SubFormFieldsPerDocumentHyperlink` * Checkbox Field use `SubFormFieldsPerDocumentCheckbox` * Radio Field use `SubFormFieldsPerDocumentRadio` * Signature Field use `SubFormFieldsPerDocumentSignature` * Date Signed Field use `SubFormFieldsPerDocumentDateSigned` * Initials Field use `SubFormFieldsPerDocumentInitials` * Text Merge Field use `SubFormFieldsPerDocumentTextMerge` * Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge`.
/// Enables automatic Text Tag removal when set to true. **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).
/// The custom message in the email that will be sent to the signers..
- /// 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's order number for look up when receiving events for the signature request. 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..
+ /// _t__Sub::Metadata::DESCRIPTION.
/// signingOptions.
/// The subject in the email that will be sent to the signers..
/// Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. (default to false).
@@ -65,7 +66,7 @@ protected SignatureRequestEditEmbeddedRequest() { }
/// 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).
/// Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. **NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. (default to false).
/// 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..
- public SignatureRequestEditEmbeddedRequest(List files = default(List), List fileUrls = default(List), List signers = default(List), List groupedSigners = default(List), bool allowDecline = false, bool allowReassign = false, List attachments = default(List), List ccEmailAddresses = default(List), string clientId = default(string), List customFields = default(List), SubFieldOptions fieldOptions = default(SubFieldOptions), List formFieldGroups = default(List), List formFieldRules = default(List), List formFieldsPerDocument = default(List), bool hideTextTags = false, string message = default(string), Dictionary metadata = default(Dictionary), SubSigningOptions signingOptions = default(SubSigningOptions), string subject = default(string), bool testMode = false, string title = default(string), bool useTextTags = false, bool populateAutoFillFields = false, int? expiresAt = default(int?))
+ public SignatureRequestEditEmbeddedRequest(List files = default(List), List fileUrls = default(List), List signers = default(List), List groupedSigners = default(List), bool allowDecline = false, bool allowFormView = false, bool allowReassign = false, List attachments = default(List), List ccEmailAddresses = default(List), string clientId = default(string), List customFields = default(List), SubFieldOptions fieldOptions = default(SubFieldOptions), List formFieldGroups = default(List), List formFieldRules = default(List), List formFieldsPerDocument = default(List), bool hideTextTags = false, string message = default(string), Dictionary metadata = default(Dictionary), SubSigningOptions signingOptions = default(SubSigningOptions), string subject = default(string), bool testMode = false, string title = default(string), bool useTextTags = false, bool populateAutoFillFields = false, int? expiresAt = default(int?))
{
// to ensure "clientId" is required (not null)
@@ -79,6 +80,7 @@ protected SignatureRequestEditEmbeddedRequest() { }
this.Signers = signers;
this.GroupedSigners = groupedSigners;
this.AllowDecline = allowDecline;
+ this.AllowFormView = allowFormView;
this.AllowReassign = allowReassign;
this.Attachments = attachments;
this.CcEmailAddresses = ccEmailAddresses;
@@ -137,16 +139,16 @@ public static SignatureRequestEditEmbeddedRequest Init(string jsonData)
public List FileUrls { get; set; }
///
- /// Add Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestSigner::DESCRIPTION
///
- /// Add Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestSigner::DESCRIPTION
[DataMember(Name = "signers", EmitDefaultValue = true)]
public List Signers { get; set; }
///
- /// Add Grouped Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION
///
- /// Add Grouped Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION
[DataMember(Name = "grouped_signers", EmitDefaultValue = true)]
public List GroupedSigners { get; set; }
@@ -157,6 +159,13 @@ public static SignatureRequestEditEmbeddedRequest Init(string jsonData)
[DataMember(Name = "allow_decline", EmitDefaultValue = true)]
public bool AllowDecline { get; set; }
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ [DataMember(Name = "allow_form_view", EmitDefaultValue = true)]
+ public bool AllowFormView { get; set; }
+
///
/// Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`. **NOTE:** Only available for Premium plan.
///
@@ -165,9 +174,9 @@ public static SignatureRequestEditEmbeddedRequest Init(string jsonData)
public bool AllowReassign { get; set; }
///
- /// A list describing the attachments
+ /// _t__SubAttachment::LIST_DESCRIPTION
///
- /// A list describing the attachments
+ /// _t__SubAttachment::LIST_DESCRIPTION
[DataMember(Name = "attachments", EmitDefaultValue = true)]
public List Attachments { get; set; }
@@ -227,9 +236,9 @@ public static SignatureRequestEditEmbeddedRequest Init(string jsonData)
public string Message { get; set; }
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
[DataMember(Name = "metadata", EmitDefaultValue = true)]
public Dictionary Metadata { get; set; }
@@ -295,6 +304,7 @@ public override string ToString()
sb.Append(" Signers: ").Append(Signers).Append("\n");
sb.Append(" GroupedSigners: ").Append(GroupedSigners).Append("\n");
sb.Append(" AllowDecline: ").Append(AllowDecline).Append("\n");
+ sb.Append(" AllowFormView: ").Append(AllowFormView).Append("\n");
sb.Append(" AllowReassign: ").Append(AllowReassign).Append("\n");
sb.Append(" Attachments: ").Append(Attachments).Append("\n");
sb.Append(" CcEmailAddresses: ").Append(CcEmailAddresses).Append("\n");
@@ -381,6 +391,10 @@ public bool Equals(SignatureRequestEditEmbeddedRequest input)
this.AllowDecline == input.AllowDecline ||
this.AllowDecline.Equals(input.AllowDecline)
) &&
+ (
+ this.AllowFormView == input.AllowFormView ||
+ this.AllowFormView.Equals(input.AllowFormView)
+ ) &&
(
this.AllowReassign == input.AllowReassign ||
this.AllowReassign.Equals(input.AllowReassign)
@@ -505,6 +519,7 @@ public override int GetHashCode()
hashCode = (hashCode * 59) + this.GroupedSigners.GetHashCode();
}
hashCode = (hashCode * 59) + this.AllowDecline.GetHashCode();
+ hashCode = (hashCode * 59) + this.AllowFormView.GetHashCode();
hashCode = (hashCode * 59) + this.AllowReassign.GetHashCode();
if (this.Attachments != null)
{
@@ -639,6 +654,13 @@ public List GetOpenApiTypes()
Value = AllowDecline,
});
types.Add(new OpenApiType()
+ {
+ Name = "allow_form_view",
+ Property = "AllowFormView",
+ Type = "bool",
+ Value = AllowFormView,
+ });
+ types.Add(new OpenApiType()
{
Name = "allow_reassign",
Property = "AllowReassign",
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditEmbeddedWithTemplateRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditEmbeddedWithTemplateRequest.cs
index fcf32fa66..ccc2b45a9 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditEmbeddedWithTemplateRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditEmbeddedWithTemplateRequest.cs
@@ -49,8 +49,8 @@ protected SignatureRequestEditEmbeddedWithTemplateRequest() { }
/// Use `files[]` to indicate the uploaded file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
/// Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
/// The custom message in the email that will be sent to the signers..
- /// 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's order number for look up when receiving events for the signature request. 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..
- /// Add Signers to your Templated-based Signature Request. (required).
+ /// _t__Sub::Metadata::DESCRIPTION.
+ /// _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION (required).
/// signingOptions.
/// The subject in the email that will be sent to the signers..
/// Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. (default to false).
@@ -122,9 +122,9 @@ public static SignatureRequestEditEmbeddedWithTemplateRequest Init(string jsonDa
public string ClientId { get; set; }
///
- /// Add Signers to your Templated-based Signature Request.
+ /// _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION
///
- /// Add Signers to your Templated-based Signature Request.
+ /// _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION
[DataMember(Name = "signers", IsRequired = true, EmitDefaultValue = true)]
public List Signers { get; set; }
@@ -171,9 +171,9 @@ public static SignatureRequestEditEmbeddedWithTemplateRequest Init(string jsonDa
public string Message { get; set; }
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
[DataMember(Name = "metadata", EmitDefaultValue = true)]
public Dictionary Metadata { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditRequest.cs
index f239fcf60..5efa76520 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditRequest.cs
@@ -43,11 +43,12 @@ protected SignatureRequestEditRequest() { }
///
/// Use `files[]` to indicate the uploaded file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
/// Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
- /// Add Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both..
- /// Add Grouped Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both..
+ /// _t__Sub::SignatureRequestSigner::DESCRIPTION.
+ /// _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION.
/// Allows signers to decline to sign a document if `true`. Defaults to `false`. (default to false).
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. (default to false).
/// Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`. **NOTE:** Only available for Premium plan and higher. (default to false).
- /// A list describing the attachments.
+ /// _t__SubAttachment::LIST_DESCRIPTION.
/// The email addresses that should be CCed..
/// 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..
/// When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests. Pre-filled data can be used with \"send-once\" 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. 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..
@@ -58,7 +59,7 @@ protected SignatureRequestEditRequest() { }
/// Enables automatic Text Tag removal when set to true. **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).
/// 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.<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).
/// The custom message in the email that will be sent to the signers..
- /// 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's order number for look up when receiving events for the signature request. 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..
+ /// _t__Sub::Metadata::DESCRIPTION.
/// signingOptions.
/// The URL you want signers redirected to after they successfully sign..
/// The subject in the email that will be sent to the signers..
@@ -66,7 +67,7 @@ protected SignatureRequestEditRequest() { }
/// The title you want to assign to the SignatureRequest..
/// 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).
/// 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..
- public SignatureRequestEditRequest(List files = default(List), List fileUrls = default(List), List signers = default(List), List groupedSigners = default(List), bool allowDecline = false, bool allowReassign = false, List attachments = default(List), List ccEmailAddresses = default(List), string clientId = default(string), List customFields = default(List), SubFieldOptions fieldOptions = default(SubFieldOptions), List formFieldGroups = default(List), List formFieldRules = default(List), List formFieldsPerDocument = default(List), bool hideTextTags = false, bool isEid = false, string message = default(string), Dictionary metadata = default(Dictionary), SubSigningOptions signingOptions = default(SubSigningOptions), string signingRedirectUrl = default(string), string subject = default(string), bool testMode = false, string title = default(string), bool useTextTags = false, int? expiresAt = default(int?))
+ public SignatureRequestEditRequest(List files = default(List), List fileUrls = default(List), List signers = default(List), List groupedSigners = default(List), bool allowDecline = false, bool allowFormView = false, bool allowReassign = false, List attachments = default(List), List ccEmailAddresses = default(List), string clientId = default(string), List customFields = default(List), SubFieldOptions fieldOptions = default(SubFieldOptions), List formFieldGroups = default(List), List formFieldRules = default(List), List formFieldsPerDocument = default(List), bool hideTextTags = false, bool isEid = false, string message = default(string), Dictionary metadata = default(Dictionary), SubSigningOptions signingOptions = default(SubSigningOptions), string signingRedirectUrl = default(string), string subject = default(string), bool testMode = false, string title = default(string), bool useTextTags = false, int? expiresAt = default(int?))
{
this.Files = files;
@@ -74,6 +75,7 @@ protected SignatureRequestEditRequest() { }
this.Signers = signers;
this.GroupedSigners = groupedSigners;
this.AllowDecline = allowDecline;
+ this.AllowFormView = allowFormView;
this.AllowReassign = allowReassign;
this.Attachments = attachments;
this.CcEmailAddresses = ccEmailAddresses;
@@ -127,16 +129,16 @@ public static SignatureRequestEditRequest Init(string jsonData)
public List FileUrls { get; set; }
///
- /// Add Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestSigner::DESCRIPTION
///
- /// Add Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestSigner::DESCRIPTION
[DataMember(Name = "signers", EmitDefaultValue = true)]
public List Signers { get; set; }
///
- /// Add Grouped Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION
///
- /// Add Grouped Signers to your Signature Request. This endpoint requires either **signers** or **grouped_signers**, but not both.
+ /// _t__Sub::SignatureRequestGroupedSigners::DESCRIPTION
[DataMember(Name = "grouped_signers", EmitDefaultValue = true)]
public List GroupedSigners { get; set; }
@@ -147,6 +149,13 @@ public static SignatureRequestEditRequest Init(string jsonData)
[DataMember(Name = "allow_decline", EmitDefaultValue = true)]
public bool AllowDecline { get; set; }
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ [DataMember(Name = "allow_form_view", EmitDefaultValue = true)]
+ public bool AllowFormView { get; set; }
+
///
/// Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`. **NOTE:** Only available for Premium plan and higher.
///
@@ -155,9 +164,9 @@ public static SignatureRequestEditRequest Init(string jsonData)
public bool AllowReassign { get; set; }
///
- /// A list describing the attachments
+ /// _t__SubAttachment::LIST_DESCRIPTION
///
- /// A list describing the attachments
+ /// _t__SubAttachment::LIST_DESCRIPTION
[DataMember(Name = "attachments", EmitDefaultValue = true)]
public List Attachments { get; set; }
@@ -231,9 +240,9 @@ public static SignatureRequestEditRequest Init(string jsonData)
public string Message { get; set; }
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
[DataMember(Name = "metadata", EmitDefaultValue = true)]
public Dictionary Metadata { get; set; }
@@ -298,6 +307,7 @@ public override string ToString()
sb.Append(" Signers: ").Append(Signers).Append("\n");
sb.Append(" GroupedSigners: ").Append(GroupedSigners).Append("\n");
sb.Append(" AllowDecline: ").Append(AllowDecline).Append("\n");
+ sb.Append(" AllowFormView: ").Append(AllowFormView).Append("\n");
sb.Append(" AllowReassign: ").Append(AllowReassign).Append("\n");
sb.Append(" Attachments: ").Append(Attachments).Append("\n");
sb.Append(" CcEmailAddresses: ").Append(CcEmailAddresses).Append("\n");
@@ -381,6 +391,10 @@ public bool Equals(SignatureRequestEditRequest input)
this.AllowDecline == input.AllowDecline ||
this.AllowDecline.Equals(input.AllowDecline)
) &&
+ (
+ this.AllowFormView == input.AllowFormView ||
+ this.AllowFormView.Equals(input.AllowFormView)
+ ) &&
(
this.AllowReassign == input.AllowReassign ||
this.AllowReassign.Equals(input.AllowReassign)
@@ -511,6 +525,7 @@ public override int GetHashCode()
hashCode = (hashCode * 59) + this.GroupedSigners.GetHashCode();
}
hashCode = (hashCode * 59) + this.AllowDecline.GetHashCode();
+ hashCode = (hashCode * 59) + this.AllowFormView.GetHashCode();
hashCode = (hashCode * 59) + this.AllowReassign.GetHashCode();
if (this.Attachments != null)
{
@@ -646,6 +661,13 @@ public List GetOpenApiTypes()
Value = AllowDecline,
});
types.Add(new OpenApiType()
+ {
+ Name = "allow_form_view",
+ Property = "AllowFormView",
+ Type = "bool",
+ Value = AllowFormView,
+ });
+ types.Add(new OpenApiType()
{
Name = "allow_reassign",
Property = "AllowReassign",
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditWithTemplateRequest.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditWithTemplateRequest.cs
index 84990b8ff..c1ded983d 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditWithTemplateRequest.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestEditWithTemplateRequest.cs
@@ -50,8 +50,8 @@ protected SignatureRequestEditWithTemplateRequest() { }
/// Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature. This endpoint requires either **files** or **file_urls[]**, but not both..
/// 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.<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).
/// The custom message in the email that will be sent to the signers..
- /// 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's order number for look up when receiving events for the signature request. 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..
- /// Add Signers to your Templated-based Signature Request. (required).
+ /// _t__Sub::Metadata::DESCRIPTION.
+ /// _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION (required).
/// signingOptions.
/// The URL you want signers redirected to after they successfully sign..
/// The subject in the email that will be sent to the signers..
@@ -112,9 +112,9 @@ public static SignatureRequestEditWithTemplateRequest Init(string jsonData)
public List TemplateIds { get; set; }
///
- /// Add Signers to your Templated-based Signature Request.
+ /// _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION
///
- /// Add Signers to your Templated-based Signature Request.
+ /// _t__Sub::SignatureRequestTemplateSigner::DESCRIPTION
[DataMember(Name = "signers", IsRequired = true, EmitDefaultValue = true)]
public List Signers { get; set; }
@@ -175,9 +175,9 @@ public static SignatureRequestEditWithTemplateRequest Init(string jsonData)
public string Message { get; set; }
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
///
- /// 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's order number for look up when receiving events for the signature request. 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.
+ /// _t__Sub::Metadata::DESCRIPTION
[DataMember(Name = "metadata", EmitDefaultValue = true)]
public Dictionary Metadata { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs
index 2bf0e190f..53eef4669 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs
@@ -42,7 +42,7 @@ protected SignatureRequestGetResponse() { }
/// Initializes a new instance of the class.
///
/// signatureRequest (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public SignatureRequestGetResponse(SignatureRequestResponse signatureRequest = default(SignatureRequestResponse), List warnings = default(List))
{
@@ -78,9 +78,9 @@ public static SignatureRequestGetResponse Init(string jsonData)
public SignatureRequestResponse SignatureRequest { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs
index 176cc8ef8..af24a9f59 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs
@@ -41,9 +41,9 @@ protected SignatureRequestListResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Contains information about signature requests. (required).
+ /// _t__SignatureRequestListResponse::DESCRIPTION (required).
/// listInfo (required).
- /// A list of warnings..
+ /// _t__WarningResponse::LIST_DESCRIPTION.
public SignatureRequestListResponse(List signatureRequests = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List))
{
@@ -79,9 +79,9 @@ public static SignatureRequestListResponse Init(string jsonData)
}
///
- /// Contains information about signature requests.
+ /// _t__SignatureRequestListResponse::DESCRIPTION
///
- /// Contains information about signature requests.
+ /// _t__SignatureRequestListResponse::DESCRIPTION
[DataMember(Name = "signature_requests", IsRequired = true, EmitDefaultValue = true)]
public List SignatureRequests { get; set; }
@@ -92,9 +92,9 @@ public static SignatureRequestListResponse Init(string jsonData)
public ListInfoResponse ListInfo { get; set; }
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
///
- /// A list of warnings.
+ /// _t__WarningResponse::LIST_DESCRIPTION
[DataMember(Name = "warnings", EmitDefaultValue = true)]
public List Warnings { get; set; }
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestResponse.cs
index 514181b2f..b47e42f9f 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestResponse.cs
@@ -27,7 +27,7 @@
namespace Dropbox.Sign.Model
{
///
- /// Contains information about a signature request.
+ /// _t__SignatureRequestResponse::DESCRIPTION
///
[DataContract(Name = "SignatureRequestResponse")]
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
@@ -41,31 +41,31 @@ protected SignatureRequestResponse() { }
///
/// Initializes a new instance of the class.
///
- /// Whether this is a test signature request. Test requests have no legal value. Defaults to `false`. (default to false).
- /// The id of the SignatureRequest..
- /// The email address of the initiator of the SignatureRequest..
- /// The title the specified Account uses for the SignatureRequest..
- /// Default Label for account..
- /// The subject in the email that was initially sent to the signers..
- /// The custom message in the email that was initially sent to the signers..
- /// The metadata attached to the signature request..
- /// Time the signature request was created..
- /// The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details..
- /// Whether or not the SignatureRequest has been fully executed by all signers..
- /// Whether or not the SignatureRequest has been declined by a signer..
- /// Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings)..
- /// The URL where a copy of the request's documents can be downloaded..
- /// The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing..
- /// The URL where the requester and the signers can view the current status of the SignatureRequest..
- /// A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed..
- /// The URL you want the signer redirected to after they successfully sign..
- /// The path where the completed document can be downloaded.
- /// Templates IDs used in this SignatureRequest (if any)..
- /// An array of Custom Field objects containing the name and type of each custom field. * Text Field uses `SignatureRequestResponseCustomFieldText` * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`.
- /// Signer attachments..
- /// An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers..
- /// An array of signature objects, 1 for each signer..
- /// The ID of the Bulk Send job which sent the signature request, if applicable..
+ /// _t__SignatureRequestResponse::TEST_MODE (default to false).
+ /// _t__SignatureRequestResponse::SIGNATURE_REQUEST_ID.
+ /// _t__SignatureRequestResponse::REQUESTER_EMAIL_ADDRESS.
+ /// _t__SignatureRequestResponse::TITLE.
+ /// _t__SignatureRequestResponse::ORIGINAL_TITLE.
+ /// _t__SignatureRequestResponse::SUBJECT.
+ /// _t__SignatureRequestResponse::MESSAGE.
+ /// _t__SignatureRequestResponse::METADATA.
+ /// _t__SignatureRequestResponse::CREATED_AT.
+ /// _t__SignatureRequestResponse::EXPIRES_AT.
+ /// _t__SignatureRequestResponse::IS_COMPLETE.
+ /// _t__SignatureRequestResponse::IS_DECLINED.
+ /// _t__SignatureRequestResponse::HAS_ERROR.
+ /// _t__SignatureRequestResponse::FILES_URL.
+ /// _t__SignatureRequestResponse::SIGNING_URL.
+ /// _t__SignatureRequestResponse::DETAILS_URL.
+ /// _t__SignatureRequestResponse::CC_EMAIL_ADDRESSES.
+ /// _t__SignatureRequestResponse::SIGNING_REDIRECT_URL.
+ /// _t__SignatureRequestResponse::FINAL_COPY_URI.
+ /// _t__SignatureRequestResponse::TEMPLATE_IDS.
+ /// _t__SignatureRequestResponseCustomField::DESCRIPTION.
+ /// _t__SignatureRequestResponseAttachment::DESCRIPTION.
+ /// _t__SignatureRequestResponseData::DESCRIPTION.
+ /// _t__SignatureRequestResponseSignatures::DESCRIPTION.
+ /// _t__SignatureRequestResponse::BULK_SEND_JOB_ID.
public SignatureRequestResponse(bool testMode = false, string signatureRequestId = default(string), string requesterEmailAddress = default(string), string title = default(string), string originalTitle = default(string), string subject = default(string), string message = default(string), Dictionary metadata = default(Dictionary), int createdAt = default(int), int? expiresAt = default(int?), bool isComplete = default(bool), bool isDeclined = default(bool), bool hasError = default(bool), string filesUrl = default(string), string signingUrl = default(string), string detailsUrl = default(string), List ccEmailAddresses = default(List), string signingRedirectUrl = default(string), string finalCopyUri = default(string), List templateIds = default(List), List customFields = default(List), List