Skip to content

Commit 30b1027

Browse files
Update SDKs
1 parent 72ff550 commit 30b1027

14 files changed

Lines changed: 110 additions & 98 deletions

File tree

sdks/dotnet/docs/SignatureRequestApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ catch (ApiException e)
746746
747747
Edit Signature Request
748748

749-
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.
749+
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.
750750

751751
### Example
752752
```csharp
@@ -901,7 +901,7 @@ catch (ApiException e)
901901
902902
Edit Embedded Signature Request
903903

904-
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.
904+
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.
905905

906906
### Example
907907
```csharp
@@ -1046,7 +1046,7 @@ catch (ApiException e)
10461046
10471047
Edit Embedded Signature Request with Template
10481048

1049-
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.
1049+
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.
10501050

10511051
### Example
10521052
```csharp
@@ -1175,7 +1175,7 @@ catch (ApiException e)
11751175
11761176
Edit Signature Request With Template
11771177

1178-
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.
1178+
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.
11791179

11801180
### Example
11811181
```csharp

sdks/dotnet/src/Dropbox.Sign/Api/SignatureRequestApi.cs

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

sdks/java-v1/docs/SignatureRequestApi.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Edit Signature Request
654654

655655
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.
656656

657-
**NOTE:** Edit and resend will not deduct your signature request quota.
657+
**NOTE:** Edit and resend *will* deduct your signature request quota.
658658

659659
### Example
660660

@@ -787,6 +787,8 @@ Edit Embedded Signature Request
787787

788788
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.
789789

790+
**NOTE:** Edit and resend *will* deduct your signature request quota.
791+
790792
### Example
791793

792794
```java
@@ -909,6 +911,8 @@ Edit Embedded Signature Request with Template
909911

910912
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.
911913

914+
**NOTE:** Edit and resend *will* deduct your signature request quota.
915+
912916
### Example
913917

914918
```java
@@ -1020,7 +1024,7 @@ Edit Signature Request With Template
10201024

10211025
Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter.
10221026

1023-
**NOTE:** Edit and resend will not deduct your signature request quota.
1027+
**NOTE:** Edit and resend *will* deduct your signature request quota.
10241028

10251029
### Example
10261030

