Skip to content

Commit 27090e7

Browse files
Moves parameter to end of list
1 parent fba8323 commit 27090e7

31 files changed

+645
-395
lines changed

openapi-raw.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7011,12 +7011,6 @@ components:
70117011
description: '_t__SignatureRequestSend::IS_EID'
70127012
type: boolean
70137013
default: false
7014-
certification_types:
7015-
description: '_t__SignatureRequestSend::CERTIFICATION_TYPES'
7016-
type: array
7017-
items:
7018-
type: string
7019-
default: []
70207014
message:
70217015
description: '_t__SignatureRequestSend::MESSAGE'
70227016
type: string
@@ -7051,6 +7045,14 @@ components:
70517045
description: '_t__SignatureRequestSend::EXPIRES_AT'
70527046
type: integer
70537047
nullable: true
7048+
certification_types:
7049+
description: '_t__SignatureRequestSend::CERTIFICATION_TYPES'
7050+
type: array
7051+
items:
7052+
type: string
7053+
enum:
7054+
- NOM_151
7055+
default: []
70547056
type: object
70557057
SignatureRequestSendWithTemplateRequest:
70567058
description: ''
@@ -7101,12 +7103,6 @@ components:
71017103
description: '_t__SignatureRequestSendWithTemplate::IS_EID'
71027104
type: boolean
71037105
default: false
7104-
certification_types:
7105-
description: '_t__SignatureRequestSendWithTemplate::CERTIFICATION_TYPES'
7106-
type: array
7107-
items:
7108-
type: string
7109-
default: []
71107106
message:
71117107
description: '_t__SignatureRequestSendWithTemplate::MESSAGE'
71127108
type: string
@@ -7138,6 +7134,14 @@ components:
71387134
description: '_t__SignatureRequestSendWithTemplate::TITLE'
71397135
type: string
71407136
maxLength: 255
7137+
certification_types:
7138+
description: '_t__SignatureRequestSendWithTemplate::CERTIFICATION_TYPES'
7139+
type: array
7140+
items:
7141+
type: string
7142+
enum:
7143+
- NOM_151
7144+
default: []
71417145
type: object
71427146
SignatureRequestUpdateRequest:
71437147
required:

openapi-sdk.yaml

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7309,17 +7309,6 @@ components:
73097309
**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer.
73107310
type: boolean
73117311
default: false
7312-
certification_types:
7313-
description: |-
7314-
Optional certification types to be applied to your Signature Request after completion.
7315-
7316-
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7317-
7318-
At this time only a single certification type can be selected per Signature Request.
7319-
type: array
7320-
items:
7321-
type: string
7322-
default: []
73237312
message:
73247313
description: 'The custom message in the email that will be sent to the signers.'
73257314
type: string
@@ -7357,6 +7346,19 @@ components:
73577346
description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.'
73587347
type: integer
73597348
nullable: true
7349+
certification_types:
7350+
description: |-
7351+
Optional certification types to be applied to your Signature Request after completion.
7352+
7353+
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7354+
7355+
At this time only a single certification type can be selected per Signature Request.
7356+
type: array
7357+
items:
7358+
type: string
7359+
enum:
7360+
- NOM_151
7361+
default: []
73607362
type: object
73617363
SignatureRequestSendWithTemplateRequest:
73627364
description: ''
@@ -7422,17 +7424,6 @@ components:
74227424
**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer.
74237425
type: boolean
74247426
default: false
7425-
certification_types:
7426-
description: |-
7427-
Optional certification types to be applied to your Signature Request after completion.
7428-
7429-
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7430-
7431-
At this time only a single certification type can be selected per Signature Request.
7432-
type: array
7433-
items:
7434-
type: string
7435-
default: []
74367427
message:
74377428
description: 'The custom message in the email that will be sent to the signers.'
74387429
type: string
@@ -7467,6 +7458,19 @@ components:
74677458
description: 'The title you want to assign to the SignatureRequest.'
74687459
type: string
74697460
maxLength: 255
7461+
certification_types:
7462+
description: |-
7463+
Optional certification types to be applied to your Signature Request after completion.
7464+
7465+
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7466+
7467+
At this time only a single certification type can be selected per Signature Request.
7468+
type: array
7469+
items:
7470+
type: string
7471+
enum:
7472+
- NOM_151
7473+
default: []
74707474
type: object
74717475
SignatureRequestUpdateRequest:
74727476
required:

openapi.yaml

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7163,17 +7163,6 @@ components:
71637163
**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer.
71647164
type: boolean
71657165
default: false
7166-
certification_types:
7167-
description: |-
7168-
Optional certification types to be applied to your Signature Request after completion.
7169-
7170-
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7171-
7172-
At this time only a single certification type can be selected per Signature Request.
7173-
type: array
7174-
items:
7175-
type: string
7176-
default: []
71777166
message:
71787167
description: 'The custom message in the email that will be sent to the signers.'
71797168
type: string
@@ -7211,6 +7200,19 @@ components:
72117200
description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.'
72127201
type: integer
72137202
nullable: true
7203+
certification_types:
7204+
description: |-
7205+
Optional certification types to be applied to your Signature Request after completion.
7206+
7207+
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7208+
7209+
At this time only a single certification type can be selected per Signature Request.
7210+
type: array
7211+
items:
7212+
type: string
7213+
enum:
7214+
- NOM_151
7215+
default: []
72147216
type: object
72157217
SignatureRequestSendWithTemplateRequest:
72167218
description: ''
@@ -7265,17 +7267,6 @@ components:
72657267
**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer.
72667268
type: boolean
72677269
default: false
7268-
certification_types:
7269-
description: |-
7270-
Optional certification types to be applied to your Signature Request after completion.
7271-
7272-
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7273-
7274-
At this time only a single certification type can be selected per Signature Request.
7275-
type: array
7276-
items:
7277-
type: string
7278-
default: []
72797270
message:
72807271
description: 'The custom message in the email that will be sent to the signers.'
72817272
type: string
@@ -7310,6 +7301,19 @@ components:
73107301
description: 'The title you want to assign to the SignatureRequest.'
73117302
type: string
73127303
maxLength: 255
7304+
certification_types:
7305+
description: |-
7306+
Optional certification types to be applied to your Signature Request after completion.
7307+
7308+
After all parties have signed and completed identity verification (if `is_eid` is `true`), your document's hash will be sent to the specified certificate authority for archiving and integrity verification.
7309+
7310+
At this time only a single certification type can be selected per Signature Request.
7311+
type: array
7312+
items:
7313+
type: string
7314+
enum:
7315+
- NOM_151
7316+
default: []
73137317
type: object
73147318
SignatureRequestUpdateRequest:
73157319
required:

