From 989384055822fdb66cae66f7dfa1ea269621f6b7 Mon Sep 17 00:00:00 2001
From: Juan Treminio <50673996+jtreminio-dropbox@users.noreply.github.com>
Date: Thu, 15 May 2025 12:37:37 -0500
Subject: [PATCH] Add edit&resend to OpenAPI docs (#490)
---
openapi-raw.yaml | 16 +-
openapi-sdk.yaml | 30 +-
openapi.yaml | 474 ++++++++++++++++++
sdks/dotnet/docs/SignatureRequestApi.md | 8 +-
.../Dropbox.Sign/Api/SignatureRequestApi.cs | 64 +--
sdks/java-v1/docs/SignatureRequestApi.md | 8 +-
.../dropbox/sign/api/SignatureRequestApi.java | 16 +-
sdks/java-v2/docs/SignatureRequestApi.md | 8 +-
.../dropbox/sign/api/SignatureRequestApi.java | 16 +-
sdks/node/api/signatureRequestApi.ts | 8 +-
sdks/node/dist/api.js | 8 +-
sdks/node/docs/api/SignatureRequestApi.md | 8 +-
sdks/php/docs/Api/SignatureRequestApi.md | 8 +-
sdks/python/docs/SignatureRequestApi.md | 8 +-
.../dropbox_sign/api/signature_request_api.py | 24 +-
sdks/ruby/docs/SignatureRequestApi.md | 8 +-
.../dropbox-sign/api/signature_request_api.rb | 16 +-
translations/en.yaml | 14 +-
18 files changed, 612 insertions(+), 130 deletions(-)
diff --git a/openapi-raw.yaml b/openapi-raw.yaml
index f6b22e028..167663414 100644
--- a/openapi-raw.yaml
+++ b/openapi-raw.yaml
@@ -3428,7 +3428,7 @@ paths:
$ref: '#/components/schemas/SignatureRequestGetResponse'
examples:
example:
- $ref: '#/components/examples/SignatureRequestEditResponse'
+ $ref: '#/components/examples/SignatureRequestSendResponse'
4XX:
description: failed_operation
content:
@@ -3499,8 +3499,6 @@ paths:
seo:
title: '_t__SignatureRequestEdit::SEO::TITLE'
description: '_t__SignatureRequestEdit::SEO::DESCRIPTION'
- x-hideOn: doc
- x-beta: closed
'/signature_request/edit_embedded/{signature_request_id}':
put:
tags:
@@ -3547,7 +3545,7 @@ paths:
$ref: '#/components/schemas/SignatureRequestGetResponse'
examples:
example:
- $ref: '#/components/examples/SignatureRequestEditEmbeddedResponse'
+ $ref: '#/components/examples/SignatureRequestCreateEmbeddedResponse'
4XX:
description: failed_operation
content:
@@ -3617,8 +3615,6 @@ paths:
seo:
title: '_t__SignatureRequestEditEmbedded::SEO::TITLE'
description: '_t__SignatureRequestEditEmbedded::SEO::DESCRIPTION'
- x-hideOn: doc
- x-beta: closed
'/signature_request/edit_embedded_with_template/{signature_request_id}':
put:
tags:
@@ -3663,7 +3659,7 @@ paths:
$ref: '#/components/schemas/SignatureRequestGetResponse'
examples:
example:
- $ref: '#/components/examples/SignatureRequestEditEmbeddedWithTemplateResponse'
+ $ref: '#/components/examples/SignatureRequestCreateEmbeddedWithTemplateResponse'
4XX:
description: failed_operation
content:
@@ -3733,8 +3729,6 @@ paths:
seo:
title: '_t__SignatureRequestEditEmbeddedWithTemplate::SEO::TITLE'
description: '_t__SignatureRequestEditEmbeddedWithTemplate::SEO::DESCRIPTION'
- x-hideOn: doc
- x-beta: closed
'/signature_request/edit_with_template/{signature_request_id}':
put:
tags:
@@ -3779,7 +3773,7 @@ paths:
$ref: '#/components/schemas/SignatureRequestGetResponse'
examples:
example:
- $ref: '#/components/examples/SignatureRequestEditWithTemplateResponse'
+ $ref: '#/components/examples/SignatureRequestSendWithTemplateResponse'
4XX:
description: failed_operation
content:
@@ -3850,8 +3844,6 @@ paths:
seo:
title: '_t__SignatureRequestEditWithTemplate::SEO::TITLE'
description: '_t__SignatureRequestEditWithTemplate::SEO::DESCRIPTION'
- x-hideOn: doc
- x-beta: closed
'/signature_request/files/{signature_request_id}':
get:
tags:
diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml
index 2a95555ab..c832450e1 100644
--- a/openapi-sdk.yaml
+++ b/openapi-sdk.yaml
@@ -3414,7 +3414,7 @@ paths:
description: |-
Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
- **NOTE:** Edit and resend will not deduct your signature request quota.
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
operationId: signatureRequestEdit
parameters:
-
@@ -3455,7 +3455,7 @@ paths:
$ref: '#/components/schemas/SignatureRequestGetResponse'
examples:
example:
- $ref: '#/components/examples/SignatureRequestEditResponse'
+ $ref: '#/components/examples/SignatureRequestSendResponse'
'4XX':
description: failed_operation
content:
@@ -3526,14 +3526,15 @@ paths:
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.'
- x-hideOn: doc
- x-beta: closed
'/signature_request/edit_embedded/{signature_request_id}':
put:
tags:
- 'Signature Request'
summary: 'Edit Embedded Signature Request'
- description: 'Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.'
+ description: |-
+ Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
operationId: signatureRequestEditEmbedded
parameters:
-
@@ -3574,7 +3575,7 @@ paths:
$ref: '#/components/schemas/SignatureRequestGetResponse'
examples:
example:
- $ref: '#/components/examples/SignatureRequestEditEmbeddedResponse'
+ $ref: '#/components/examples/SignatureRequestCreateEmbeddedResponse'
'4XX':
description: failed_operation
content:
@@ -3644,14 +3645,15 @@ paths:
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.'
- x-hideOn: doc
- x-beta: closed
'/signature_request/edit_embedded_with_template/{signature_request_id}':
put:
tags:
- 'Signature Request'
summary: 'Edit Embedded Signature Request with Template'
- description: 'Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.'
+ description: |-
+ Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
operationId: signatureRequestEditEmbeddedWithTemplate
parameters:
-
@@ -3690,7 +3692,7 @@ paths:
$ref: '#/components/schemas/SignatureRequestGetResponse'
examples:
example:
- $ref: '#/components/examples/SignatureRequestEditEmbeddedWithTemplateResponse'
+ $ref: '#/components/examples/SignatureRequestCreateEmbeddedWithTemplateResponse'
'4XX':
description: failed_operation
content:
@@ -3760,8 +3762,6 @@ paths:
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.'
- x-hideOn: doc
- x-beta: closed
'/signature_request/edit_with_template/{signature_request_id}':
put:
tags:
@@ -3770,7 +3770,7 @@ paths:
description: |-
Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter.
- **NOTE:** Edit and resend will not deduct your signature request quota.
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
operationId: signatureRequestEditWithTemplate
parameters:
-
@@ -3809,7 +3809,7 @@ paths:
$ref: '#/components/schemas/SignatureRequestGetResponse'
examples:
example:
- $ref: '#/components/examples/SignatureRequestEditWithTemplateResponse'
+ $ref: '#/components/examples/SignatureRequestSendWithTemplateResponse'
'4XX':
description: failed_operation
content:
@@ -3880,8 +3880,6 @@ paths:
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.'
- x-hideOn: doc
- x-beta: closed
'/signature_request/files/{signature_request_id}':
get:
tags:
diff --git a/openapi.yaml b/openapi.yaml
index f90363d47..679506241 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -3406,6 +3406,480 @@ paths:
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.'
+ '/signature_request/edit/{signature_request_id}':
+ put:
+ tags:
+ - 'Signature Request'
+ summary: 'Edit Signature Request'
+ description: |-
+ Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
+
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
+ operationId: signatureRequestEdit
+ parameters:
+ -
+ name: signature_request_id
+ in: path
+ description: 'The id of the SignatureRequest to edit.'
+ required: true
+ schema:
+ type: string
+ example: fa5c8a0b0f492d768749333ad6fcc214c111e967
+ requestBody:
+ required: true
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestEditRequest'
+ examples:
+ example:
+ $ref: '#/components/examples/SignatureRequestEditRequest'
+ grouped_signers_example:
+ $ref: '#/components/examples/SignatureRequestEditRequestGroupedSigners'
+ multipart/form-data:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestEditRequest'
+ responses:
+ '200':
+ description: 'successful operation'
+ headers:
+ X-RateLimit-Limit:
+ $ref: '#/components/headers/X-RateLimit-Limit'
+ X-RateLimit-Remaining:
+ $ref: '#/components/headers/X-RateLimit-Remaining'
+ X-Ratelimit-Reset:
+ $ref: '#/components/headers/X-Ratelimit-Reset'
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestGetResponse'
+ examples:
+ example:
+ $ref: '#/components/examples/SignatureRequestSendResponse'
+ '4XX':
+ description: failed_operation
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/ErrorResponse'
+ examples:
+ 400_example:
+ $ref: '#/components/examples/Error400Response'
+ 401_example:
+ $ref: '#/components/examples/Error401Response'
+ 402_example:
+ $ref: '#/components/examples/Error402Response'
+ 403_example:
+ $ref: '#/components/examples/Error403Response'
+ 404_example:
+ $ref: '#/components/examples/Error404Response'
+ 409_example:
+ $ref: '#/components/examples/Error409Response'
+ 429_example:
+ $ref: '#/components/examples/Error429Response'
+ 4XX_example:
+ $ref: '#/components/examples/Error4XXResponse'
+ security:
+ -
+ api_key: []
+ -
+ oauth2:
+ - request_signature
+ - signature_request_access
+ x-codeSamples:
+ -
+ lang: PHP
+ label: PHP
+ source:
+ $ref: examples/SignatureRequestEditExample.php
+ -
+ lang: 'C#'
+ label: 'C#'
+ source:
+ $ref: examples/SignatureRequestEditExample.cs
+ -
+ lang: TypeScript
+ label: TypeScript
+ source:
+ $ref: examples/SignatureRequestEditExample.ts
+ -
+ lang: Java
+ label: Java
+ source:
+ $ref: examples/SignatureRequestEditExample.java
+ -
+ lang: Ruby
+ label: Ruby
+ source:
+ $ref: examples/SignatureRequestEditExample.rb
+ -
+ lang: Python
+ label: Python
+ source:
+ $ref: examples/SignatureRequestEditExample.py
+ -
+ lang: cURL
+ label: cURL
+ source:
+ $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.'
+ '/signature_request/edit_embedded/{signature_request_id}':
+ put:
+ tags:
+ - 'Signature Request'
+ summary: 'Edit Embedded Signature Request'
+ description: |-
+ Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
+ operationId: signatureRequestEditEmbedded
+ parameters:
+ -
+ name: signature_request_id
+ in: path
+ description: 'The id of the SignatureRequest to edit.'
+ required: true
+ schema:
+ type: string
+ example: fa5c8a0b0f492d768749333ad6fcc214c111e967
+ requestBody:
+ required: true
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestEditEmbeddedRequest'
+ examples:
+ example:
+ $ref: '#/components/examples/SignatureRequestEditEmbeddedRequest'
+ grouped_signers_example:
+ $ref: '#/components/examples/SignatureRequestEditEmbeddedRequestGroupedSigners'
+ multipart/form-data:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestEditEmbeddedRequest'
+ responses:
+ '200':
+ description: 'successful operation'
+ headers:
+ X-RateLimit-Limit:
+ $ref: '#/components/headers/X-RateLimit-Limit'
+ X-RateLimit-Remaining:
+ $ref: '#/components/headers/X-RateLimit-Remaining'
+ X-Ratelimit-Reset:
+ $ref: '#/components/headers/X-Ratelimit-Reset'
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestGetResponse'
+ examples:
+ example:
+ $ref: '#/components/examples/SignatureRequestCreateEmbeddedResponse'
+ '4XX':
+ description: failed_operation
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/ErrorResponse'
+ examples:
+ 400_example:
+ $ref: '#/components/examples/Error400Response'
+ 401_example:
+ $ref: '#/components/examples/Error401Response'
+ 402_example:
+ $ref: '#/components/examples/Error402Response'
+ 403_example:
+ $ref: '#/components/examples/Error403Response'
+ 404_example:
+ $ref: '#/components/examples/Error404Response'
+ 409_example:
+ $ref: '#/components/examples/Error409Response'
+ 429_example:
+ $ref: '#/components/examples/Error429Response'
+ 4XX_example:
+ $ref: '#/components/examples/Error4XXResponse'
+ security:
+ -
+ api_key: []
+ -
+ oauth2:
+ - signature_request_access
+ x-codeSamples:
+ -
+ lang: PHP
+ label: PHP
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedExample.php
+ -
+ lang: 'C#'
+ label: 'C#'
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedExample.cs
+ -
+ lang: TypeScript
+ label: TypeScript
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedExample.ts
+ -
+ lang: Java
+ label: Java
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedExample.java
+ -
+ lang: Ruby
+ label: Ruby
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedExample.rb
+ -
+ lang: Python
+ label: Python
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedExample.py
+ -
+ lang: cURL
+ label: cURL
+ source:
+ $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.'
+ '/signature_request/edit_embedded_with_template/{signature_request_id}':
+ put:
+ tags:
+ - 'Signature Request'
+ summary: 'Edit Embedded Signature Request with Template'
+ description: |-
+ Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
+ operationId: signatureRequestEditEmbeddedWithTemplate
+ parameters:
+ -
+ name: signature_request_id
+ in: path
+ description: 'The id of the SignatureRequest to edit.'
+ required: true
+ schema:
+ type: string
+ example: fa5c8a0b0f492d768749333ad6fcc214c111e967
+ requestBody:
+ required: true
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestEditEmbeddedWithTemplateRequest'
+ examples:
+ example:
+ $ref: '#/components/examples/SignatureRequestEditEmbeddedWithTemplateRequest'
+ multipart/form-data:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestEditEmbeddedWithTemplateRequest'
+ responses:
+ '200':
+ description: 'successful operation'
+ headers:
+ X-RateLimit-Limit:
+ $ref: '#/components/headers/X-RateLimit-Limit'
+ X-RateLimit-Remaining:
+ $ref: '#/components/headers/X-RateLimit-Remaining'
+ X-Ratelimit-Reset:
+ $ref: '#/components/headers/X-Ratelimit-Reset'
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestGetResponse'
+ examples:
+ example:
+ $ref: '#/components/examples/SignatureRequestCreateEmbeddedWithTemplateResponse'
+ '4XX':
+ description: failed_operation
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/ErrorResponse'
+ examples:
+ 400_example:
+ $ref: '#/components/examples/Error400Response'
+ 401_example:
+ $ref: '#/components/examples/Error401Response'
+ 402_example:
+ $ref: '#/components/examples/Error402Response'
+ 403_example:
+ $ref: '#/components/examples/Error403Response'
+ 404_example:
+ $ref: '#/components/examples/Error404Response'
+ 409_example:
+ $ref: '#/components/examples/Error409Response'
+ 429_example:
+ $ref: '#/components/examples/Error429Response'
+ 4XX_example:
+ $ref: '#/components/examples/Error4XXResponse'
+ security:
+ -
+ api_key: []
+ -
+ oauth2:
+ - signature_request_access
+ x-codeSamples:
+ -
+ lang: PHP
+ label: PHP
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedWithTemplateExample.php
+ -
+ lang: 'C#'
+ label: 'C#'
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedWithTemplateExample.cs
+ -
+ lang: TypeScript
+ label: TypeScript
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedWithTemplateExample.ts
+ -
+ lang: Java
+ label: Java
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedWithTemplateExample.java
+ -
+ lang: Ruby
+ label: Ruby
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedWithTemplateExample.rb
+ -
+ lang: Python
+ label: Python
+ source:
+ $ref: examples/SignatureRequestEditEmbeddedWithTemplateExample.py
+ -
+ lang: cURL
+ label: cURL
+ source:
+ $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.'
+ '/signature_request/edit_with_template/{signature_request_id}':
+ put:
+ tags:
+ - 'Signature Request'
+ summary: 'Edit Signature Request With Template'
+ description: |-
+ Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter.
+
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
+ operationId: signatureRequestEditWithTemplate
+ parameters:
+ -
+ name: signature_request_id
+ in: path
+ description: 'The id of the SignatureRequest to edit.'
+ required: true
+ schema:
+ type: string
+ example: fa5c8a0b0f492d768749333ad6fcc214c111e967
+ requestBody:
+ required: true
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestEditWithTemplateRequest'
+ examples:
+ example:
+ $ref: '#/components/examples/SignatureRequestEditWithTemplateRequest'
+ multipart/form-data:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestEditWithTemplateRequest'
+ responses:
+ '200':
+ description: 'successful operation'
+ headers:
+ X-RateLimit-Limit:
+ $ref: '#/components/headers/X-RateLimit-Limit'
+ X-RateLimit-Remaining:
+ $ref: '#/components/headers/X-RateLimit-Remaining'
+ X-Ratelimit-Reset:
+ $ref: '#/components/headers/X-Ratelimit-Reset'
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/SignatureRequestGetResponse'
+ examples:
+ example:
+ $ref: '#/components/examples/SignatureRequestSendWithTemplateResponse'
+ '4XX':
+ description: failed_operation
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/ErrorResponse'
+ examples:
+ 400_example:
+ $ref: '#/components/examples/Error400Response'
+ 401_example:
+ $ref: '#/components/examples/Error401Response'
+ 402_example:
+ $ref: '#/components/examples/Error402Response'
+ 403_example:
+ $ref: '#/components/examples/Error403Response'
+ 404_example:
+ $ref: '#/components/examples/Error404Response'
+ 409_example:
+ $ref: '#/components/examples/Error409Response'
+ 429_example:
+ $ref: '#/components/examples/Error429Response'
+ 4XX_example:
+ $ref: '#/components/examples/Error4XXResponse'
+ security:
+ -
+ api_key: []
+ -
+ oauth2:
+ - request_signature
+ - signature_request_access
+ x-codeSamples:
+ -
+ lang: PHP
+ label: PHP
+ source:
+ $ref: examples/SignatureRequestEditWithTemplateExample.php
+ -
+ lang: 'C#'
+ label: 'C#'
+ source:
+ $ref: examples/SignatureRequestEditWithTemplateExample.cs
+ -
+ lang: TypeScript
+ label: TypeScript
+ source:
+ $ref: examples/SignatureRequestEditWithTemplateExample.ts
+ -
+ lang: Java
+ label: Java
+ source:
+ $ref: examples/SignatureRequestEditWithTemplateExample.java
+ -
+ lang: Ruby
+ label: Ruby
+ source:
+ $ref: examples/SignatureRequestEditWithTemplateExample.rb
+ -
+ lang: Python
+ label: Python
+ source:
+ $ref: examples/SignatureRequestEditWithTemplateExample.py
+ -
+ lang: cURL
+ label: cURL
+ source:
+ $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.'
'/signature_request/files/{signature_request_id}':
get:
tags:
diff --git a/sdks/dotnet/docs/SignatureRequestApi.md b/sdks/dotnet/docs/SignatureRequestApi.md
index a3061633d..fe084fa62 100644
--- a/sdks/dotnet/docs/SignatureRequestApi.md
+++ b/sdks/dotnet/docs/SignatureRequestApi.md
@@ -746,7 +746,7 @@ catch (ApiException e)
Edit Signature Request
-Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
```csharp
@@ -901,7 +901,7 @@ catch (ApiException e)
Edit Embedded Signature Request
-Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
```csharp
@@ -1046,7 +1046,7 @@ catch (ApiException e)
Edit Embedded Signature Request with Template
-Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
```csharp
@@ -1175,7 +1175,7 @@ catch (ApiException e)
Edit Signature Request With Template
-Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
```csharp
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/SignatureRequestApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/SignatureRequestApi.cs
index 71c7ec8b1..f2862217d 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/SignatureRequestApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/SignatureRequestApi.cs
@@ -146,7 +146,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
/// Edit Signature Request
///
///
- /// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -159,7 +159,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
/// Edit Signature Request
///
///
- /// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -171,7 +171,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
/// Edit Embedded Signature Request
///
///
- /// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -184,7 +184,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
/// Edit Embedded Signature Request
///
///
- /// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -196,7 +196,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
/// Edit Embedded Signature Request with Template
///
///
- /// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -209,7 +209,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
/// Edit Embedded Signature Request with Template
///
///
- /// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -221,7 +221,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
/// Edit Signature Request With Template
///
///
- /// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -234,7 +234,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
/// Edit Signature Request With Template
///
///
- /// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -647,7 +647,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
/// Edit Signature Request
///
///
- /// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -661,7 +661,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
/// Edit Signature Request
///
///
- /// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -674,7 +674,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
/// Edit Embedded Signature Request
///
///
- /// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -688,7 +688,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
/// Edit Embedded Signature Request
///
///
- /// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -701,7 +701,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
/// Edit Embedded Signature Request with Template
///
///
- /// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -715,7 +715,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
/// Edit Embedded Signature Request with Template
///
///
- /// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -728,7 +728,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
/// Edit Signature Request With Template
///
///
- /// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -742,7 +742,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
/// Edit Signature Request With Template
///
///
- /// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2051,7 +2051,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2065,7 +2065,7 @@ public SignatureRequestGetResponse SignatureRequestEdit(string signatureRequestI
}
///
- /// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2150,7 +2150,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2165,7 +2165,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2253,7 +2253,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2267,7 +2267,7 @@ public SignatureRequestGetResponse SignatureRequestEditEmbedded(string signature
}
///
- /// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2352,7 +2352,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2367,7 +2367,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2455,7 +2455,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2469,7 +2469,7 @@ public SignatureRequestGetResponse SignatureRequestEditEmbeddedWithTemplate(stri
}
///
- /// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2554,7 +2554,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2569,7 +2569,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ /// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2657,7 +2657,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2671,7 +2671,7 @@ public SignatureRequestGetResponse SignatureRequestEditWithTemplate(string signa
}
///
- /// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2756,7 +2756,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
@@ -2771,7 +2771,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
}
///
- /// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ /// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
diff --git a/sdks/java-v1/docs/SignatureRequestApi.md b/sdks/java-v1/docs/SignatureRequestApi.md
index 96034a20b..939b10ef3 100644
--- a/sdks/java-v1/docs/SignatureRequestApi.md
+++ b/sdks/java-v1/docs/SignatureRequestApi.md
@@ -654,7 +654,7 @@ Edit Signature Request
Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
-**NOTE:** Edit and resend will not deduct your signature request quota.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
@@ -787,6 +787,8 @@ Edit Embedded Signature Request
Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
+
### Example
```java
@@ -909,6 +911,8 @@ Edit Embedded Signature Request with Template
Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
+
### Example
```java
@@ -1020,7 +1024,7 @@ Edit Signature Request With Template
Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter.
-**NOTE:** Edit and resend will not deduct your signature request quota.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java b/sdks/java-v1/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java
index e8e83e549..acda9a05e 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java
@@ -511,7 +511,7 @@ public SignatureRequestGetResponse signatureRequestCreateEmbeddedWithTemplate(
* Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If
* `form_fields_per_document` is not specified, a signature page will be affixed where
* all signers will be required to add their signature, signifying their agreement to all
- * contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
*
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditRequest (required)
@@ -536,7 +536,7 @@ public SignatureRequestGetResponse signatureRequestEdit(
* Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If
* `form_fields_per_document` is not specified, a signature page will be affixed where
* all signers will be required to add their signature, signifying their agreement to all
- * contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
*
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditRequest (required)
@@ -609,7 +609,7 @@ public ApiResponse signatureRequestEditWithHttpInfo
* will be affixed where all signers will be required to add their signature, signifying their
* agreement to all contained documents. Note that embedded signature requests can only be
* signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox
- * Sign.
+ * Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
*
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedRequest (required)
@@ -638,7 +638,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbedded(
* will be affixed where all signers will be required to add their signature, signifying their
* agreement to all contained documents. Note that embedded signature requests can only be
* signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox
- * Sign.
+ * Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
*
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedRequest (required)
@@ -710,7 +710,7 @@ public ApiResponse signatureRequestEditEmbeddedWith
* Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given
* Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can
* only be signed in embedded iFrames whereas normal signature requests can only be signed on
- * Dropbox Sign.
+ * Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
*
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
@@ -738,7 +738,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbeddedWithTemplate(
* Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given
* Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can
* only be signed in embedded iFrames whereas normal signature requests can only be signed on
- * Dropbox Sign.
+ * Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
*
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
@@ -811,7 +811,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbeddedWithTemplate(
/**
* Edit Signature Request With Template Edits and sends a SignatureRequest based off of the
- * Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not
+ * Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will*
* deduct your signature request quota.
*
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
@@ -837,7 +837,7 @@ public SignatureRequestGetResponse signatureRequestEditWithTemplate(
/**
* Edit Signature Request With Template Edits and sends a SignatureRequest based off of the
- * Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not
+ * Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will*
* deduct your signature request quota.
*
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
diff --git a/sdks/java-v2/docs/SignatureRequestApi.md b/sdks/java-v2/docs/SignatureRequestApi.md
index 96034a20b..939b10ef3 100644
--- a/sdks/java-v2/docs/SignatureRequestApi.md
+++ b/sdks/java-v2/docs/SignatureRequestApi.md
@@ -654,7 +654,7 @@ Edit Signature Request
Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
-**NOTE:** Edit and resend will not deduct your signature request quota.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
@@ -787,6 +787,8 @@ Edit Embedded Signature Request
Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
+
### Example
```java
@@ -909,6 +911,8 @@ Edit Embedded Signature Request with Template
Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
+
### Example
```java
@@ -1020,7 +1024,7 @@ Edit Signature Request With Template
Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter.
-**NOTE:** Edit and resend will not deduct your signature request quota.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java
index 7d9564589..88f08b45f 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java
@@ -383,7 +383,7 @@ public ApiResponse signatureRequestCreateEmbeddedWi
}
/**
* Edit Signature Request
- * Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditRequest (required)
* @return SignatureRequestGetResponse
@@ -403,7 +403,7 @@ public SignatureRequestGetResponse signatureRequestEdit(String signatureRequestI
/**
* Edit Signature Request
- * Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
@@ -455,7 +455,7 @@ public ApiResponse signatureRequestEditWithHttpInfo
}
/**
* Edit Embedded Signature Request
- * Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedRequest (required)
* @return SignatureRequestGetResponse
@@ -475,7 +475,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbedded(String signature
/**
* Edit Embedded Signature Request
- * Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
@@ -527,7 +527,7 @@ public ApiResponse signatureRequestEditEmbeddedWith
}
/**
* Edit Embedded Signature Request with Template
- * Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
* @return SignatureRequestGetResponse
@@ -547,7 +547,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbeddedWithTemplate(Stri
/**
* Edit Embedded Signature Request with Template
- * Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
@@ -599,7 +599,7 @@ public ApiResponse signatureRequestEditEmbeddedWith
}
/**
* Edit Signature Request With Template
- * Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditWithTemplateRequest (required)
* @return SignatureRequestGetResponse
@@ -619,7 +619,7 @@ public SignatureRequestGetResponse signatureRequestEditWithTemplate(String signa
/**
* Edit Signature Request With Template
- * Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditWithTemplateRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
diff --git a/sdks/node/api/signatureRequestApi.ts b/sdks/node/api/signatureRequestApi.ts
index 845c9f787..474ebb7a5 100644
--- a/sdks/node/api/signatureRequestApi.ts
+++ b/sdks/node/api/signatureRequestApi.ts
@@ -829,7 +829,7 @@ export class SignatureRequestApi {
});
}
/**
- * Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @summary Edit Signature Request
* @param signatureRequestId The id of the SignatureRequest to edit.
* @param signatureRequestEditRequest
@@ -991,7 +991,7 @@ export class SignatureRequestApi {
});
}
/**
- * Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @summary Edit Embedded Signature Request
* @param signatureRequestId The id of the SignatureRequest to edit.
* @param signatureRequestEditEmbeddedRequest
@@ -1153,7 +1153,7 @@ export class SignatureRequestApi {
});
}
/**
- * Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @summary Edit Embedded Signature Request with Template
* @param signatureRequestId The id of the SignatureRequest to edit.
* @param signatureRequestEditEmbeddedWithTemplateRequest
@@ -1315,7 +1315,7 @@ export class SignatureRequestApi {
});
}
/**
- * Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @summary Edit Signature Request With Template
* @param signatureRequestId The id of the SignatureRequest to edit.
* @param signatureRequestEditWithTemplateRequest
diff --git a/sdks/node/dist/api.js b/sdks/node/dist/api.js
index c3c581d84..0e8c3dcfd 100644
--- a/sdks/node/dist/api.js
+++ b/sdks/node/dist/api.js
@@ -31335,7 +31335,7 @@ var SignatureRequestApi = class {
});
}
/**
- * Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @summary Edit Signature Request
* @param signatureRequestId The id of the SignatureRequest to edit.
* @param signatureRequestEditRequest
@@ -31466,7 +31466,7 @@ var SignatureRequestApi = class {
});
}
/**
- * Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @summary Edit Embedded Signature Request
* @param signatureRequestId The id of the SignatureRequest to edit.
* @param signatureRequestEditEmbeddedRequest
@@ -31597,7 +31597,7 @@ var SignatureRequestApi = class {
});
}
/**
- * Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @summary Edit Embedded Signature Request with Template
* @param signatureRequestId The id of the SignatureRequest to edit.
* @param signatureRequestEditEmbeddedWithTemplateRequest
@@ -31728,7 +31728,7 @@ var SignatureRequestApi = class {
});
}
/**
- * Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ * Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
* @summary Edit Signature Request With Template
* @param signatureRequestId The id of the SignatureRequest to edit.
* @param signatureRequestEditWithTemplateRequest
diff --git a/sdks/node/docs/api/SignatureRequestApi.md b/sdks/node/docs/api/SignatureRequestApi.md
index 2590d0d8c..04b197f7d 100644
--- a/sdks/node/docs/api/SignatureRequestApi.md
+++ b/sdks/node/docs/api/SignatureRequestApi.md
@@ -529,7 +529,7 @@ signatureRequestEdit(signatureRequestId: string, signatureRequestEditRequest: Si
Edit Signature Request
-Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
### TypeScript Example
@@ -636,7 +636,7 @@ signatureRequestEditEmbedded(signatureRequestId: string, signatureRequestEditEmb
Edit Embedded Signature Request
-Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
### TypeScript Example
@@ -735,7 +735,7 @@ signatureRequestEditEmbeddedWithTemplate(signatureRequestId: string, signatureRe
Edit Embedded Signature Request with Template
-Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
### TypeScript Example
@@ -822,7 +822,7 @@ signatureRequestEditWithTemplate(signatureRequestId: string, signatureRequestEdi
Edit Signature Request With Template
-Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
### TypeScript Example
diff --git a/sdks/php/docs/Api/SignatureRequestApi.md b/sdks/php/docs/Api/SignatureRequestApi.md
index 72acdccb9..3e2c764a1 100644
--- a/sdks/php/docs/Api/SignatureRequestApi.md
+++ b/sdks/php/docs/Api/SignatureRequestApi.md
@@ -529,7 +529,7 @@ signatureRequestEdit($signature_request_id, $signature_request_edit_request): \D
```
Edit Signature Request
-Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
@@ -637,7 +637,7 @@ signatureRequestEditEmbedded($signature_request_id, $signature_request_edit_embe
```
Edit Embedded Signature Request
-Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
@@ -736,7 +736,7 @@ signatureRequestEditEmbeddedWithTemplate($signature_request_id, $signature_reque
```
Edit Embedded Signature Request with Template
-Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
@@ -825,7 +825,7 @@ signatureRequestEditWithTemplate($signature_request_id, $signature_request_edit_
```
Edit Signature Request With Template
-Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
diff --git a/sdks/python/docs/SignatureRequestApi.md b/sdks/python/docs/SignatureRequestApi.md
index 5bae70801..aa17c91f3 100644
--- a/sdks/python/docs/SignatureRequestApi.md
+++ b/sdks/python/docs/SignatureRequestApi.md
@@ -613,7 +613,7 @@ Edit Signature Request
Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
-**NOTE:** Edit and resend will not deduct your signature request quota.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
@@ -738,6 +738,8 @@ Edit Embedded Signature Request
Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
+
### Example
* Basic Authentication (api_key):
@@ -849,6 +851,8 @@ Edit Embedded Signature Request with Template
Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
+
### Example
* Basic Authentication (api_key):
@@ -952,7 +956,7 @@ Edit Signature Request With Template
Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter.
-**NOTE:** Edit and resend will not deduct your signature request quota.
+**NOTE:** Edit and resend *will* deduct your signature request quota.
### Example
diff --git a/sdks/python/dropbox_sign/api/signature_request_api.py b/sdks/python/dropbox_sign/api/signature_request_api.py
index 58af96100..e7c1dc416 100644
--- a/sdks/python/dropbox_sign/api/signature_request_api.py
+++ b/sdks/python/dropbox_sign/api/signature_request_api.py
@@ -1476,7 +1476,7 @@ def signature_request_edit(
) -> SignatureRequestGetResponse:
"""Edit Signature Request
- Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -1547,7 +1547,7 @@ def signature_request_edit_with_http_info(
) -> ApiResponse[SignatureRequestGetResponse]:
"""Edit Signature Request
- Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -1618,7 +1618,7 @@ def signature_request_edit_without_preload_content(
) -> RESTResponseType:
"""Edit Signature Request
- Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -1774,7 +1774,7 @@ def signature_request_edit_embedded(
) -> SignatureRequestGetResponse:
"""Edit Embedded Signature Request
- Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -1845,7 +1845,7 @@ def signature_request_edit_embedded_with_http_info(
) -> ApiResponse[SignatureRequestGetResponse]:
"""Edit Embedded Signature Request
- Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -1916,7 +1916,7 @@ def signature_request_edit_embedded_without_preload_content(
) -> RESTResponseType:
"""Edit Embedded Signature Request
- Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -2072,7 +2072,7 @@ def signature_request_edit_embedded_with_template(
) -> SignatureRequestGetResponse:
"""Edit Embedded Signature Request with Template
- Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -2143,7 +2143,7 @@ def signature_request_edit_embedded_with_template_with_http_info(
) -> ApiResponse[SignatureRequestGetResponse]:
"""Edit Embedded Signature Request with Template
- Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -2214,7 +2214,7 @@ def signature_request_edit_embedded_with_template_without_preload_content(
) -> RESTResponseType:
"""Edit Embedded Signature Request with Template
- Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -2373,7 +2373,7 @@ def signature_request_edit_with_template(
) -> SignatureRequestGetResponse:
"""Edit Signature Request With Template
- Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -2444,7 +2444,7 @@ def signature_request_edit_with_template_with_http_info(
) -> ApiResponse[SignatureRequestGetResponse]:
"""Edit Signature Request With Template
- Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
@@ -2515,7 +2515,7 @@ def signature_request_edit_with_template_without_preload_content(
) -> RESTResponseType:
"""Edit Signature Request With Template
- Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
:param signature_request_id: The id of the SignatureRequest to edit. (required)
:type signature_request_id: str
diff --git a/sdks/ruby/docs/SignatureRequestApi.md b/sdks/ruby/docs/SignatureRequestApi.md
index 04f0c0bbf..964273c5f 100644
--- a/sdks/ruby/docs/SignatureRequestApi.md
+++ b/sdks/ruby/docs/SignatureRequestApi.md
@@ -574,7 +574,7 @@ end
Edit Signature Request
-Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Examples
@@ -693,7 +693,7 @@ end
Edit Embedded Signature Request
-Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Examples
@@ -802,7 +802,7 @@ end
Edit Embedded Signature Request with Template
-Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Examples
@@ -900,7 +900,7 @@ end
Edit Signature Request With Template
-Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
### Examples
diff --git a/sdks/ruby/lib/dropbox-sign/api/signature_request_api.rb b/sdks/ruby/lib/dropbox-sign/api/signature_request_api.rb
index 1e74c7e5e..d2b968496 100644
--- a/sdks/ruby/lib/dropbox-sign/api/signature_request_api.rb
+++ b/sdks/ruby/lib/dropbox-sign/api/signature_request_api.rb
@@ -526,7 +526,7 @@ def signature_request_create_embedded_with_template_with_http_info(signature_req
end
# Edit Signature Request
- # Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ # Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
# @param signature_request_id [String] The id of the SignatureRequest to edit.
# @param signature_request_edit_request [SignatureRequestEditRequest]
# @param [Hash] opts the optional parameters
@@ -537,7 +537,7 @@ def signature_request_edit(signature_request_id, signature_request_edit_request,
end
# Edit Signature Request
- # Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
+ # Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
# @param signature_request_id [String] The id of the SignatureRequest to edit.
# @param signature_request_edit_request [SignatureRequestEditRequest]
# @param [Hash] opts the optional parameters
@@ -641,7 +641,7 @@ def signature_request_edit_with_http_info(signature_request_id, signature_reques
end
# Edit Embedded Signature Request
- # Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ # Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
# @param signature_request_id [String] The id of the SignatureRequest to edit.
# @param signature_request_edit_embedded_request [SignatureRequestEditEmbeddedRequest]
# @param [Hash] opts the optional parameters
@@ -652,7 +652,7 @@ def signature_request_edit_embedded(signature_request_id, signature_request_edit
end
# Edit Embedded Signature Request
- # Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ # Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
# @param signature_request_id [String] The id of the SignatureRequest to edit.
# @param signature_request_edit_embedded_request [SignatureRequestEditEmbeddedRequest]
# @param [Hash] opts the optional parameters
@@ -756,7 +756,7 @@ def signature_request_edit_embedded_with_http_info(signature_request_id, signatu
end
# Edit Embedded Signature Request with Template
- # Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ # Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
# @param signature_request_id [String] The id of the SignatureRequest to edit.
# @param signature_request_edit_embedded_with_template_request [SignatureRequestEditEmbeddedWithTemplateRequest]
# @param [Hash] opts the optional parameters
@@ -767,7 +767,7 @@ def signature_request_edit_embedded_with_template(signature_request_id, signatur
end
# Edit Embedded Signature Request with Template
- # Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ # Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
# @param signature_request_id [String] The id of the SignatureRequest to edit.
# @param signature_request_edit_embedded_with_template_request [SignatureRequestEditEmbeddedWithTemplateRequest]
# @param [Hash] opts the optional parameters
@@ -871,7 +871,7 @@ def signature_request_edit_embedded_with_template_with_http_info(signature_reque
end
# Edit Signature Request With Template
- # Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ # Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
# @param signature_request_id [String] The id of the SignatureRequest to edit.
# @param signature_request_edit_with_template_request [SignatureRequestEditWithTemplateRequest]
# @param [Hash] opts the optional parameters
@@ -882,7 +882,7 @@ def signature_request_edit_with_template(signature_request_id, signature_request
end
# Edit Signature Request With Template
- # Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not deduct your signature request quota.
+ # Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
# @param signature_request_id [String] The id of the SignatureRequest to edit.
# @param signature_request_edit_with_template_request [SignatureRequestEditWithTemplateRequest]
# @param [Hash] opts the optional parameters
diff --git a/translations/en.yaml b/translations/en.yaml
index e6ee3186d..38f1edc13 100644
--- a/translations/en.yaml
+++ b/translations/en.yaml
@@ -362,7 +362,10 @@
"SignatureRequestCreateEmbedded::USE_TEXT_TAGS": 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`.
"SignatureRequestEditEmbedded::SUMMARY": Edit Embedded Signature Request
-"SignatureRequestEditEmbedded::DESCRIPTION": Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+"SignatureRequestEditEmbedded::DESCRIPTION": |-
+ Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
"SignatureRequestEditEmbedded::SIGNATURE_REQUEST_ID": The id of the SignatureRequest to edit.
"SignatureRequestCreateEmbeddedWithTemplate::SUMMARY": Create Embedded Signature Request with Template
@@ -388,7 +391,10 @@
**NOTE:** Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature.
"SignatureRequestEditEmbeddedWithTemplate::SUMMARY": Edit Embedded Signature Request with Template
-"SignatureRequestEditEmbeddedWithTemplate::DESCRIPTION": Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+"SignatureRequestEditEmbeddedWithTemplate::DESCRIPTION": |-
+ Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
"SignatureRequestEditEmbeddedWithTemplate::SIGNATURE_REQUEST_ID": The id of the SignatureRequest to edit.
"SignatureRequestFiles::SUMMARY": Download Files
@@ -494,7 +500,7 @@
"SignatureRequestEdit::DESCRIPTION": |-
Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
- **NOTE:** Edit and resend will not deduct your signature request quota.
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
"SignatureRequestEdit::SIGNATURE_REQUEST_ID": The id of the SignatureRequest to edit.
"SignatureRequestSendWithTemplate::SUMMARY": Send with Template
@@ -531,7 +537,7 @@
"SignatureRequestEditWithTemplate::DESCRIPTION": |-
Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter.
- **NOTE:** Edit and resend will not deduct your signature request quota.
+ **NOTE:** Edit and resend *will* deduct your signature request quota.
"SignatureRequestEditWithTemplate::SIGNATURE_REQUEST_ID": The id of the SignatureRequest to edit.
"SignatureRequestUpdate::SUMMARY": Update Signature Request