sdks/java-v1/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ public SignatureRequestGetResponse signatureRequestCreateEmbeddedWithTemplate(
511511
* Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If
512512
* `form_fields_per_document` is not specified, a signature page will be affixed where
513513
* all signers will be required to add their signature, signifying their agreement to all
514-
* contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
514+
* contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
515515
*
516516
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
517517
* @param signatureRequestEditRequest (required)
@@ -536,7 +536,7 @@ public SignatureRequestGetResponse signatureRequestEdit(
536536
* Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If
537537
* `form_fields_per_document` is not specified, a signature page will be affixed where
538538
* all signers will be required to add their signature, signifying their agreement to all
539-
* contained documents. **NOTE:** Edit and resend will not deduct your signature request quota.
539+
* contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
540540
*
541541
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
542542
* @param signatureRequestEditRequest (required)
@@ -609,7 +609,7 @@ public ApiResponse<SignatureRequestGetResponse> signatureRequestEditWithHttpInfo
609609
* will be affixed where all signers will be required to add their signature, signifying their
610610
* agreement to all contained documents. Note that embedded signature requests can only be
611611
* signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox
612-
* Sign.
612+
* Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
613613
*
614614
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
615615
* @param signatureRequestEditEmbeddedRequest (required)
@@ -638,7 +638,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbedded(
638638
* will be affixed where all signers will be required to add their signature, signifying their
639639
* agreement to all contained documents. Note that embedded signature requests can only be
640640
* signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox
641-
* Sign.
641+
* Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
642642
*
643643
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
644644
* @param signatureRequestEditEmbeddedRequest (required)
@@ -710,7 +710,7 @@ public ApiResponse<SignatureRequestGetResponse> signatureRequestEditEmbeddedWith
710710
* Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given
711711
* Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can
712712
* only be signed in embedded iFrames whereas normal signature requests can only be signed on
713-
* Dropbox Sign.
713+
* Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
714714
*
715715
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
716716
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
@@ -738,7 +738,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbeddedWithTemplate(
738738
* Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given
739739
* Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can
740740
* only be signed in embedded iFrames whereas normal signature requests can only be signed on
741-
* Dropbox Sign.
741+
* Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
742742
*
743743
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
744744
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
@@ -811,7 +811,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbeddedWithTemplate(
811811

812812
/**
813813
* Edit Signature Request With Template Edits and sends a SignatureRequest based off of the
814-
* Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not
814+
* Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will*
815815
* deduct your signature request quota.
816816
*
817817
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
@@ -837,7 +837,7 @@ public SignatureRequestGetResponse signatureRequestEditWithTemplate(
837837

838838
/**
839839
* Edit Signature Request With Template Edits and sends a SignatureRequest based off of the
840-
* Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend will not
840+
* Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will*
841841
* deduct your signature request quota.
842842
*
843843
* @param signatureRequestId The id of the SignatureRequest to edit. (required)

sdks/java-v2/docs/SignatureRequestApi.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Edit Signature Request
654654

655655
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.
656656

657-
**NOTE:** Edit and resend will not deduct your signature request quota.
657+
**NOTE:** Edit and resend *will* deduct your signature request quota.
658658

659659
### Example
660660

@@ -787,6 +787,8 @@ Edit Embedded Signature Request
787787

788788
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.
789789

790+
**NOTE:** Edit and resend *will* deduct your signature request quota.
791+
790792
### Example
791793

792794
```java
@@ -909,6 +911,8 @@ Edit Embedded Signature Request with Template
909911

910912
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.
911913

914+
**NOTE:** Edit and resend *will* deduct your signature request quota.
915+
912916
### Example
913917

914918
```java
@@ -1020,7 +1024,7 @@ Edit Signature Request With Template
10201024

10211025
Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter.
10221026

1023-
**NOTE:** Edit and resend will not deduct your signature request quota.
1027+
**NOTE:** Edit and resend *will* deduct your signature request quota.
10241028

10251029
### Example
10261030

sdks/java-v2/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public ApiResponse<SignatureRequestGetResponse> signatureRequestCreateEmbeddedWi
383383
}
384384
/**
385385
* Edit Signature Request
386-
* Edits and sends a SignatureRequest with the submitted documents. If &#x60;form_fields_per_document&#x60; 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.
386+
* Edits and sends a SignatureRequest with the submitted documents. If &#x60;form_fields_per_document&#x60; 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.
387387
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
388388
* @param signatureRequestEditRequest (required)
389389
* @return SignatureRequestGetResponse
@@ -403,7 +403,7 @@ public SignatureRequestGetResponse signatureRequestEdit(String signatureRequestI
403403

404404
/**
405405
* Edit Signature Request
406-
* Edits and sends a SignatureRequest with the submitted documents. If &#x60;form_fields_per_document&#x60; 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.
406+
* Edits and sends a SignatureRequest with the submitted documents. If &#x60;form_fields_per_document&#x60; 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.
407407
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
408408
* @param signatureRequestEditRequest (required)
409409
* @return ApiResponse&lt;SignatureRequestGetResponse&gt;
@@ -455,7 +455,7 @@ public ApiResponse<SignatureRequestGetResponse> signatureRequestEditWithHttpInfo
455455
}
456456
/**
457457
* Edit Embedded Signature Request
458-
* 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.
458+
* 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.
459459
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
460460
* @param signatureRequestEditEmbeddedRequest (required)
461461
* @return SignatureRequestGetResponse
@@ -475,7 +475,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbedded(String signature
475475

476476
/**
477477
* Edit Embedded Signature Request
478-
* 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.
478+
* 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.
479479
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
480480
* @param signatureRequestEditEmbeddedRequest (required)
481481
* @return ApiResponse&lt;SignatureRequestGetResponse&gt;
@@ -527,7 +527,7 @@ public ApiResponse<SignatureRequestGetResponse> signatureRequestEditEmbeddedWith
527527
}
528528
/**
529529
* Edit Embedded Signature Request with Template
530-
* 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.
530+
* 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.
531531
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
532532
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
533533
* @return SignatureRequestGetResponse
@@ -547,7 +547,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbeddedWithTemplate(Stri
547547

548548
/**
549549
* Edit Embedded Signature Request with Template
550-
* 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.
550+
* 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.
551551
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
552552
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
553553
* @return ApiResponse&lt;SignatureRequestGetResponse&gt;
@@ -599,7 +599,7 @@ public ApiResponse<SignatureRequestGetResponse> signatureRequestEditEmbeddedWith
599599
}
600600
/**
601601
* Edit Signature Request With Template
602-
* 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.
602+
* 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.
603603
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
604604
* @param signatureRequestEditWithTemplateRequest (required)
605605
* @return SignatureRequestGetResponse
@@ -619,7 +619,7 @@ public SignatureRequestGetResponse signatureRequestEditWithTemplate(String signa
619619

620620
/**
621621
* Edit Signature Request With Template
622-
* 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.
622+
* 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.
623623
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
624624
* @param signatureRequestEditWithTemplateRequest (required)
625625
* @return ApiResponse&lt;SignatureRequestGetResponse&gt;

0 commit comments

Comments
 (0)