sdks/dotnet/docs/SignatureRequestSendRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Name | Type | Description | Notes
2121
**HideTextTags** | **bool** | Enables automatic Text Tag removal when set to true.<br><br>**NOTE**: Removing text tags this way can cause unwanted clipping. We recommend leaving this setting on `false` and instead hiding your text tags using white text or a similar approach. See the [Text Tags Walkthrough](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) for more information. | [optional] [default to false]
2222
**IsQualifiedSignature** | **bool** | Send with a value of `true` if you wish to enable [Qualified Electronic Signatures](https://www.hellosign.com/features/qualified-electronic-signatures) (QES), which requires a face-to-face call to verify the signer&#39;s identity.&lt;br&gt;<br>**Note**: QES is only available on the Premium API plan as an add-on purchase. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]
2323
**IsEid** | **bool** | Send with a value of `true` if you wish to enable [electronic identification (eID)](https://www.hellosign.com/features/electronic-id), which requires the signer to verify their identity with an eID provider to sign a document.&lt;br&gt;<br>**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]
24-
**CertificationTypes** | **List&lt;string&gt;** | Optional certification types to be applied to your Signature Request after completion.<br><br>After all parties have signed and completed identity verification (if `is_eid` is `true`), your document&#39;s hash will be sent to the specified certificate authority for archiving and integrity verification.<br><br>At this time only a single certification type can be selected per Signature Request. | [optional]
2524
**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional]
2625
**Metadata** | **Dictionary&lt;string, Object&gt;** | Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer&#39;s order number for look up when receiving events for the signature request.<br><br>Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long. | [optional]
2726
**SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional]
@@ -31,6 +30,7 @@ Name | Type | Description | Notes
3130
**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
3231
**UseTextTags** | **bool** | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [optional] [default to false]
3332
**ExpiresAt** | **int?** | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | [optional]
33+
**CertificationTypes** | **List&lt;string&gt;** | Optional certification types to be applied to your Signature Request after completion.<br><br>After all parties have signed and completed identity verification (if `is_eid` is `true`), your document&#39;s hash will be sent to the specified certificate authority for archiving and integrity verification.<br><br>At this time only a single certification type can be selected per Signature Request. | [optional]
3434

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

sdks/dotnet/docs/SignatureRequestSendWithTemplateRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Name | Type | Description | Notes
1414
**FileUrls** | **List&lt;string&gt;** | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.<br><br>This endpoint requires either **files** or **file_urls[]**, but not both. | [optional]
1515
**IsQualifiedSignature** | **bool** | Send with a value of `true` if you wish to enable [Qualified Electronic Signatures](https://www.hellosign.com/features/qualified-electronic-signatures) (QES), which requires a face-to-face call to verify the signer&#39;s identity.&lt;br&gt;<br>**Note**: QES is only available on the Premium API plan as an add-on purchase. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]
1616
**IsEid** | **bool** | Send with a value of `true` if you wish to enable [electronic identification (eID)](https://www.hellosign.com/features/electronic-id), which requires the signer to verify their identity with an eID provider to sign a document.&lt;br&gt;<br>**Note**: eID is only available on the Premium API plan. Cannot be used in `test_mode`. Only works on requests with one signer. | [optional] [default to false]
17-
**CertificationTypes** | **List&lt;string&gt;** | Optional certification types to be applied to your Signature Request after completion.<br><br>After all parties have signed and completed identity verification (if `is_eid` is `true`), your document&#39;s hash will be sent to the specified certificate authority for archiving and integrity verification.<br><br>At this time only a single certification type can be selected per Signature Request. | [optional]
1817
**Message** | **string** | The custom message in the email that will be sent to the signers. | [optional]
1918
**Metadata** | **Dictionary&lt;string, Object&gt;** | Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer&#39;s order number for look up when receiving events for the signature request.<br><br>Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long. | [optional]
2019
**SigningOptions** | [**SubSigningOptions**](SubSigningOptions.md) | | [optional]
2120
**SigningRedirectUrl** | **string** | The URL you want signers redirected to after they successfully sign. | [optional]
2221
**Subject** | **string** | The subject in the email that will be sent to the signers. | [optional]
2322
**TestMode** | **bool** | Whether this is a test, the signature request will not be legally binding if set to `true`. Defaults to `false`. | [optional] [default to false]
2423
**Title** | **string** | The title you want to assign to the SignatureRequest. | [optional]
24+
**CertificationTypes** | **List&lt;string&gt;** | Optional certification types to be applied to your Signature Request after completion.<br><br>After all parties have signed and completed identity verification (if `is_eid` is `true`), your document&#39;s hash will be sent to the specified certificate authority for archiving and integrity verification.<br><br>At this time only a single certification type can be selected per Signature Request. | [optional]
2525

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

0 commit comments

Comments
 (0)