See [OAuth 2.0 Authorization](https://app.hellosign.com/api/oauthWalkthrough#OAuthAuthorization) | |
| `clientSecret` | ```String``` | Used when creating a new account with OAuth authorization.
See [OAuth 2.0 Authorization](https://app.hellosign.com/api/oauthWalkthrough#OAuthAuthorization) | |
diff --git a/sdks/java-v1/docs/AccountCreateResponse.md b/sdks/java-v1/docs/AccountCreateResponse.md
index 59279d18d..8933b7d60 100644
--- a/sdks/java-v1/docs/AccountCreateResponse.md
+++ b/sdks/java-v1/docs/AccountCreateResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `account` | [```AccountResponse```](AccountResponse.md) | | |
| `oauthData` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/AccountGetResponse.md b/sdks/java-v1/docs/AccountGetResponse.md
index 41508ab37..72d8fc807 100644
--- a/sdks/java-v1/docs/AccountGetResponse.md
+++ b/sdks/java-v1/docs/AccountGetResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `account` | [```AccountResponse```](AccountResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/AccountResponse.md b/sdks/java-v1/docs/AccountResponse.md
index e76348752..5b73aa02d 100644
--- a/sdks/java-v1/docs/AccountResponse.md
+++ b/sdks/java-v1/docs/AccountResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accountId` | ```String``` | The ID of the Account | |
| `emailAddress` | ```String``` | The email address associated with the Account. | |
| `isLocked` | ```Boolean``` | Returns `true` if the user has been locked out of their account by a team admin. | |
diff --git a/sdks/java-v1/docs/AccountResponseQuotas.md b/sdks/java-v1/docs/AccountResponseQuotas.md
index c591ff814..3b7fe4e58 100644
--- a/sdks/java-v1/docs/AccountResponseQuotas.md
+++ b/sdks/java-v1/docs/AccountResponseQuotas.md
@@ -6,8 +6,8 @@ Details concerning remaining monthly quotas.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `apiSignatureRequestsLeft` | ```Integer``` | API signature requests remaining. | |
| `documentsLeft` | ```Integer``` | Signature requests remaining. | |
| `templatesTotal` | ```Integer``` | Total API templates allowed. | |
diff --git a/sdks/java-v1/docs/AccountResponseUsage.md b/sdks/java-v1/docs/AccountResponseUsage.md
index f9f367135..1cdb76629 100644
--- a/sdks/java-v1/docs/AccountResponseUsage.md
+++ b/sdks/java-v1/docs/AccountResponseUsage.md
@@ -6,8 +6,8 @@ Details concerning monthly usage
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `faxPagesSent` | ```Integer``` | Number of fax pages sent | |
diff --git a/sdks/java-v1/docs/AccountUpdateRequest.md b/sdks/java-v1/docs/AccountUpdateRequest.md
index d1dac210e..43121c890 100644
--- a/sdks/java-v1/docs/AccountUpdateRequest.md
+++ b/sdks/java-v1/docs/AccountUpdateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accountId` | ```String``` | The ID of the Account | |
| `callbackUrl` | ```String``` | The URL that Dropbox Sign should POST events to. | |
| `locale` | ```String``` | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | |
diff --git a/sdks/java-v1/docs/AccountVerifyRequest.md b/sdks/java-v1/docs/AccountVerifyRequest.md
index de912c5d4..d14a8eb2b 100644
--- a/sdks/java-v1/docs/AccountVerifyRequest.md
+++ b/sdks/java-v1/docs/AccountVerifyRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `emailAddress`*_required_ | ```String``` | Email address to run the verification for. | |
diff --git a/sdks/java-v1/docs/AccountVerifyResponse.md b/sdks/java-v1/docs/AccountVerifyResponse.md
index 07f01ffd1..8868f15b2 100644
--- a/sdks/java-v1/docs/AccountVerifyResponse.md
+++ b/sdks/java-v1/docs/AccountVerifyResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `account` | [```AccountVerifyResponseAccount```](AccountVerifyResponseAccount.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/AccountVerifyResponseAccount.md b/sdks/java-v1/docs/AccountVerifyResponseAccount.md
index efa24dcb4..f83f9f0eb 100644
--- a/sdks/java-v1/docs/AccountVerifyResponseAccount.md
+++ b/sdks/java-v1/docs/AccountVerifyResponseAccount.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `emailAddress` | ```String``` | The email address associated with the Account. | |
diff --git a/sdks/java-v1/docs/ApiAppApi.md b/sdks/java-v1/docs/ApiAppApi.md
index a22cd2e7c..02630c9d7 100644
--- a/sdks/java-v1/docs/ApiAppApi.md
+++ b/sdks/java-v1/docs/ApiAppApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**apiAppCreate**](ApiAppApi.md#apiAppCreate) | **POST** /api_app | Create API App
[**apiAppDelete**](ApiAppApi.md#apiAppDelete) | **DELETE** /api_app/{client_id} | Delete API App
[**apiAppGet**](ApiAppApi.md#apiAppGet) | **GET** /api_app/{client_id} | Get API App
@@ -80,8 +80,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**apiAppCreateRequest** | [**ApiAppCreateRequest**](ApiAppCreateRequest.md)| |
### Return type
@@ -152,8 +152,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**clientId** | **String**| The client id of the API App to delete. |
### Return type
@@ -226,8 +226,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**clientId** | **String**| The client id of the API App to retrieve. |
### Return type
@@ -301,8 +301,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**page** | **Integer**| Which page number of the API App List to return. Defaults to `1`. | [optional] [default to 1]
**pageSize** | **Integer**| Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. | [optional] [default to 20]
@@ -396,8 +396,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**clientId** | **String**| The client id of the API App to update. |
**apiAppUpdateRequest** | [**ApiAppUpdateRequest**](ApiAppUpdateRequest.md)| |
diff --git a/sdks/java-v1/docs/ApiAppCreateRequest.md b/sdks/java-v1/docs/ApiAppCreateRequest.md
index 59c20286d..b787bc7c0 100644
--- a/sdks/java-v1/docs/ApiAppCreateRequest.md
+++ b/sdks/java-v1/docs/ApiAppCreateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `domains`*_required_ | ```List``` | The domain names the ApiApp will be associated with. | |
| `name`*_required_ | ```String``` | The name you want to assign to the ApiApp. | |
| `callbackUrl` | ```String``` | The URL at which the ApiApp should receive event callbacks. | |
diff --git a/sdks/java-v1/docs/ApiAppGetResponse.md b/sdks/java-v1/docs/ApiAppGetResponse.md
index b90c30a5f..7ca3f07a1 100644
--- a/sdks/java-v1/docs/ApiAppGetResponse.md
+++ b/sdks/java-v1/docs/ApiAppGetResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `apiApp` | [```ApiAppResponse```](ApiAppResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/ApiAppListResponse.md b/sdks/java-v1/docs/ApiAppListResponse.md
index 144b0f45b..5be003222 100644
--- a/sdks/java-v1/docs/ApiAppListResponse.md
+++ b/sdks/java-v1/docs/ApiAppListResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `apiApps` | [```List```](ApiAppResponse.md) | Contains information about API Apps. | |
| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/ApiAppResponse.md b/sdks/java-v1/docs/ApiAppResponse.md
index bb0836dbf..afe95c850 100644
--- a/sdks/java-v1/docs/ApiAppResponse.md
+++ b/sdks/java-v1/docs/ApiAppResponse.md
@@ -6,8 +6,8 @@ Contains information about an API App.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `callbackUrl` | ```String``` | The app's callback URL (for events) | |
| `clientId` | ```String``` | The app's client id | |
| `createdAt` | ```Integer``` | The time that the app was created | |
diff --git a/sdks/java-v1/docs/ApiAppResponseOAuth.md b/sdks/java-v1/docs/ApiAppResponseOAuth.md
index 20c678a7b..c2f705c7a 100644
--- a/sdks/java-v1/docs/ApiAppResponseOAuth.md
+++ b/sdks/java-v1/docs/ApiAppResponseOAuth.md
@@ -6,8 +6,8 @@ An object describing the app's OAuth properties, or null if OAuth is not con
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `callbackUrl` | ```String``` | The app's OAuth callback URL. | |
| `secret` | ```String``` | The app's OAuth secret, or null if the app does not belong to user. | |
| `scopes` | ```List``` | Array of OAuth scopes used by the app. | |
diff --git a/sdks/java-v1/docs/ApiAppResponseOptions.md b/sdks/java-v1/docs/ApiAppResponseOptions.md
index 827b3b51a..07979f387 100644
--- a/sdks/java-v1/docs/ApiAppResponseOptions.md
+++ b/sdks/java-v1/docs/ApiAppResponseOptions.md
@@ -6,8 +6,8 @@ An object with options that override account settings.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `canInsertEverywhere` | ```Boolean``` | Boolean denoting if signers can "Insert Everywhere" in one click while signing a document | |
diff --git a/sdks/java-v1/docs/ApiAppResponseOwnerAccount.md b/sdks/java-v1/docs/ApiAppResponseOwnerAccount.md
index 0ac35eec2..b4d6d4249 100644
--- a/sdks/java-v1/docs/ApiAppResponseOwnerAccount.md
+++ b/sdks/java-v1/docs/ApiAppResponseOwnerAccount.md
@@ -6,8 +6,8 @@ An object describing the app's owner
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accountId` | ```String``` | The owner account's ID | |
| `emailAddress` | ```String``` | The owner account's email address | |
diff --git a/sdks/java-v1/docs/ApiAppResponseWhiteLabelingOptions.md b/sdks/java-v1/docs/ApiAppResponseWhiteLabelingOptions.md
index 1ed534a0c..be6d022fd 100644
--- a/sdks/java-v1/docs/ApiAppResponseWhiteLabelingOptions.md
+++ b/sdks/java-v1/docs/ApiAppResponseWhiteLabelingOptions.md
@@ -6,8 +6,8 @@ An object with options to customize the app's signer page
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `headerBackgroundColor` | ```String``` | | |
| `legalVersion` | ```String``` | | |
| `linkColor` | ```String``` | | |
diff --git a/sdks/java-v1/docs/ApiAppUpdateRequest.md b/sdks/java-v1/docs/ApiAppUpdateRequest.md
index 62bc8fd75..1c0efafdc 100644
--- a/sdks/java-v1/docs/ApiAppUpdateRequest.md
+++ b/sdks/java-v1/docs/ApiAppUpdateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `callbackUrl` | ```String``` | The URL at which the API App should receive event callbacks. | |
| `customLogoFile` | ```File``` | An image file to use as a custom logo in embedded contexts. (Only applies to some API plans) | |
| `domains` | ```List``` | The domain names the ApiApp will be associated with. | |
diff --git a/sdks/java-v1/docs/BulkSendJobApi.md b/sdks/java-v1/docs/BulkSendJobApi.md
index c369376b6..5d7335a12 100644
--- a/sdks/java-v1/docs/BulkSendJobApi.md
+++ b/sdks/java-v1/docs/BulkSendJobApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**bulkSendJobGet**](BulkSendJobApi.md#bulkSendJobGet) | **GET** /bulk_send_job/{bulk_send_job_id} | Get Bulk Send Job
[**bulkSendJobList**](BulkSendJobApi.md#bulkSendJobList) | **GET** /bulk_send_job/list | List Bulk Send Jobs
@@ -59,8 +59,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**bulkSendJobId** | **String**| The id of the BulkSendJob to retrieve. |
**page** | **Integer**| Which page number of the BulkSendJob list to return. Defaults to `1`. | [optional] [default to 1]
**pageSize** | **Integer**| Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. | [optional] [default to 20]
@@ -136,8 +136,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**page** | **Integer**| Which page number of the BulkSendJob List to return. Defaults to `1`. | [optional] [default to 1]
**pageSize** | **Integer**| Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. | [optional] [default to 20]
diff --git a/sdks/java-v1/docs/BulkSendJobGetResponse.md b/sdks/java-v1/docs/BulkSendJobGetResponse.md
index 977a108f8..55e5e3023 100644
--- a/sdks/java-v1/docs/BulkSendJobGetResponse.md
+++ b/sdks/java-v1/docs/BulkSendJobGetResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `signatureRequests` | [```List```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | |
diff --git a/sdks/java-v1/docs/BulkSendJobGetResponseSignatureRequests.md b/sdks/java-v1/docs/BulkSendJobGetResponseSignatureRequests.md
index 8cf2c0b4c..ba283afd8 100644
--- a/sdks/java-v1/docs/BulkSendJobGetResponseSignatureRequests.md
+++ b/sdks/java-v1/docs/BulkSendJobGetResponseSignatureRequests.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `testMode` | ```Boolean``` | Whether this is a test signature request. Test requests have no legal value. Defaults to `false`. | |
| `signatureRequestId` | ```String``` | The id of the SignatureRequest. | |
| `requesterEmailAddress` | ```String``` | The email address of the initiator of the SignatureRequest. | |
diff --git a/sdks/java-v1/docs/BulkSendJobListResponse.md b/sdks/java-v1/docs/BulkSendJobListResponse.md
index f0ef7df55..35ca3a4a9 100644
--- a/sdks/java-v1/docs/BulkSendJobListResponse.md
+++ b/sdks/java-v1/docs/BulkSendJobListResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `bulkSendJobs` | [```List```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | |
| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/BulkSendJobResponse.md b/sdks/java-v1/docs/BulkSendJobResponse.md
index c97fb3d72..eb2278a34 100644
--- a/sdks/java-v1/docs/BulkSendJobResponse.md
+++ b/sdks/java-v1/docs/BulkSendJobResponse.md
@@ -6,8 +6,8 @@ Contains information about the BulkSendJob such as when it was created and how m
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `bulkSendJobId` | ```String``` | The id of the BulkSendJob. | |
| `total` | ```Integer``` | The total amount of Signature Requests queued for sending. | |
| `isCreator` | ```Boolean``` | True if you are the owner of this BulkSendJob, false if it's been shared with you by a team member. | |
diff --git a/sdks/java-v1/docs/BulkSendJobSendResponse.md b/sdks/java-v1/docs/BulkSendJobSendResponse.md
index 9ca50957b..10e0168ed 100644
--- a/sdks/java-v1/docs/BulkSendJobSendResponse.md
+++ b/sdks/java-v1/docs/BulkSendJobSendResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/EmbeddedApi.md b/sdks/java-v1/docs/EmbeddedApi.md
index 7ea121bdf..62955f908 100644
--- a/sdks/java-v1/docs/EmbeddedApi.md
+++ b/sdks/java-v1/docs/EmbeddedApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**embeddedEditUrl**](EmbeddedApi.md#embeddedEditUrl) | **POST** /embedded/edit_url/{template_id} | Get Embedded Template Edit URL
[**embeddedSignUrl**](EmbeddedApi.md#embeddedSignUrl) | **GET** /embedded/sign_url/{signature_id} | Get Embedded Sign URL
@@ -65,8 +65,8 @@ public class Main {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateId** | **String**| The id of the template to edit. |
**embeddedEditUrlRequest** | [**EmbeddedEditUrlRequest**](EmbeddedEditUrlRequest.md)| |
@@ -140,8 +140,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureId** | **String**| The id of the signature to get a signature url for. |
### Return type
diff --git a/sdks/java-v1/docs/EmbeddedEditUrlRequest.md b/sdks/java-v1/docs/EmbeddedEditUrlRequest.md
index 302651222..4e2d8c2e9 100644
--- a/sdks/java-v1/docs/EmbeddedEditUrlRequest.md
+++ b/sdks/java-v1/docs/EmbeddedEditUrlRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `allowEditCcs` | ```Boolean``` | This allows the requester to enable/disable to add or change CC roles when editing the template. | |
| `ccRoles` | ```List``` | The CC roles that must be assigned when using the template to send a signature request. To remove all CC roles, pass in a single role with no name. For use in a POST request. | |
| `editorOptions` | [```SubEditorOptions```](SubEditorOptions.md) | | |
diff --git a/sdks/java-v1/docs/EmbeddedEditUrlResponse.md b/sdks/java-v1/docs/EmbeddedEditUrlResponse.md
index ec2ce550a..a11204434 100644
--- a/sdks/java-v1/docs/EmbeddedEditUrlResponse.md
+++ b/sdks/java-v1/docs/EmbeddedEditUrlResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `embedded` | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/EmbeddedEditUrlResponseEmbedded.md b/sdks/java-v1/docs/EmbeddedEditUrlResponseEmbedded.md
index 640655581..78ad7026c 100644
--- a/sdks/java-v1/docs/EmbeddedEditUrlResponseEmbedded.md
+++ b/sdks/java-v1/docs/EmbeddedEditUrlResponseEmbedded.md
@@ -6,8 +6,8 @@ An embedded template object.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `editUrl` | ```String``` | A template url that can be opened in an iFrame. | |
| `expiresAt` | ```Integer``` | The specific time that the the `edit_url` link expires, in epoch. | |
diff --git a/sdks/java-v1/docs/EmbeddedSignUrlResponse.md b/sdks/java-v1/docs/EmbeddedSignUrlResponse.md
index a6f119ccf..9d09413a2 100644
--- a/sdks/java-v1/docs/EmbeddedSignUrlResponse.md
+++ b/sdks/java-v1/docs/EmbeddedSignUrlResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `embedded` | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/EmbeddedSignUrlResponseEmbedded.md b/sdks/java-v1/docs/EmbeddedSignUrlResponseEmbedded.md
index 4f3a83402..b2fd6c9df 100644
--- a/sdks/java-v1/docs/EmbeddedSignUrlResponseEmbedded.md
+++ b/sdks/java-v1/docs/EmbeddedSignUrlResponseEmbedded.md
@@ -6,8 +6,8 @@ An object that contains necessary information to set up embedded signing.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `signUrl` | ```String``` | A signature url that can be opened in an iFrame. | |
| `expiresAt` | ```Integer``` | The specific time that the the `sign_url` link expires, in epoch. | |
diff --git a/sdks/java-v1/docs/ErrorResponse.md b/sdks/java-v1/docs/ErrorResponse.md
index e3153c6d8..f1a560c3b 100644
--- a/sdks/java-v1/docs/ErrorResponse.md
+++ b/sdks/java-v1/docs/ErrorResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `error`*_required_ | [```ErrorResponseError```](ErrorResponseError.md) | | |
diff --git a/sdks/java-v1/docs/ErrorResponseError.md b/sdks/java-v1/docs/ErrorResponseError.md
index 91f1e8ed8..656aa5c7f 100644
--- a/sdks/java-v1/docs/ErrorResponseError.md
+++ b/sdks/java-v1/docs/ErrorResponseError.md
@@ -6,8 +6,8 @@ Contains information about an error that occurred.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `errorMsg`*_required_ | ```String``` | Message describing an error. | |
| `errorName`*_required_ | ```String``` | Name of the error. | |
| `errorPath` | ```String``` | Path at which an error occurred. | |
diff --git a/sdks/java-v1/docs/EventCallbackRequest.md b/sdks/java-v1/docs/EventCallbackRequest.md
index 9286aecff..73daf943e 100644
--- a/sdks/java-v1/docs/EventCallbackRequest.md
+++ b/sdks/java-v1/docs/EventCallbackRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `event`*_required_ | [```EventCallbackRequestEvent```](EventCallbackRequestEvent.md) | | |
| `account` | [```AccountResponse```](AccountResponse.md) | | |
| `signatureRequest` | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | |
diff --git a/sdks/java-v1/docs/EventCallbackRequestEvent.md b/sdks/java-v1/docs/EventCallbackRequestEvent.md
index 1e71c972a..19ab491c2 100644
--- a/sdks/java-v1/docs/EventCallbackRequestEvent.md
+++ b/sdks/java-v1/docs/EventCallbackRequestEvent.md
@@ -6,8 +6,8 @@ Basic information about the event that occurred.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `eventTime`*_required_ | ```String``` | Time the event was created (using Unix time). | |
| `eventType`*_required_ | [```EventTypeEnum```](#EventTypeEnum) | Type of callback event that was triggered. | |
| `eventHash`*_required_ | ```String``` | Generated hash used to verify source of event data. | |
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
## Enum: EventTypeEnum
-Name | Value
+| Name | Value |
---- | -----
| ACCOUNT_CONFIRMED | "account_confirmed" |
| UNKNOWN_ERROR | "unknown_error" |
diff --git a/sdks/java-v1/docs/EventCallbackRequestEventMetadata.md b/sdks/java-v1/docs/EventCallbackRequestEventMetadata.md
index c8a911f82..13208c2d1 100644
--- a/sdks/java-v1/docs/EventCallbackRequestEventMetadata.md
+++ b/sdks/java-v1/docs/EventCallbackRequestEventMetadata.md
@@ -6,8 +6,8 @@ Specific metadata about the event.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `relatedSignatureId` | ```String``` | Signature ID for a specific signer. Applicable to `signature_request_signed` and `signature_request_viewed` events. | |
| `reportedForAccountId` | ```String``` | Account ID the event was reported for. | |
| `reportedForAppId` | ```String``` | App ID the event was reported for. | |
diff --git a/sdks/java-v1/docs/FaxLineAddUserRequest.md b/sdks/java-v1/docs/FaxLineAddUserRequest.md
index 011d4d047..1c9e997f9 100644
--- a/sdks/java-v1/docs/FaxLineAddUserRequest.md
+++ b/sdks/java-v1/docs/FaxLineAddUserRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `number`*_required_ | ```String``` | The Fax Line number. | |
| `accountId` | ```String``` | Account ID | |
| `emailAddress` | ```String``` | Email address | |
diff --git a/sdks/java-v1/docs/FaxLineApi.md b/sdks/java-v1/docs/FaxLineApi.md
index 7f1202cf5..1997f1f12 100644
--- a/sdks/java-v1/docs/FaxLineApi.md
+++ b/sdks/java-v1/docs/FaxLineApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**faxLineAddUser**](FaxLineApi.md#faxLineAddUser) | **PUT** /fax_line/add_user | Add Fax Line User
[**faxLineAreaCodeGet**](FaxLineApi.md#faxLineAreaCodeGet) | **GET** /fax_line/area_codes | Get Available Fax Line Area Codes
[**faxLineCreate**](FaxLineApi.md#faxLineCreate) | **POST** /fax_line/create | Purchase Fax Line
@@ -61,8 +61,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**faxLineAddUserRequest** | [**FaxLineAddUserRequest**](FaxLineAddUserRequest.md)| |
### Return type
@@ -128,8 +128,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**country** | **String**| Filter area codes by country. | [enum: CA, US, UK]
**state** | **String**| Filter area codes by state. | [optional] [enum: AK, AL, AR, AZ, CA, CO, CT, DC, DE, FL, GA, HI, IA, ID, IL, IN, KS, KY, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NE, NH, NJ, NM, NV, NY, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VA, VT, WA, WI, WV, WY]
**province** | **String**| Filter area codes by province. | [optional] [enum: AB, BC, MB, NB, NL, NT, NS, NU, ON, PE, QC, SK, YT]
@@ -202,8 +202,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**faxLineCreateRequest** | [**FaxLineCreateRequest**](FaxLineCreateRequest.md)| |
### Return type
@@ -271,8 +271,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**faxLineDeleteRequest** | [**FaxLineDeleteRequest**](FaxLineDeleteRequest.md)| |
### Return type
@@ -338,8 +338,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**number** | **String**| The Fax Line number. |
### Return type
@@ -405,8 +405,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**accountId** | **String**| Account ID | [optional]
**page** | **Integer**| Page | [optional] [default to 1]
**pageSize** | **Integer**| Page size | [optional] [default to 20]
@@ -479,8 +479,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**faxLineRemoveUserRequest** | [**FaxLineRemoveUserRequest**](FaxLineRemoveUserRequest.md)| |
### Return type
diff --git a/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md b/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md
index c77456fec..42aefd73b 100644
--- a/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md
+++ b/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `areaCodes` | ```List``` | | |
diff --git a/sdks/java-v1/docs/FaxLineCreateRequest.md b/sdks/java-v1/docs/FaxLineCreateRequest.md
index d0be5225c..da9ba3953 100644
--- a/sdks/java-v1/docs/FaxLineCreateRequest.md
+++ b/sdks/java-v1/docs/FaxLineCreateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `areaCode`*_required_ | ```Integer``` | Area code | |
| `country`*_required_ | [```CountryEnum```](#CountryEnum) | Country | |
| `city` | ```String``` | City | |
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
## Enum: CountryEnum
-Name | Value
+| Name | Value |
---- | -----
| CA | "CA" |
| US | "US" |
diff --git a/sdks/java-v1/docs/FaxLineDeleteRequest.md b/sdks/java-v1/docs/FaxLineDeleteRequest.md
index d00dac614..de1748fa1 100644
--- a/sdks/java-v1/docs/FaxLineDeleteRequest.md
+++ b/sdks/java-v1/docs/FaxLineDeleteRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `number`*_required_ | ```String``` | The Fax Line number. | |
diff --git a/sdks/java-v1/docs/FaxLineListResponse.md b/sdks/java-v1/docs/FaxLineListResponse.md
index 4f01f2fd3..a0845382d 100644
--- a/sdks/java-v1/docs/FaxLineListResponse.md
+++ b/sdks/java-v1/docs/FaxLineListResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `faxLines` | [```List```](FaxLineResponseFaxLine.md) | | |
| `warnings` | [```WarningResponse```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/FaxLineRemoveUserRequest.md b/sdks/java-v1/docs/FaxLineRemoveUserRequest.md
index f353fdee6..51d81b8fa 100644
--- a/sdks/java-v1/docs/FaxLineRemoveUserRequest.md
+++ b/sdks/java-v1/docs/FaxLineRemoveUserRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `number`*_required_ | ```String``` | The Fax Line number. | |
| `accountId` | ```String``` | Account ID | |
| `emailAddress` | ```String``` | Email address | |
diff --git a/sdks/java-v1/docs/FaxLineResponse.md b/sdks/java-v1/docs/FaxLineResponse.md
index d9a67d41f..a5dcef482 100644
--- a/sdks/java-v1/docs/FaxLineResponse.md
+++ b/sdks/java-v1/docs/FaxLineResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `faxLine` | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | |
| `warnings` | [```WarningResponse```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/FaxLineResponseFaxLine.md b/sdks/java-v1/docs/FaxLineResponseFaxLine.md
index caa5e07e2..daf0d206a 100644
--- a/sdks/java-v1/docs/FaxLineResponseFaxLine.md
+++ b/sdks/java-v1/docs/FaxLineResponseFaxLine.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `number` | ```String``` | Number | |
| `createdAt` | ```Integer``` | Created at | |
| `updatedAt` | ```Integer``` | Updated at | |
diff --git a/sdks/java-v1/docs/FileResponse.md b/sdks/java-v1/docs/FileResponse.md
index 4851cb4f7..cf3c7b17e 100644
--- a/sdks/java-v1/docs/FileResponse.md
+++ b/sdks/java-v1/docs/FileResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `fileUrl` | ```String``` | URL to the file. | |
| `expiresAt` | ```Integer``` | When the link expires. | |
diff --git a/sdks/java-v1/docs/FileResponseDataUri.md b/sdks/java-v1/docs/FileResponseDataUri.md
index 19502239d..f8a2ffe07 100644
--- a/sdks/java-v1/docs/FileResponseDataUri.md
+++ b/sdks/java-v1/docs/FileResponseDataUri.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `dataUri` | ```String``` | File as base64 encoded string. | |
diff --git a/sdks/java-v1/docs/ListInfoResponse.md b/sdks/java-v1/docs/ListInfoResponse.md
index 02063e79c..b9d464ec7 100644
--- a/sdks/java-v1/docs/ListInfoResponse.md
+++ b/sdks/java-v1/docs/ListInfoResponse.md
@@ -6,8 +6,8 @@ Contains pagination information about the data returned.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `numPages` | ```Integer``` | Total number of pages available. | |
| `numResults` | ```Integer``` | Total number of objects available. | |
| `page` | ```Integer``` | Number of the page being returned. | |
diff --git a/sdks/java-v1/docs/OAuthApi.md b/sdks/java-v1/docs/OAuthApi.md
index 466367afd..533052ba2 100644
--- a/sdks/java-v1/docs/OAuthApi.md
+++ b/sdks/java-v1/docs/OAuthApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**oauthTokenGenerate**](OAuthApi.md#oauthTokenGenerate) | **POST** /oauth/token | OAuth Token Generate
[**oauthTokenRefresh**](OAuthApi.md#oauthTokenRefresh) | **POST** /oauth/token?refresh | OAuth Token Refresh
@@ -56,8 +56,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**oauthTokenGenerateRequest** | [**OAuthTokenGenerateRequest**](OAuthTokenGenerateRequest.md)| |
### Return type
@@ -123,8 +123,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**oauthTokenRefreshRequest** | [**OAuthTokenRefreshRequest**](OAuthTokenRefreshRequest.md)| |
### Return type
diff --git a/sdks/java-v1/docs/OAuthTokenGenerateRequest.md b/sdks/java-v1/docs/OAuthTokenGenerateRequest.md
index 7f376db16..45ad0b08e 100644
--- a/sdks/java-v1/docs/OAuthTokenGenerateRequest.md
+++ b/sdks/java-v1/docs/OAuthTokenGenerateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `clientId`*_required_ | ```String``` | The client id of the app requesting authorization. | |
| `clientSecret`*_required_ | ```String``` | The secret token of your app. | |
| `code`*_required_ | ```String``` | The code passed to your callback when the user granted access. | |
diff --git a/sdks/java-v1/docs/OAuthTokenRefreshRequest.md b/sdks/java-v1/docs/OAuthTokenRefreshRequest.md
index b88bb9ed4..2b985fa91 100644
--- a/sdks/java-v1/docs/OAuthTokenRefreshRequest.md
+++ b/sdks/java-v1/docs/OAuthTokenRefreshRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `grantType`*_required_ | ```String``` | When refreshing an existing token use `refresh_token`. | |
| `refreshToken`*_required_ | ```String``` | The token provided when you got the expired access token. | |
diff --git a/sdks/java-v1/docs/OAuthTokenResponse.md b/sdks/java-v1/docs/OAuthTokenResponse.md
index 28da6205f..86824ccb0 100644
--- a/sdks/java-v1/docs/OAuthTokenResponse.md
+++ b/sdks/java-v1/docs/OAuthTokenResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accessToken` | ```String``` | | |
| `tokenType` | ```String``` | | |
| `refreshToken` | ```String``` | | |
diff --git a/sdks/java-v1/docs/ReportApi.md b/sdks/java-v1/docs/ReportApi.md
index e6af8facf..e0a409741 100644
--- a/sdks/java-v1/docs/ReportApi.md
+++ b/sdks/java-v1/docs/ReportApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**reportCreate**](ReportApi.md#reportCreate) | **POST** /report/create | Create Report
@@ -68,8 +68,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**reportCreateRequest** | [**ReportCreateRequest**](ReportCreateRequest.md)| |
### Return type
diff --git a/sdks/java-v1/docs/ReportCreateRequest.md b/sdks/java-v1/docs/ReportCreateRequest.md
index 99053df76..d2f4b67e2 100644
--- a/sdks/java-v1/docs/ReportCreateRequest.md
+++ b/sdks/java-v1/docs/ReportCreateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `endDate`*_required_ | ```String``` | The (inclusive) end date for the report data in `MM/DD/YYYY` format. | |
| `reportType`*_required_ | [```List<ReportTypeEnum>```](#List<ReportTypeEnum>) | The type(s) of the report you are requesting. Allowed values are `user_activity` and `document_status`. User activity reports contain list of all users and their activity during the specified date range. Document status report contain a list of signature requests created in the specified time range (and their status). | |
| `startDate`*_required_ | ```String``` | The (inclusive) start date for the report data in `MM/DD/YYYY` format. | |
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
## Enum: List<ReportTypeEnum>
-Name | Value
+| Name | Value |
---- | -----
| USER_ACTIVITY | "user_activity" |
| DOCUMENT_STATUS | "document_status" |
diff --git a/sdks/java-v1/docs/ReportCreateResponse.md b/sdks/java-v1/docs/ReportCreateResponse.md
index 9f8c1177f..41aff55f2 100644
--- a/sdks/java-v1/docs/ReportCreateResponse.md
+++ b/sdks/java-v1/docs/ReportCreateResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `report` | [```ReportResponse```](ReportResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/ReportResponse.md b/sdks/java-v1/docs/ReportResponse.md
index ade5b6395..b48dde6f4 100644
--- a/sdks/java-v1/docs/ReportResponse.md
+++ b/sdks/java-v1/docs/ReportResponse.md
@@ -6,8 +6,8 @@ Contains information about the report request.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `success` | ```String``` | A message indicating the requested operation's success | |
| `startDate` | ```String``` | The (inclusive) start date for the report data in MM/DD/YYYY format. | |
| `endDate` | ```String``` | The (inclusive) end date for the report data in MM/DD/YYYY format. | |
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
## Enum: List<ReportTypeEnum>
-Name | Value
+| Name | Value |
---- | -----
| USER_ACTIVITY | "user_activity" |
| DOCUMENT_STATUS | "document_status" |
diff --git a/sdks/java-v1/docs/SignatureRequestApi.md b/sdks/java-v1/docs/SignatureRequestApi.md
index f8e0100b2..ee42461ce 100644
--- a/sdks/java-v1/docs/SignatureRequestApi.md
+++ b/sdks/java-v1/docs/SignatureRequestApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**signatureRequestBulkCreateEmbeddedWithTemplate**](SignatureRequestApi.md#signatureRequestBulkCreateEmbeddedWithTemplate) | **POST** /signature_request/bulk_create_embedded_with_template | Embedded Bulk Send with Template
[**signatureRequestBulkSendWithTemplate**](SignatureRequestApi.md#signatureRequestBulkSendWithTemplate) | **POST** /signature_request/bulk_send_with_template | Bulk Send with Template
[**signatureRequestCancel**](SignatureRequestApi.md#signatureRequestCancel) | **POST** /signature_request/cancel/{signature_request_id} | Cancel Incomplete Signature Request
@@ -115,8 +115,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestBulkCreateEmbeddedWithTemplateRequest** | [**SignatureRequestBulkCreateEmbeddedWithTemplateRequest**](SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md)| |
### Return type
@@ -231,8 +231,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestBulkSendWithTemplateRequest** | [**SignatureRequestBulkSendWithTemplateRequest**](SignatureRequestBulkSendWithTemplateRequest.md)| |
### Return type
@@ -311,8 +311,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The id of the incomplete SignatureRequest to cancel. |
### Return type
@@ -414,8 +414,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestCreateEmbeddedRequest** | [**SignatureRequestCreateEmbeddedRequest**](SignatureRequestCreateEmbeddedRequest.md)| |
### Return type
@@ -508,8 +508,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestCreateEmbeddedWithTemplateRequest** | [**SignatureRequestCreateEmbeddedWithTemplateRequest**](SignatureRequestCreateEmbeddedWithTemplateRequest.md)| |
### Return type
@@ -585,8 +585,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The id of the SignatureRequest to retrieve. |
**fileType** | **String**| Set to `pdf` for a single merged document or `zip` for a collection of individual documents. | [optional] [default to pdf] [enum: pdf, zip]
@@ -662,8 +662,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The id of the SignatureRequest to retrieve. |
### Return type
@@ -738,8 +738,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The id of the SignatureRequest to retrieve. |
**forceDownload** | **Integer**| By default when opening the `file_url` a browser will download the PDF and save it locally. When set to `0` the PDF file will be displayed in the browser. | [optional] [default to 1]
@@ -813,8 +813,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The id of the SignatureRequest to retrieve. |
### Return type
@@ -897,8 +897,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**accountId** | **String**| Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. | [optional]
**page** | **Integer**| Which page number of the SignatureRequest List to return. Defaults to `1`. | [optional] [default to 1]
**pageSize** | **Integer**| Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. | [optional] [default to 20]
@@ -974,8 +974,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The id of the SignatureRequest to release. |
### Return type
@@ -1053,8 +1053,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The id of the SignatureRequest to send a reminder for. |
**signatureRequestRemindRequest** | [**SignatureRequestRemindRequest**](SignatureRequestRemindRequest.md)| |
@@ -1130,8 +1130,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The id of the SignatureRequest to remove. |
### Return type
@@ -1238,8 +1238,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestSendRequest** | [**SignatureRequestSendRequest**](SignatureRequestSendRequest.md)| |
### Return type
@@ -1344,8 +1344,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestSendWithTemplateRequest** | [**SignatureRequestSendWithTemplateRequest**](SignatureRequestSendWithTemplateRequest.md)| |
### Return type
@@ -1426,8 +1426,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The id of the SignatureRequest to update. |
**signatureRequestUpdateRequest** | [**SignatureRequestUpdateRequest**](SignatureRequestUpdateRequest.md)| |
diff --git a/sdks/java-v1/docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md b/sdks/java-v1/docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md
index fae117acd..4243ead1c 100644
--- a/sdks/java-v1/docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md
+++ b/sdks/java-v1/docs/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templateIds`*_required_ | ```List``` | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | |
| `clientId`*_required_ | ```String``` | Client id of the app you're using to create this embedded signature request. Used for security purposes. | |
| `signerFile` | ```File``` | `signer_file` is a CSV file defining values and options for signer fields. Required unless a `signer_list` is used, you may not use both. The CSV can have the following columns:
- `name`: the name of the signer filling the role of RoleName - `email_address`: email address of the signer filling the role of RoleName - `pin`: the 4- to 12-character access code that will secure this signer's signature page (optional) - `sms_phone_number`: An E.164 formatted phone number that will receive a code via SMS to access this signer's signature page. (optional)
By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
**NOTE:** Not available in test mode and requires a Standard plan or higher. - `*_field`: any column with a _field" suffix will be treated as a custom field (optional)
You may only specify field values here, any other options should be set in the custom_fields request parameter.
Example CSV:
``` name, email_address, pin, company_field George, george@example.com, d79a3td, ABC Corp Mary, mary@example.com, gd9as5b, 123 LLC ``` | |
diff --git a/sdks/java-v1/docs/SignatureRequestBulkSendWithTemplateRequest.md b/sdks/java-v1/docs/SignatureRequestBulkSendWithTemplateRequest.md
index e57352287..1798f6fdc 100644
--- a/sdks/java-v1/docs/SignatureRequestBulkSendWithTemplateRequest.md
+++ b/sdks/java-v1/docs/SignatureRequestBulkSendWithTemplateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templateIds`*_required_ | ```List``` | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | |
| `signerFile` | ```File``` | `signer_file` is a CSV file defining values and options for signer fields. Required unless a `signer_list` is used, you may not use both. The CSV can have the following columns:
- `name`: the name of the signer filling the role of RoleName - `email_address`: email address of the signer filling the role of RoleName - `pin`: the 4- to 12-character access code that will secure this signer's signature page (optional) - `sms_phone_number`: An E.164 formatted phone number that will receive a code via SMS to access this signer's signature page. (optional)
By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. [Learn more](https://faq.hellosign.com/hc/en-us/articles/15815316468877-Dropbox-Sign-SMS-tools-add-on).
**NOTE:** Not available in test mode and requires a Standard plan or higher. - `*_field`: any column with a _field" suffix will be treated as a custom field (optional)
You may only specify field values here, any other options should be set in the custom_fields request parameter.
Example CSV:
``` name, email_address, pin, company_field George, george@example.com, d79a3td, ABC Corp Mary, mary@example.com, gd9as5b, 123 LLC ``` | |
| `signerList` | [```List```](SubBulkSignerList.md) | `signer_list` is an array defining values and options for signer fields. Required unless a `signer_file` is used, you may not use both. | |
diff --git a/sdks/java-v1/docs/SignatureRequestCreateEmbeddedRequest.md b/sdks/java-v1/docs/SignatureRequestCreateEmbeddedRequest.md
index fcfd18518..383f8a8f3 100644
--- a/sdks/java-v1/docs/SignatureRequestCreateEmbeddedRequest.md
+++ b/sdks/java-v1/docs/SignatureRequestCreateEmbeddedRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `clientId`*_required_ | ```String``` | Client id of the app you're using to create this embedded signature request. Used for security purposes. | |
| `files` | ```List``` | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
| `fileUrls` | ```List``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
diff --git a/sdks/java-v1/docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md b/sdks/java-v1/docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md
index a4dd8ce50..050a7e631 100644
--- a/sdks/java-v1/docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md
+++ b/sdks/java-v1/docs/SignatureRequestCreateEmbeddedWithTemplateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templateIds`*_required_ | ```List``` | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | |
| `clientId`*_required_ | ```String``` | Client id of the app you're using to create this embedded signature request. Used for security purposes. | |
| `signers`*_required_ | [```List```](SubSignatureRequestTemplateSigner.md) | Add Signers to your Templated-based Signature Request. | |
diff --git a/sdks/java-v1/docs/SignatureRequestGetResponse.md b/sdks/java-v1/docs/SignatureRequestGetResponse.md
index 7ce17ba9a..24ed9a447 100644
--- a/sdks/java-v1/docs/SignatureRequestGetResponse.md
+++ b/sdks/java-v1/docs/SignatureRequestGetResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `signatureRequest` | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/SignatureRequestListResponse.md b/sdks/java-v1/docs/SignatureRequestListResponse.md
index 94fb15690..5833601b3 100644
--- a/sdks/java-v1/docs/SignatureRequestListResponse.md
+++ b/sdks/java-v1/docs/SignatureRequestListResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `signatureRequests` | [```List```](SignatureRequestResponse.md) | Contains information about signature requests. | |
| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/SignatureRequestRemindRequest.md b/sdks/java-v1/docs/SignatureRequestRemindRequest.md
index 1a16fc55a..bf76e08f4 100644
--- a/sdks/java-v1/docs/SignatureRequestRemindRequest.md
+++ b/sdks/java-v1/docs/SignatureRequestRemindRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `emailAddress`*_required_ | ```String``` | The email address of the signer to send a reminder to. | |
| `name` | ```String``` | The name of the signer to send a reminder to. Include if two or more signers share an email address. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponse.md b/sdks/java-v1/docs/SignatureRequestResponse.md
index 50ae41719..2c9efa532 100644
--- a/sdks/java-v1/docs/SignatureRequestResponse.md
+++ b/sdks/java-v1/docs/SignatureRequestResponse.md
@@ -6,8 +6,8 @@ Contains information about a signature request.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `testMode` | ```Boolean``` | Whether this is a test signature request. Test requests have no legal value. Defaults to `false`. | |
| `signatureRequestId` | ```String``` | The id of the SignatureRequest. | |
| `requesterEmailAddress` | ```String``` | The email address of the initiator of the SignatureRequest. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseAttachment.md b/sdks/java-v1/docs/SignatureRequestResponseAttachment.md
index 23267b60e..1ef3a209b 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseAttachment.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseAttachment.md
@@ -6,8 +6,8 @@ Signer attachments.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `id`*_required_ | ```String``` | The unique ID for this attachment. | |
| `signer`*_required_ | ```String``` | The Signer this attachment is assigned to. | |
| `name`*_required_ | ```String``` | The name of this attachment. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseCustomFieldBase.md b/sdks/java-v1/docs/SignatureRequestResponseCustomFieldBase.md
index 7dbca6c01..7b5f104c4 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseCustomFieldBase.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseCustomFieldBase.md
@@ -9,8 +9,8 @@ An array of Custom Field objects containing the name and type of each custom fie
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this Custom Field. Only 'text' and 'checkbox' are currently supported. | |
| `name`*_required_ | ```String``` | The name of the Custom Field. | |
| `required` | ```Boolean``` | A boolean value denoting if this field is required. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseCustomFieldCheckbox.md b/sdks/java-v1/docs/SignatureRequestResponseCustomFieldCheckbox.md
index e0f8e10fc..c2cb8414b 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseCustomFieldCheckbox.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseCustomFieldCheckbox.md
@@ -6,8 +6,8 @@ This class extends `SignatureRequestResponseCustomFieldBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this Custom Field. Only 'text' and 'checkbox' are currently supported. | |
| `value` | ```Boolean``` | A true/false for checkbox fields | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseCustomFieldText.md b/sdks/java-v1/docs/SignatureRequestResponseCustomFieldText.md
index c78e24d5d..23ceb565c 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseCustomFieldText.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseCustomFieldText.md
@@ -6,8 +6,8 @@ This class extends `SignatureRequestResponseCustomFieldBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this Custom Field. Only 'text' and 'checkbox' are currently supported. | |
| `value` | ```String``` | A text string for text fields | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataBase.md b/sdks/java-v1/docs/SignatureRequestResponseDataBase.md
index 7504c495d..a9605a44a 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataBase.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataBase.md
@@ -6,8 +6,8 @@ An array of form field objects containing the name, value, and type of each text
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `apiId` | ```String``` | The unique ID for this field. | |
| `signatureId` | ```String``` | The ID of the signature to which this response is linked. | |
| `name` | ```String``` | The name of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataValueCheckbox.md b/sdks/java-v1/docs/SignatureRequestResponseDataValueCheckbox.md
index 972c48d91..fda57045a 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataValueCheckbox.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataValueCheckbox.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | A yes/no checkbox | |
| `value` | ```Boolean``` | The value of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataValueCheckboxMerge.md b/sdks/java-v1/docs/SignatureRequestResponseDataValueCheckboxMerge.md
index 6abdf9698..96af5ebaf 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataValueCheckboxMerge.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataValueCheckboxMerge.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | A checkbox field that has default value set by the api | |
| `value` | ```String``` | The value of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataValueDateSigned.md b/sdks/java-v1/docs/SignatureRequestResponseDataValueDateSigned.md
index 2b9e5a759..308bd8bf2 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataValueDateSigned.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataValueDateSigned.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | A date | |
| `value` | ```String``` | The value of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataValueDropdown.md b/sdks/java-v1/docs/SignatureRequestResponseDataValueDropdown.md
index 8b5a0f105..599cb3cef 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataValueDropdown.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataValueDropdown.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | An input field for dropdowns | |
| `value` | ```String``` | The value of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataValueInitials.md b/sdks/java-v1/docs/SignatureRequestResponseDataValueInitials.md
index f1d04539f..7f82d742c 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataValueInitials.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataValueInitials.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | An input field for initials | |
| `value` | ```String``` | The value of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataValueRadio.md b/sdks/java-v1/docs/SignatureRequestResponseDataValueRadio.md
index 2897f89a6..b8e073f1f 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataValueRadio.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataValueRadio.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | An input field for radios | |
| `value` | ```Boolean``` | The value of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataValueSignature.md b/sdks/java-v1/docs/SignatureRequestResponseDataValueSignature.md
index bb7ce7fe9..910932c19 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataValueSignature.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataValueSignature.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | A signature input field | |
| `value` | ```String``` | The value of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataValueText.md b/sdks/java-v1/docs/SignatureRequestResponseDataValueText.md
index 837f27c3f..e08ec8ff8 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataValueText.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataValueText.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | A text input field | |
| `value` | ```String``` | The value of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseDataValueTextMerge.md b/sdks/java-v1/docs/SignatureRequestResponseDataValueTextMerge.md
index 60349e25a..2b5e0d3fe 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseDataValueTextMerge.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseDataValueTextMerge.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | A text field that has default text set by the api | |
| `value` | ```String``` | The value of the form field. | |
diff --git a/sdks/java-v1/docs/SignatureRequestResponseSignatures.md b/sdks/java-v1/docs/SignatureRequestResponseSignatures.md
index 3eac9dfb9..2f0e16dc0 100644
--- a/sdks/java-v1/docs/SignatureRequestResponseSignatures.md
+++ b/sdks/java-v1/docs/SignatureRequestResponseSignatures.md
@@ -6,8 +6,8 @@ An array of signature objects, 1 for each signer.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `signatureId` | ```String``` | Signature identifier. | |
| `signerGroupGuid` | ```String``` | Signer Group GUID | |
| `signerEmailAddress` | ```String``` | The email address of the signer. | |
diff --git a/sdks/java-v1/docs/SignatureRequestSendRequest.md b/sdks/java-v1/docs/SignatureRequestSendRequest.md
index 5b156ef05..914303935 100644
--- a/sdks/java-v1/docs/SignatureRequestSendRequest.md
+++ b/sdks/java-v1/docs/SignatureRequestSendRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `files` | ```List``` | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
| `fileUrls` | ```List``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
| `signers` | [```List```](SubSignatureRequestSigner.md) | Add Signers to your Signature Request.
This endpoint requires either **signers** or **grouped_signers**, but not both. | |
diff --git a/sdks/java-v1/docs/SignatureRequestSendWithTemplateRequest.md b/sdks/java-v1/docs/SignatureRequestSendWithTemplateRequest.md
index 5ccd15d24..7a8d8c88a 100644
--- a/sdks/java-v1/docs/SignatureRequestSendWithTemplateRequest.md
+++ b/sdks/java-v1/docs/SignatureRequestSendWithTemplateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templateIds`*_required_ | ```List``` | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the template will be used. | |
| `signers`*_required_ | [```List```](SubSignatureRequestTemplateSigner.md) | Add Signers to your Templated-based Signature Request. | |
| `allowDecline` | ```Boolean``` | Allows signers to decline to sign a document if `true`. Defaults to `false`. | |
diff --git a/sdks/java-v1/docs/SignatureRequestUpdateRequest.md b/sdks/java-v1/docs/SignatureRequestUpdateRequest.md
index 4e1159535..4b38c53e7 100644
--- a/sdks/java-v1/docs/SignatureRequestUpdateRequest.md
+++ b/sdks/java-v1/docs/SignatureRequestUpdateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `signatureId`*_required_ | ```String``` | The signature ID for the recipient. | |
| `emailAddress` | ```String``` | The new email address for the recipient.
This will generate a new `signature_id` value.
**NOTE:** Optional if `name` is provided. | |
| `name` | ```String``` | The new name for the recipient.
**NOTE:** Optional if `email_address` is provided. | |
diff --git a/sdks/java-v1/docs/SubAttachment.md b/sdks/java-v1/docs/SubAttachment.md
index a7e00e026..b5e9c80fd 100644
--- a/sdks/java-v1/docs/SubAttachment.md
+++ b/sdks/java-v1/docs/SubAttachment.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name`*_required_ | ```String``` | The name of attachment. | |
| `signerIndex`*_required_ | ```Integer``` | The signer's index in the `signers` parameter (0-based indexing).
**NOTE:** Only one signer can be assigned per attachment. | |
| `instructions` | ```String``` | The instructions for uploading the attachment. | |
diff --git a/sdks/java-v1/docs/SubBulkSignerList.md b/sdks/java-v1/docs/SubBulkSignerList.md
index 043abbb91..918c935b1 100644
--- a/sdks/java-v1/docs/SubBulkSignerList.md
+++ b/sdks/java-v1/docs/SubBulkSignerList.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `customFields` | [```List```](SubBulkSignerListCustomField.md) | An array of custom field values. | |
| `signers` | [```List```](SubSignatureRequestTemplateSigner.md) | Add Signers to your Templated-based Signature Request. Allows the requester to specify editor options when a preparing a document.
Currently only templates with a single role are supported. All signers must have the same `role` value. | |
diff --git a/sdks/java-v1/docs/SubBulkSignerListCustomField.md b/sdks/java-v1/docs/SubBulkSignerListCustomField.md
index 2a7c9c0d9..b37ad53bc 100644
--- a/sdks/java-v1/docs/SubBulkSignerListCustomField.md
+++ b/sdks/java-v1/docs/SubBulkSignerListCustomField.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name`*_required_ | ```String``` | The name of the custom field. Must be the field's `name` or `api_id`. | |
| `value`*_required_ | ```String``` | The value of the custom field. | |
diff --git a/sdks/java-v1/docs/SubCC.md b/sdks/java-v1/docs/SubCC.md
index 4f59a7661..37eacd3b8 100644
--- a/sdks/java-v1/docs/SubCC.md
+++ b/sdks/java-v1/docs/SubCC.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `role`*_required_ | ```String``` | Must match an existing CC role in chosen Template(s). Multiple CC recipients cannot share the same CC role. | |
| `emailAddress`*_required_ | ```String``` | The email address of the CC recipient. | |
diff --git a/sdks/java-v1/docs/SubCustomField.md b/sdks/java-v1/docs/SubCustomField.md
index b65f80470..a309fd6e0 100644
--- a/sdks/java-v1/docs/SubCustomField.md
+++ b/sdks/java-v1/docs/SubCustomField.md
@@ -10,8 +10,8 @@ For using pre-filled on repeatable signature requests, merge fields are added to
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name`*_required_ | ```String``` | The name of a custom field. When working with pre-filled data, the custom field's name must have a matching merge field name or the field will remain empty on the document during signing. | |
| `editor` | ```String``` | Used to create editable merge fields. When the value matches a role passed in with `signers`, that role can edit the data that was pre-filled to that field. This field is optional, but required when this custom field object is set to `required = true`.
**NOTE:** Editable merge fields are only supported for single signer requests (or the first signer in ordered signature requests). If used when there are multiple signers in an unordered signature request, the editor value is ignored and the field won't be editable. | |
| `required` | ```Boolean``` | Used to set an editable merge field when working with pre-filled data. When `true`, the custom field must specify a signer role in `editor`. | |
diff --git a/sdks/java-v1/docs/SubEditorOptions.md b/sdks/java-v1/docs/SubEditorOptions.md
index b1c284b19..5483d255f 100644
--- a/sdks/java-v1/docs/SubEditorOptions.md
+++ b/sdks/java-v1/docs/SubEditorOptions.md
@@ -6,8 +6,8 @@ This allows the requester to specify editor options when a preparing a document
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `allowEditSigners` | ```Boolean``` | Allows requesters to edit the list of signers | |
| `allowEditDocuments` | ```Boolean``` | Allows requesters to edit documents, including delete and add | |
diff --git a/sdks/java-v1/docs/SubFieldOptions.md b/sdks/java-v1/docs/SubFieldOptions.md
index 92ef40d0f..e1be7690d 100644
--- a/sdks/java-v1/docs/SubFieldOptions.md
+++ b/sdks/java-v1/docs/SubFieldOptions.md
@@ -6,15 +6,15 @@ This allows the requester to specify field options for a signature request.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `dateFormat`*_required_ | [```DateFormatEnum```](#DateFormatEnum) | Allows requester to specify the date format (see list of allowed [formats](/api/reference/constants/#date-formats))
**NOTE:** Only available for Premium and higher. | |
## Enum: DateFormatEnum
-Name | Value
+| Name | Value |
---- | -----
| MMDDYYYY | "MM / DD / YYYY" |
| MM_DD_YYYY | "MM - DD - YYYY" |
diff --git a/sdks/java-v1/docs/SubFormFieldGroup.md b/sdks/java-v1/docs/SubFormFieldGroup.md
index 676afdd91..c55ffa355 100644
--- a/sdks/java-v1/docs/SubFormFieldGroup.md
+++ b/sdks/java-v1/docs/SubFormFieldGroup.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `groupId`*_required_ | ```String``` | ID of group. Use this to reference a specific group from the `group` value in `form_fields_per_document`. | |
| `groupLabel`*_required_ | ```String``` | Name of the group | |
| `requirement`*_required_ | ```String``` | Examples: `require_0-1` `require_1` `require_1-ormore`
- Check out the list of [acceptable `requirement` checkbox type values](/api/reference/constants/#checkbox-field-grouping). - Check out the list of [acceptable `requirement` radio type fields](/api/reference/constants/#radio-field-grouping). - Radio groups require **at least** two fields per group. | |
diff --git a/sdks/java-v1/docs/SubFormFieldRule.md b/sdks/java-v1/docs/SubFormFieldRule.md
index eb4d25e4e..ca44afdb6 100644
--- a/sdks/java-v1/docs/SubFormFieldRule.md
+++ b/sdks/java-v1/docs/SubFormFieldRule.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `id`*_required_ | ```String``` | Must be unique across all defined rules. | |
| `triggerOperator`*_required_ | ```String``` | Currently only `AND` is supported. Support for `OR` is being worked on. | |
| `triggers`*_required_ | [```List```](SubFormFieldRuleTrigger.md) | An array of trigger definitions, the "if this" part of "**if this**, then that". Currently only a single trigger per rule is allowed. | |
diff --git a/sdks/java-v1/docs/SubFormFieldRuleAction.md b/sdks/java-v1/docs/SubFormFieldRuleAction.md
index 12828ad85..6a2d43481 100644
--- a/sdks/java-v1/docs/SubFormFieldRuleAction.md
+++ b/sdks/java-v1/docs/SubFormFieldRuleAction.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `hidden`*_required_ | ```Boolean``` | `true` to hide the target field when rule is satisfied, otherwise `false`. | |
| `type`*_required_ | [```TypeEnum```](#TypeEnum) | | |
| `fieldId` | ```String``` | **field_id** or **group_id** is required, but not both.
Must reference the `api_id` of an existing field defined within `form_fields_per_document`.
Cannot use with `group_id`. Trigger and action fields must belong to the same signer. | |
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
## Enum: TypeEnum
-Name | Value
+| Name | Value |
---- | -----
| FIELD_VISIBILITY | "change-field-visibility" |
| GROUP_VISIBILITY | "change-group-visibility" |
diff --git a/sdks/java-v1/docs/SubFormFieldRuleTrigger.md b/sdks/java-v1/docs/SubFormFieldRuleTrigger.md
index ed866d07c..3a82561bd 100644
--- a/sdks/java-v1/docs/SubFormFieldRuleTrigger.md
+++ b/sdks/java-v1/docs/SubFormFieldRuleTrigger.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `id`*_required_ | ```String``` | Must reference the `api_id` of an existing field defined within `form_fields_per_document`. Trigger and action fields and groups must belong to the same signer. | |
| `operator`*_required_ | [```OperatorEnum```](#OperatorEnum) | Different field types allow different `operator` values: - Field type of **text**: - **is**: exact match - **not**: not exact match - **match**: regular expression, without /. Example: - OK `[a-zA-Z0-9]` - Not OK `/[a-zA-Z0-9]/` - Field type of **dropdown**: - **is**: exact match, single value - **not**: not exact match, single value - **any**: exact match, array of values. - **none**: not exact match, array of values. - Field type of **checkbox**: - **is**: exact match, single value - **not**: not exact match, single value - Field type of **radio**: - **is**: exact match, single value - **not**: not exact match, single value | |
| `value` | ```String``` | **value** or **values** is required, but not both.
The value to match against **operator**.
- When **operator** is one of the following, **value** must be `String`: - `is` - `not` - `match`
Otherwise, - **checkbox**: When **type** of trigger is **checkbox**, **value** must be `0` or `1` - **radio**: When **type** of trigger is **radio**, **value** must be `1` | |
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
## Enum: OperatorEnum
-Name | Value
+| Name | Value |
---- | -----
| ANY | "any" |
| IS | "is" |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentBase.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentBase.md
index 26ce88d91..a44994a32 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentBase.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentBase.md
@@ -19,8 +19,8 @@ The fields that should appear on the document, expressed as an array of objects.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `documentIndex`*_required_ | ```Integer``` | Represents the integer index of the `file` or `file_url` document the field should be attached to. | |
| `apiId`*_required_ | ```String``` | An identifier for the field that is unique across all documents in the request. | |
| `height`*_required_ | ```Integer``` | Size of the field in pixels. | |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentCheckbox.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentCheckbox.md
index efcf95dfb..c4e473f3f 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentCheckbox.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentCheckbox.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | A yes/no checkbox. Use the `SubFormFieldsPerDocumentCheckbox` class. | |
| `isChecked`*_required_ | ```Boolean``` | `true` for checking the checkbox field by default, otherwise `false`. | |
| `group` | ```String``` | String referencing group defined in `form_field_groups` parameter. | |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentCheckboxMerge.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentCheckboxMerge.md
index efdc81199..824359645 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentCheckboxMerge.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentCheckboxMerge.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | A checkbox field that has default value set using pre-filled data. Use the `SubFormFieldsPerDocumentCheckboxMerge` class. | |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentDateSigned.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentDateSigned.md
index 49d4b5fa0..bffc1a4b5 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentDateSigned.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentDateSigned.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | A date. Use the `SubFormFieldsPerDocumentDateSigned` class. | |
| `fontFamily` | [```FontFamilyEnum```](#FontFamilyEnum) | Font family for the field. | |
| `fontSize` | ```Integer``` | The initial px font size for the field contents. Can be any integer value between `7` and `49`.
**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | |
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
## Enum: FontFamilyEnum
-Name | Value
+| Name | Value |
---- | -----
| HELVETICA | "helvetica" |
| ARIAL | "arial" |
@@ -28,12 +28,12 @@ Name | Value
| TREBUCHET | "trebuchet" |
| VERDANA | "verdana" |
| ROBOTO | "roboto" |
-| ROBOTOMONO | "robotoMono" |
-| NOTOSANS | "notoSans" |
-| NOTOSERIF | "notoSerif" |
-| NOTOCJK_JP_REGULAR | "notoCJK-JP-Regular" |
-| NOTOHEBREW_REGULAR | "notoHebrew-Regular" |
-| NOTOSANTHAIMERGED | "notoSanThaiMerged" |
+| ROBOTO_MONO | "robotoMono" |
+| NOTO_SANS | "notoSans" |
+| NOTO_SERIF | "notoSerif" |
+| NOTO_CJK_JP_REGULAR | "notoCJK-JP-Regular" |
+| NOTO_HEBREW_REGULAR | "notoHebrew-Regular" |
+| NOTO_SAN_THAI_MERGED | "notoSanThaiMerged" |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentDropdown.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentDropdown.md
index afed12e2a..ca470eaa4 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentDropdown.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentDropdown.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | An input field for dropdowns. Use the `SubFormFieldsPerDocumentDropdown` class. | |
| `options`*_required_ | ```List``` | Array of string values representing dropdown values. | |
| `content` | ```String``` | Selected value in `options` array. Value must exist in array. | |
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
## Enum: FontFamilyEnum
-Name | Value
+| Name | Value |
---- | -----
| HELVETICA | "helvetica" |
| ARIAL | "arial" |
@@ -30,12 +30,12 @@ Name | Value
| TREBUCHET | "trebuchet" |
| VERDANA | "verdana" |
| ROBOTO | "roboto" |
-| ROBOTOMONO | "robotoMono" |
-| NOTOSANS | "notoSans" |
-| NOTOSERIF | "notoSerif" |
-| NOTOCJK_JP_REGULAR | "notoCJK-JP-Regular" |
-| NOTOHEBREW_REGULAR | "notoHebrew-Regular" |
-| NOTOSANTHAIMERGED | "notoSanThaiMerged" |
+| ROBOTO_MONO | "robotoMono" |
+| NOTO_SANS | "notoSans" |
+| NOTO_SERIF | "notoSerif" |
+| NOTO_CJK_JP_REGULAR | "notoCJK-JP-Regular" |
+| NOTO_HEBREW_REGULAR | "notoHebrew-Regular" |
+| NOTO_SAN_THAI_MERGED | "notoSanThaiMerged" |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentFontEnum.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentFontEnum.md
index c4ea6231e..b7582a236 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentFontEnum.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentFontEnum.md
@@ -25,17 +25,17 @@
* `ROBOTO` (value: `"roboto"`)
-* `ROBOTOMONO` (value: `"robotoMono"`)
+* `ROBOTO_MONO` (value: `"robotoMono"`)
-* `NOTOSANS` (value: `"notoSans"`)
+* `NOTO_SANS` (value: `"notoSans"`)
-* `NOTOSERIF` (value: `"notoSerif"`)
+* `NOTO_SERIF` (value: `"notoSerif"`)
-* `NOTOCJK_JP_REGULAR` (value: `"notoCJK-JP-Regular"`)
+* `NOTO_CJK_JP_REGULAR` (value: `"notoCJK-JP-Regular"`)
-* `NOTOHEBREW_REGULAR` (value: `"notoHebrew-Regular"`)
+* `NOTO_HEBREW_REGULAR` (value: `"notoHebrew-Regular"`)
-* `NOTOSANTHAIMERGED` (value: `"notoSanThaiMerged"`)
+* `NOTO_SAN_THAI_MERGED` (value: `"notoSanThaiMerged"`)
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentHyperlink.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentHyperlink.md
index 220f6f9fc..543312b59 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentHyperlink.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentHyperlink.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | A hyperlink field. Use the `SubFormFieldsPerDocumentHyperlink` class. | |
| `content`*_required_ | ```String``` | Link Text. | |
| `contentUrl`*_required_ | ```String``` | Link URL. | |
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
## Enum: FontFamilyEnum
-Name | Value
+| Name | Value |
---- | -----
| HELVETICA | "helvetica" |
| ARIAL | "arial" |
@@ -30,12 +30,12 @@ Name | Value
| TREBUCHET | "trebuchet" |
| VERDANA | "verdana" |
| ROBOTO | "roboto" |
-| ROBOTOMONO | "robotoMono" |
-| NOTOSANS | "notoSans" |
-| NOTOSERIF | "notoSerif" |
-| NOTOCJK_JP_REGULAR | "notoCJK-JP-Regular" |
-| NOTOHEBREW_REGULAR | "notoHebrew-Regular" |
-| NOTOSANTHAIMERGED | "notoSanThaiMerged" |
+| ROBOTO_MONO | "robotoMono" |
+| NOTO_SANS | "notoSans" |
+| NOTO_SERIF | "notoSerif" |
+| NOTO_CJK_JP_REGULAR | "notoCJK-JP-Regular" |
+| NOTO_HEBREW_REGULAR | "notoHebrew-Regular" |
+| NOTO_SAN_THAI_MERGED | "notoSanThaiMerged" |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentInitials.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentInitials.md
index 155c7a57e..c3537c2d1 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentInitials.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentInitials.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | An input field for initials. Use the `SubFormFieldsPerDocumentInitials` class. | |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentRadio.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentRadio.md
index 38150a4ab..c19487677 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentRadio.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentRadio.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | An input field for radios. Use the `SubFormFieldsPerDocumentRadio` class. | |
| `group`*_required_ | ```String``` | String referencing group defined in `form_field_groups` parameter. | |
| `isChecked`*_required_ | ```Boolean``` | `true` for checking the radio field by default, otherwise `false`. Only one radio field per group can be `true`. | |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentSignature.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentSignature.md
index 949922a6b..187b14538 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentSignature.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentSignature.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | A signature input field. Use the `SubFormFieldsPerDocumentSignature` class. | |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentText.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentText.md
index 9a0c2d6cc..d431f5422 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentText.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentText.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | A text input field. Use the `SubFormFieldsPerDocumentText` class. | |
| `placeholder` | ```String``` | Placeholder value for text field. | |
| `autoFillType` | ```String``` | Auto fill type for populating fields automatically. Check out the list of [auto fill types](/api/reference/constants/#auto-fill-types) to learn more about the possible values. | |
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
## Enum: ValidationTypeEnum
-Name | Value
+| Name | Value |
---- | -----
| NUMBERS_ONLY | "numbers_only" |
| LETTERS_ONLY | "letters_only" |
@@ -41,7 +41,7 @@ Name | Value
## Enum: FontFamilyEnum
-Name | Value
+| Name | Value |
---- | -----
| HELVETICA | "helvetica" |
| ARIAL | "arial" |
@@ -53,12 +53,12 @@ Name | Value
| TREBUCHET | "trebuchet" |
| VERDANA | "verdana" |
| ROBOTO | "roboto" |
-| ROBOTOMONO | "robotoMono" |
-| NOTOSANS | "notoSans" |
-| NOTOSERIF | "notoSerif" |
-| NOTOCJK_JP_REGULAR | "notoCJK-JP-Regular" |
-| NOTOHEBREW_REGULAR | "notoHebrew-Regular" |
-| NOTOSANTHAIMERGED | "notoSanThaiMerged" |
+| ROBOTO_MONO | "robotoMono" |
+| NOTO_SANS | "notoSans" |
+| NOTO_SERIF | "notoSerif" |
+| NOTO_CJK_JP_REGULAR | "notoCJK-JP-Regular" |
+| NOTO_HEBREW_REGULAR | "notoHebrew-Regular" |
+| NOTO_SAN_THAI_MERGED | "notoSanThaiMerged" |
diff --git a/sdks/java-v1/docs/SubFormFieldsPerDocumentTextMerge.md b/sdks/java-v1/docs/SubFormFieldsPerDocumentTextMerge.md
index a5fc080eb..e1876cce1 100644
--- a/sdks/java-v1/docs/SubFormFieldsPerDocumentTextMerge.md
+++ b/sdks/java-v1/docs/SubFormFieldsPerDocumentTextMerge.md
@@ -6,8 +6,8 @@ This class extends `SubFormFieldsPerDocumentBase`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | A text field that has default text set using pre-filled data. Use the `SubFormFieldsPerDocumentTextMerge` class. | |
| `fontFamily` | [```FontFamilyEnum```](#FontFamilyEnum) | Font family for the field. | |
| `fontSize` | ```Integer``` | The initial px font size for the field contents. Can be any integer value between `7` and `49`.
**NOTE:** Font size may be reduced during processing in order to fit the contents within the dimensions of the field. | |
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
## Enum: FontFamilyEnum
-Name | Value
+| Name | Value |
---- | -----
| HELVETICA | "helvetica" |
| ARIAL | "arial" |
@@ -28,12 +28,12 @@ Name | Value
| TREBUCHET | "trebuchet" |
| VERDANA | "verdana" |
| ROBOTO | "roboto" |
-| ROBOTOMONO | "robotoMono" |
-| NOTOSANS | "notoSans" |
-| NOTOSERIF | "notoSerif" |
-| NOTOCJK_JP_REGULAR | "notoCJK-JP-Regular" |
-| NOTOHEBREW_REGULAR | "notoHebrew-Regular" |
-| NOTOSANTHAIMERGED | "notoSanThaiMerged" |
+| ROBOTO_MONO | "robotoMono" |
+| NOTO_SANS | "notoSans" |
+| NOTO_SERIF | "notoSerif" |
+| NOTO_CJK_JP_REGULAR | "notoCJK-JP-Regular" |
+| NOTO_HEBREW_REGULAR | "notoHebrew-Regular" |
+| NOTO_SAN_THAI_MERGED | "notoSanThaiMerged" |
diff --git a/sdks/java-v1/docs/SubMergeField.md b/sdks/java-v1/docs/SubMergeField.md
index f509e1203..66582350e 100644
--- a/sdks/java-v1/docs/SubMergeField.md
+++ b/sdks/java-v1/docs/SubMergeField.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name`*_required_ | ```String``` | The name of the merge field. Must be unique. | |
| `type`*_required_ | [```TypeEnum```](#TypeEnum) | The type of merge field. | |
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
## Enum: TypeEnum
-Name | Value
+| Name | Value |
---- | -----
| TEXT | "text" |
| CHECKBOX | "checkbox" |
diff --git a/sdks/java-v1/docs/SubOAuth.md b/sdks/java-v1/docs/SubOAuth.md
index 23beca8ea..527d0be78 100644
--- a/sdks/java-v1/docs/SubOAuth.md
+++ b/sdks/java-v1/docs/SubOAuth.md
@@ -6,8 +6,8 @@ OAuth related parameters.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `callbackUrl` | ```String``` | The callback URL to be used for OAuth flows. (Required if `oauth[scopes]` is provided) | |
| `scopes` | [```List<ScopesEnum>```](#List<ScopesEnum>) | A list of [OAuth scopes](/api/reference/tag/OAuth) to be granted to the app. (Required if `oauth[callback_url]` is provided). | |
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
## Enum: List<ScopesEnum>
-Name | Value
+| Name | Value |
---- | -----
| REQUEST_SIGNATURE | "request_signature" |
| BASIC_ACCOUNT_INFO | "basic_account_info" |
diff --git a/sdks/java-v1/docs/SubOptions.md b/sdks/java-v1/docs/SubOptions.md
index 3ddab2e05..c36523a02 100644
--- a/sdks/java-v1/docs/SubOptions.md
+++ b/sdks/java-v1/docs/SubOptions.md
@@ -6,8 +6,8 @@ Additional options supported by API App.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `canInsertEverywhere` | ```Boolean``` | Determines if signers can use "Insert Everywhere" when signing a document. | |
diff --git a/sdks/java-v1/docs/SubSignatureRequestGroupedSigners.md b/sdks/java-v1/docs/SubSignatureRequestGroupedSigners.md
index d1845fbb2..80ace3400 100644
--- a/sdks/java-v1/docs/SubSignatureRequestGroupedSigners.md
+++ b/sdks/java-v1/docs/SubSignatureRequestGroupedSigners.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `group`*_required_ | ```String``` | The name of the group. | |
| `signers`*_required_ | [```List```](SubSignatureRequestSigner.md) | Signers belonging to this Group.
**NOTE:** Only `name`, `email_address`, and `pin` are available to Grouped Signers. We will ignore all other properties, even though they are listed below. | |
| `order` | ```Integer``` | The order the group is required to sign in. Use this instead of Signer-level `order`. | |
diff --git a/sdks/java-v1/docs/SubSignatureRequestSigner.md b/sdks/java-v1/docs/SubSignatureRequestSigner.md
index affc50498..109c422bc 100644
--- a/sdks/java-v1/docs/SubSignatureRequestSigner.md
+++ b/sdks/java-v1/docs/SubSignatureRequestSigner.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name`*_required_ | ```String``` | The name of the signer. | |
| `emailAddress`*_required_ | ```String``` | The email address of the signer. | |
| `order` | ```Integer``` | The order the signer is required to sign in. | |
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
## Enum: SmsPhoneNumberTypeEnum
-Name | Value
+| Name | Value |
---- | -----
| AUTHENTICATION | "authentication" |
| DELIVERY | "delivery" |
diff --git a/sdks/java-v1/docs/SubSignatureRequestTemplateSigner.md b/sdks/java-v1/docs/SubSignatureRequestTemplateSigner.md
index 0db962b83..866b37355 100644
--- a/sdks/java-v1/docs/SubSignatureRequestTemplateSigner.md
+++ b/sdks/java-v1/docs/SubSignatureRequestTemplateSigner.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `role`*_required_ | ```String``` | Must match an existing role in chosen Template(s). It's case-sensitive. | |
| `name`*_required_ | ```String``` | The name of the signer. | |
| `emailAddress`*_required_ | ```String``` | The email address of the signer. | |
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
## Enum: SmsPhoneNumberTypeEnum
-Name | Value
+| Name | Value |
---- | -----
| AUTHENTICATION | "authentication" |
| DELIVERY | "delivery" |
diff --git a/sdks/java-v1/docs/SubSigningOptions.md b/sdks/java-v1/docs/SubSigningOptions.md
index b4acf7f5f..bca116053 100644
--- a/sdks/java-v1/docs/SubSigningOptions.md
+++ b/sdks/java-v1/docs/SubSigningOptions.md
@@ -8,8 +8,8 @@ This allows the requester to specify the types allowed for creating a signature.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `defaultType`*_required_ | [```DefaultTypeEnum```](#DefaultTypeEnum) | The default type shown (limited to the listed types) | |
| `draw` | ```Boolean``` | Allows drawing the signature | |
| `phone` | ```Boolean``` | Allows using a smartphone to email the signature | |
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
## Enum: DefaultTypeEnum
-Name | Value
+| Name | Value |
---- | -----
| DRAW | "draw" |
| PHONE | "phone" |
diff --git a/sdks/java-v1/docs/SubTeamResponse.md b/sdks/java-v1/docs/SubTeamResponse.md
index 2b6753033..df784d080 100644
--- a/sdks/java-v1/docs/SubTeamResponse.md
+++ b/sdks/java-v1/docs/SubTeamResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `teamId` | ```String``` | The id of a team | |
| `name` | ```String``` | The name of a team | |
diff --git a/sdks/java-v1/docs/SubTemplateRole.md b/sdks/java-v1/docs/SubTemplateRole.md
index 88784cd94..a1ee8e0ea 100644
--- a/sdks/java-v1/docs/SubTemplateRole.md
+++ b/sdks/java-v1/docs/SubTemplateRole.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name` | ```String``` | The role name of the signer that will be displayed when the template is used to create a signature request. | |
| `order` | ```Integer``` | The order in which this signer role is required to sign. | |
diff --git a/sdks/java-v1/docs/SubUnclaimedDraftSigner.md b/sdks/java-v1/docs/SubUnclaimedDraftSigner.md
index 70eeb3b07..fec680ac2 100644
--- a/sdks/java-v1/docs/SubUnclaimedDraftSigner.md
+++ b/sdks/java-v1/docs/SubUnclaimedDraftSigner.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `emailAddress`*_required_ | ```String``` | The email address of the signer. | |
| `name`*_required_ | ```String``` | The name of the signer. | |
| `order` | ```Integer``` | The order the signer is required to sign in. | |
diff --git a/sdks/java-v1/docs/SubUnclaimedDraftTemplateSigner.md b/sdks/java-v1/docs/SubUnclaimedDraftTemplateSigner.md
index 5e164c44e..1c6547670 100644
--- a/sdks/java-v1/docs/SubUnclaimedDraftTemplateSigner.md
+++ b/sdks/java-v1/docs/SubUnclaimedDraftTemplateSigner.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `role`*_required_ | ```String``` | Must match an existing role in chosen Template(s). | |
| `name`*_required_ | ```String``` | The name of the signer filling the role of `role`. | |
| `emailAddress`*_required_ | ```String``` | The email address of the signer filling the role of `role`. | |
diff --git a/sdks/java-v1/docs/SubWhiteLabelingOptions.md b/sdks/java-v1/docs/SubWhiteLabelingOptions.md
index c3cb04589..0a5880da3 100644
--- a/sdks/java-v1/docs/SubWhiteLabelingOptions.md
+++ b/sdks/java-v1/docs/SubWhiteLabelingOptions.md
@@ -8,8 +8,8 @@ Take a look at our [white labeling guide](https://developers.hellosign.com/api/r
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `headerBackgroundColor` | ```String``` | | |
| `legalVersion` | [```LegalVersionEnum```](#LegalVersionEnum) | | |
| `linkColor` | ```String``` | | |
@@ -30,7 +30,7 @@ Name | Type | Description | Notes
## Enum: LegalVersionEnum
-Name | Value
+| Name | Value |
---- | -----
| TERMS1 | "terms1" |
| TERMS2 | "terms2" |
diff --git a/sdks/java-v1/docs/TeamAddMemberRequest.md b/sdks/java-v1/docs/TeamAddMemberRequest.md
index 062c8b861..122e45b31 100644
--- a/sdks/java-v1/docs/TeamAddMemberRequest.md
+++ b/sdks/java-v1/docs/TeamAddMemberRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accountId` | ```String``` | `account_id` or `email_address` is required. If both are provided, the account id prevails.
Account id of the user to invite to your Team. | |
| `emailAddress` | ```String``` | `account_id` or `email_address` is required, If both are provided, the account id prevails.
Email address of the user to invite to your Team. | |
| `role` | [```RoleEnum```](#RoleEnum) | A role member will take in a new Team.
**NOTE:** This parameter is used only if `team_id` is provided. | |
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
## Enum: RoleEnum
-Name | Value
+| Name | Value |
---- | -----
| MEMBER | "Member" |
| DEVELOPER | "Developer" |
diff --git a/sdks/java-v1/docs/TeamApi.md b/sdks/java-v1/docs/TeamApi.md
index 252559811..b35b40ea8 100644
--- a/sdks/java-v1/docs/TeamApi.md
+++ b/sdks/java-v1/docs/TeamApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**teamAddMember**](TeamApi.md#teamAddMember) | **PUT** /team/add_member | Add User to Team
[**teamCreate**](TeamApi.md#teamCreate) | **POST** /team/create | Create Team
[**teamDelete**](TeamApi.md#teamDelete) | **DELETE** /team/destroy | Delete Team
@@ -70,8 +70,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**teamAddMemberRequest** | [**TeamAddMemberRequest**](TeamAddMemberRequest.md)| |
**teamId** | **String**| The id of the team. | [optional]
@@ -146,8 +146,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**teamCreateRequest** | [**TeamCreateRequest**](TeamCreateRequest.md)| |
### Return type
@@ -354,8 +354,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**teamId** | **String**| The id of the team. | [optional]
### Return type
@@ -428,8 +428,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**emailAddress** | **String**| The email address for which to display the team invites. | [optional]
### Return type
@@ -504,8 +504,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**teamId** | **String**| The id of the team that a member list is being requested from. |
**page** | **Integer**| Which page number of the team member list to return. Defaults to `1`. | [optional] [default to 1]
**pageSize** | **Integer**| Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. | [optional] [default to 20]
@@ -582,8 +582,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**teamRemoveMemberRequest** | [**TeamRemoveMemberRequest**](TeamRemoveMemberRequest.md)| |
### Return type
@@ -658,8 +658,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**teamId** | **String**| The id of the parent Team. |
**page** | **Integer**| Which page number of the SubTeam List to return. Defaults to `1`. | [optional] [default to 1]
**pageSize** | **Integer**| Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. | [optional] [default to 20]
@@ -735,8 +735,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**teamUpdateRequest** | [**TeamUpdateRequest**](TeamUpdateRequest.md)| |
### Return type
diff --git a/sdks/java-v1/docs/TeamCreateRequest.md b/sdks/java-v1/docs/TeamCreateRequest.md
index cb70adc3d..1a4861618 100644
--- a/sdks/java-v1/docs/TeamCreateRequest.md
+++ b/sdks/java-v1/docs/TeamCreateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name` | ```String``` | The name of your Team. | |
diff --git a/sdks/java-v1/docs/TeamGetInfoResponse.md b/sdks/java-v1/docs/TeamGetInfoResponse.md
index 3b6d3e350..67ba37da0 100644
--- a/sdks/java-v1/docs/TeamGetInfoResponse.md
+++ b/sdks/java-v1/docs/TeamGetInfoResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `team` | [```TeamInfoResponse```](TeamInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TeamGetResponse.md b/sdks/java-v1/docs/TeamGetResponse.md
index fe2d79fa2..88b3a13b1 100644
--- a/sdks/java-v1/docs/TeamGetResponse.md
+++ b/sdks/java-v1/docs/TeamGetResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `team` | [```TeamResponse```](TeamResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TeamInfoResponse.md b/sdks/java-v1/docs/TeamInfoResponse.md
index aaf76ca89..a776d4e09 100644
--- a/sdks/java-v1/docs/TeamInfoResponse.md
+++ b/sdks/java-v1/docs/TeamInfoResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `teamId` | ```String``` | The id of a team | |
| `teamParent` | [```TeamParentResponse```](TeamParentResponse.md) | | |
| `name` | ```String``` | The name of a team | |
diff --git a/sdks/java-v1/docs/TeamInviteResponse.md b/sdks/java-v1/docs/TeamInviteResponse.md
index 317bec3b0..c23aa4ed7 100644
--- a/sdks/java-v1/docs/TeamInviteResponse.md
+++ b/sdks/java-v1/docs/TeamInviteResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `emailAddress` | ```String``` | Email address of the user invited to this team. | |
| `teamId` | ```String``` | Id of the team. | |
| `role` | ```String``` | Role of the user invited to this team. | |
diff --git a/sdks/java-v1/docs/TeamInvitesResponse.md b/sdks/java-v1/docs/TeamInvitesResponse.md
index 5f0e66963..73b0bc095 100644
--- a/sdks/java-v1/docs/TeamInvitesResponse.md
+++ b/sdks/java-v1/docs/TeamInvitesResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `teamInvites` | [```List```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | |
| `warnings` | [```List```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/TeamMemberResponse.md b/sdks/java-v1/docs/TeamMemberResponse.md
index e35f8f660..eb42aa095 100644
--- a/sdks/java-v1/docs/TeamMemberResponse.md
+++ b/sdks/java-v1/docs/TeamMemberResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accountId` | ```String``` | Account id of the team member. | |
| `emailAddress` | ```String``` | Email address of the team member. | |
| `role` | ```String``` | The specific role a member has on the team. | |
diff --git a/sdks/java-v1/docs/TeamMembersResponse.md b/sdks/java-v1/docs/TeamMembersResponse.md
index d3e5e6775..4a5ed39c2 100644
--- a/sdks/java-v1/docs/TeamMembersResponse.md
+++ b/sdks/java-v1/docs/TeamMembersResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `teamMembers` | [```List```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | |
| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/TeamParentResponse.md b/sdks/java-v1/docs/TeamParentResponse.md
index 1a0d49c49..c6ba18a98 100644
--- a/sdks/java-v1/docs/TeamParentResponse.md
+++ b/sdks/java-v1/docs/TeamParentResponse.md
@@ -6,8 +6,8 @@ Information about the parent team if a team has one, set to `null` otherwise.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `teamId` | ```String``` | The id of a team | |
| `name` | ```String``` | The name of a team | |
diff --git a/sdks/java-v1/docs/TeamRemoveMemberRequest.md b/sdks/java-v1/docs/TeamRemoveMemberRequest.md
index 79d3a4c1b..46f48538a 100644
--- a/sdks/java-v1/docs/TeamRemoveMemberRequest.md
+++ b/sdks/java-v1/docs/TeamRemoveMemberRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accountId` | ```String``` | **account_id** or **email_address** is required. If both are provided, the account id prevails.
Account id to remove from your Team. | |
| `emailAddress` | ```String``` | **account_id** or **email_address** is required. If both are provided, the account id prevails.
Email address of the Account to remove from your Team. | |
| `newOwnerEmailAddress` | ```String``` | The email address of an Account on this Team to receive all documents, templates, and API apps (if applicable) from the removed Account. If not provided, and on an Enterprise plan, this data will remain with the removed Account.
**NOTE:** Only available for Enterprise plans. | |
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
## Enum: NewRoleEnum
-Name | Value
+| Name | Value |
---- | -----
| MEMBER | "Member" |
| DEVELOPER | "Developer" |
diff --git a/sdks/java-v1/docs/TeamResponse.md b/sdks/java-v1/docs/TeamResponse.md
index 26061033a..ca6344cfc 100644
--- a/sdks/java-v1/docs/TeamResponse.md
+++ b/sdks/java-v1/docs/TeamResponse.md
@@ -6,8 +6,8 @@ Contains information about your team and its members
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name` | ```String``` | The name of your Team | |
| `accounts` | [```List```](AccountResponse.md) | | |
| `invitedAccounts` | [```List```](AccountResponse.md) | A list of all Accounts that have an outstanding invitation to join your Team. Note that this response is a subset of the response parameters found in `GET /account`. | |
diff --git a/sdks/java-v1/docs/TeamSubTeamsResponse.md b/sdks/java-v1/docs/TeamSubTeamsResponse.md
index 1b618f8a7..1ea866d68 100644
--- a/sdks/java-v1/docs/TeamSubTeamsResponse.md
+++ b/sdks/java-v1/docs/TeamSubTeamsResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `subTeams` | [```List```](SubTeamResponse.md) | Contains a list with sub teams. | |
| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | | |
diff --git a/sdks/java-v1/docs/TeamUpdateRequest.md b/sdks/java-v1/docs/TeamUpdateRequest.md
index 545510d88..9df0fe1da 100644
--- a/sdks/java-v1/docs/TeamUpdateRequest.md
+++ b/sdks/java-v1/docs/TeamUpdateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name` | ```String``` | The name of your Team. | |
diff --git a/sdks/java-v1/docs/TemplateAddUserRequest.md b/sdks/java-v1/docs/TemplateAddUserRequest.md
index 5415106a3..74966192b 100644
--- a/sdks/java-v1/docs/TemplateAddUserRequest.md
+++ b/sdks/java-v1/docs/TemplateAddUserRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accountId` | ```String``` | The id of the Account to give access to the Template. **NOTE:** The account id prevails if email address is also provided. | |
| `emailAddress` | ```String``` | The email address of the Account to give access to the Template. **NOTE:** The account id prevails if it is also provided. | |
| `skipNotification` | ```Boolean``` | If set to `true`, the user does not receive an email notification when a template has been shared with them. Defaults to `false`. | |
diff --git a/sdks/java-v1/docs/TemplateApi.md b/sdks/java-v1/docs/TemplateApi.md
index 0a2a4480b..a3394d6a1 100644
--- a/sdks/java-v1/docs/TemplateApi.md
+++ b/sdks/java-v1/docs/TemplateApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**templateAddUser**](TemplateApi.md#templateAddUser) | **POST** /template/add_user/{template_id} | Add User to Template
[**templateCreate**](TemplateApi.md#templateCreate) | **POST** /template/create | Create Template
[**templateCreateEmbeddedDraft**](TemplateApi.md#templateCreateEmbeddedDraft) | **POST** /template/create_embedded_draft | Create Embedded Template Draft
@@ -71,8 +71,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateId** | **String**| The id of the Template to give the Account access to. |
**templateAddUserRequest** | [**TemplateAddUserRequest**](TemplateAddUserRequest.md)| |
@@ -178,8 +178,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateCreateRequest** | [**TemplateCreateRequest**](TemplateCreateRequest.md)| |
### Return type
@@ -284,8 +284,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateCreateEmbeddedDraftRequest** | [**TemplateCreateEmbeddedDraftRequest**](TemplateCreateEmbeddedDraftRequest.md)| |
### Return type
@@ -356,8 +356,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateId** | **String**| The id of the Template to delete. |
### Return type
@@ -433,8 +433,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateId** | **String**| The id of the template files to retrieve. |
**fileType** | **String**| Set to `pdf` for a single merged document or `zip` for a collection of individual documents. | [optional] [enum: pdf, zip]
@@ -510,8 +510,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateId** | **String**| The id of the template files to retrieve. |
### Return type
@@ -586,8 +586,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateId** | **String**| The id of the template files to retrieve. |
**forceDownload** | **Integer**| By default when opening the `file_url` a browser will download the PDF and save it locally. When set to `0` the PDF file will be displayed in the browser. | [optional] [default to 1]
@@ -661,8 +661,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateId** | **String**| The id of the Template to retrieve. |
### Return type
@@ -740,8 +740,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**accountId** | **String**| Which account to return Templates for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. | [optional]
**page** | **Integer**| Which page number of the Template List to return. Defaults to `1`. | [optional] [default to 1]
**pageSize** | **Integer**| Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. | [optional] [default to 20]
@@ -820,8 +820,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateId** | **String**| The id of the Template to remove the Account's access to. |
**templateRemoveUserRequest** | [**TemplateRemoveUserRequest**](TemplateRemoveUserRequest.md)| |
@@ -911,8 +911,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**templateId** | **String**| The ID of the template whose files to update. |
**templateUpdateFilesRequest** | [**TemplateUpdateFilesRequest**](TemplateUpdateFilesRequest.md)| |
diff --git a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftRequest.md b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftRequest.md
index be051c8ff..05f2497fc 100644
--- a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftRequest.md
+++ b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `clientId`*_required_ | ```String``` | Client id of the app you're using to create this draft. Used to apply the branding and callback url defined for the app. | |
| `files` | ```List``` | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
| `fileUrls` | ```List``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
diff --git a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md
index 2109e4f27..d970b3955 100644
--- a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md
+++ b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `template` | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponseTemplate.md b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponseTemplate.md
index 7b7dc1e7b..770cce434 100644
--- a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponseTemplate.md
+++ b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponseTemplate.md
@@ -6,8 +6,8 @@ Template object with parameters: `template_id`, `edit_url`, `expires_at`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templateId` | ```String``` | The id of the Template. | |
| `editUrl` | ```String``` | Link to edit the template. | |
| `expiresAt` | ```Integer``` | When the link expires. | |
diff --git a/sdks/java-v1/docs/TemplateCreateRequest.md b/sdks/java-v1/docs/TemplateCreateRequest.md
index 4d529fdb8..5f99510d9 100644
--- a/sdks/java-v1/docs/TemplateCreateRequest.md
+++ b/sdks/java-v1/docs/TemplateCreateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `formFieldsPerDocument`*_required_ | [```List```](SubFormFieldsPerDocumentBase.md) | The fields that should appear on the document, expressed as an array of objects. (For more details you can read about it here: [Using Form Fields per Document](/docs/openapi/form-fields-per-document).)
**NOTE:** Fields like **text**, **dropdown**, **checkbox**, **radio**, and **hyperlink** have additional required and optional parameters. Check out the list of [additional parameters](/api/reference/constants/#form-fields-per-document) for these field types.
* Text Field use `SubFormFieldsPerDocumentText` * Dropdown Field use `SubFormFieldsPerDocumentDropdown` * Hyperlink Field use `SubFormFieldsPerDocumentHyperlink` * Checkbox Field use `SubFormFieldsPerDocumentCheckbox` * Radio Field use `SubFormFieldsPerDocumentRadio` * Signature Field use `SubFormFieldsPerDocumentSignature` * Date Signed Field use `SubFormFieldsPerDocumentDateSigned` * Initials Field use `SubFormFieldsPerDocumentInitials` * Text Merge Field use `SubFormFieldsPerDocumentTextMerge` * Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge` | |
| `signerRoles`*_required_ | [```List```](SubTemplateRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | |
| `files` | ```List``` | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
diff --git a/sdks/java-v1/docs/TemplateCreateResponse.md b/sdks/java-v1/docs/TemplateCreateResponse.md
index 6554466f2..34e5f57f3 100644
--- a/sdks/java-v1/docs/TemplateCreateResponse.md
+++ b/sdks/java-v1/docs/TemplateCreateResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `template` | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TemplateCreateResponseTemplate.md b/sdks/java-v1/docs/TemplateCreateResponseTemplate.md
index ae09826fb..1dcd4bd79 100644
--- a/sdks/java-v1/docs/TemplateCreateResponseTemplate.md
+++ b/sdks/java-v1/docs/TemplateCreateResponseTemplate.md
@@ -6,8 +6,8 @@ Template object with parameters: `template_id`.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templateId` | ```String``` | The id of the Template. | |
diff --git a/sdks/java-v1/docs/TemplateEditResponse.md b/sdks/java-v1/docs/TemplateEditResponse.md
index fe7f90761..6fcff67f5 100644
--- a/sdks/java-v1/docs/TemplateEditResponse.md
+++ b/sdks/java-v1/docs/TemplateEditResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templateId` | ```String``` | The id of the Template. | |
diff --git a/sdks/java-v1/docs/TemplateGetResponse.md b/sdks/java-v1/docs/TemplateGetResponse.md
index 3e073bab8..8ceafe9da 100644
--- a/sdks/java-v1/docs/TemplateGetResponse.md
+++ b/sdks/java-v1/docs/TemplateGetResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `template` | [```TemplateResponse```](TemplateResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TemplateListResponse.md b/sdks/java-v1/docs/TemplateListResponse.md
index 83e54d785..f2abf9433 100644
--- a/sdks/java-v1/docs/TemplateListResponse.md
+++ b/sdks/java-v1/docs/TemplateListResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templates` | [```List```](TemplateResponse.md) | List of templates that the API caller has access to. | |
| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/TemplateRemoveUserRequest.md b/sdks/java-v1/docs/TemplateRemoveUserRequest.md
index c2697022a..72a3a585a 100644
--- a/sdks/java-v1/docs/TemplateRemoveUserRequest.md
+++ b/sdks/java-v1/docs/TemplateRemoveUserRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accountId` | ```String``` | The id or email address of the Account to remove access to the Template. The account id prevails if both are provided. | |
| `emailAddress` | ```String``` | The id or email address of the Account to remove access to the Template. The account id prevails if both are provided. | |
diff --git a/sdks/java-v1/docs/TemplateResponse.md b/sdks/java-v1/docs/TemplateResponse.md
index 7811ccc0c..078685ff1 100644
--- a/sdks/java-v1/docs/TemplateResponse.md
+++ b/sdks/java-v1/docs/TemplateResponse.md
@@ -6,8 +6,8 @@ Contains information about the templates you and your team have created.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templateId` | ```String``` | The id of the Template. | |
| `title` | ```String``` | The title of the Template. This will also be the default subject of the message sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest. | |
| `message` | ```String``` | The default message that will be sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest. | |
diff --git a/sdks/java-v1/docs/TemplateResponseAccount.md b/sdks/java-v1/docs/TemplateResponseAccount.md
index bf956bf0e..10c996408 100644
--- a/sdks/java-v1/docs/TemplateResponseAccount.md
+++ b/sdks/java-v1/docs/TemplateResponseAccount.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `accountId` | ```String``` | The id of the Account. | |
| `emailAddress` | ```String``` | The email address associated with the Account. | |
| `isLocked` | ```Boolean``` | Returns `true` if the user has been locked out of their account by a team admin. | |
diff --git a/sdks/java-v1/docs/TemplateResponseAccountQuota.md b/sdks/java-v1/docs/TemplateResponseAccountQuota.md
index 2ef4344da..ad94c2493 100644
--- a/sdks/java-v1/docs/TemplateResponseAccountQuota.md
+++ b/sdks/java-v1/docs/TemplateResponseAccountQuota.md
@@ -6,8 +6,8 @@ An array of the designated CC roles that must be specified when sending a Signat
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templatesLeft` | ```Integer``` | API templates remaining. | |
| `apiSignatureRequestsLeft` | ```Integer``` | API signature requests remaining. | |
| `documentsLeft` | ```Integer``` | Signature requests remaining. | |
diff --git a/sdks/java-v1/docs/TemplateResponseCCRole.md b/sdks/java-v1/docs/TemplateResponseCCRole.md
index 1701c9739..64069b826 100644
--- a/sdks/java-v1/docs/TemplateResponseCCRole.md
+++ b/sdks/java-v1/docs/TemplateResponseCCRole.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name` | ```String``` | The name of the Role. | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocument.md b/sdks/java-v1/docs/TemplateResponseDocument.md
index e0a090d3b..65da85d42 100644
--- a/sdks/java-v1/docs/TemplateResponseDocument.md
+++ b/sdks/java-v1/docs/TemplateResponseDocument.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name` | ```String``` | Name of the associated file. | |
| `index` | ```Integer``` | Document ordering, the lowest index is displayed first and the highest last (0-based indexing). | |
| `fieldGroups` | [```List```](TemplateResponseDocumentFieldGroup.md) | An array of Form Field Group objects. | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldBase.md b/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldBase.md
index 33ba5cdce..edd461727 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldBase.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldBase.md
@@ -6,8 +6,8 @@ An array of Form Field objects containing the name and type of each named field.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | | |
| `apiId` | ```String``` | The unique ID for this field. | |
| `name` | ```String``` | The name of the Custom Field. | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldCheckbox.md b/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldCheckbox.md
index f69fa79e6..dbde79072 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldCheckbox.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldCheckbox.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentCustomFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this Custom Field. Only `text` and `checkbox` are currently supported.
* Text uses `TemplateResponseDocumentCustomFieldText` * Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldText.md b/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldText.md
index 9fa8d7aac..ccaf19394 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldText.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentCustomFieldText.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentCustomFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this Custom Field. Only `text` and `checkbox` are currently supported.
* Text uses `TemplateResponseDocumentCustomFieldText` * Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox` | |
| `avgTextLength` | [```TemplateResponseFieldAvgTextLength```](TemplateResponseFieldAvgTextLength.md) | | |
| `isMultiline` | ```Boolean``` | Whether this form field is multiline text. | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFieldGroup.md b/sdks/java-v1/docs/TemplateResponseDocumentFieldGroup.md
index 568bd52ab..03b5ffbb8 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFieldGroup.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFieldGroup.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name` | ```String``` | The name of the form field group. | |
| `rule` | [```TemplateResponseDocumentFieldGroupRule```](TemplateResponseDocumentFieldGroupRule.md) | | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFieldGroupRule.md b/sdks/java-v1/docs/TemplateResponseDocumentFieldGroupRule.md
index 48b234ac6..e0f4dcc8a 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFieldGroupRule.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFieldGroupRule.md
@@ -6,8 +6,8 @@ The rule used to validate checkboxes in the form field group. See [checkbox fiel
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `requirement` | ```String``` | Examples: `require_0-1` `require_1` `require_1-ormore`
- Check out the list of [acceptable `requirement` checkbox type values](/api/reference/constants/#checkbox-field-grouping). - Check out the list of [acceptable `requirement` radio type fields](/api/reference/constants/#radio-field-grouping). - Radio groups require **at least** two fields per group. | |
| `groupLabel` | ```String``` | Name of the group | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldBase.md b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldBase.md
index 00696c3d2..656070ad4 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldBase.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldBase.md
@@ -6,8 +6,8 @@ An array of Form Field objects containing the name and type of each named field.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | | |
| `apiId` | ```String``` | A unique id for the form field. | |
| `name` | ```String``` | The name of the form field. | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldCheckbox.md b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldCheckbox.md
index 95a9c47cd..83d36e0f1 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldCheckbox.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldCheckbox.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentFormFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText` * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox` * Radio Field uses `TemplateResponseDocumentFormFieldRadio` * Signature Field uses `TemplateResponseDocumentFormFieldSignature` * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned` * Initials Field uses `TemplateResponseDocumentFormFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldDateSigned.md b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldDateSigned.md
index 4aeb9b383..5ba66eff9 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldDateSigned.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldDateSigned.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentFormFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText` * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox` * Radio Field uses `TemplateResponseDocumentFormFieldRadio` * Signature Field uses `TemplateResponseDocumentFormFieldSignature` * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned` * Initials Field uses `TemplateResponseDocumentFormFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldDropdown.md b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldDropdown.md
index f4abfa605..b4f2030fc 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldDropdown.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldDropdown.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentFormFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText` * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox` * Radio Field uses `TemplateResponseDocumentFormFieldRadio` * Signature Field uses `TemplateResponseDocumentFormFieldSignature` * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned` * Initials Field uses `TemplateResponseDocumentFormFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldHyperlink.md b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldHyperlink.md
index c59fa688f..0cf89df5e 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldHyperlink.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldHyperlink.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentFormFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText` * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox` * Radio Field uses `TemplateResponseDocumentFormFieldRadio` * Signature Field uses `TemplateResponseDocumentFormFieldSignature` * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned` * Initials Field uses `TemplateResponseDocumentFormFieldInitials` | |
| `avgTextLength` | [```TemplateResponseFieldAvgTextLength```](TemplateResponseFieldAvgTextLength.md) | | |
| `isMultiline` | ```Boolean``` | Whether this form field is multiline text. | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldInitials.md b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldInitials.md
index 487fde46b..707d67ee2 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldInitials.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldInitials.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentFormFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText` * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox` * Radio Field uses `TemplateResponseDocumentFormFieldRadio` * Signature Field uses `TemplateResponseDocumentFormFieldSignature` * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned` * Initials Field uses `TemplateResponseDocumentFormFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldRadio.md b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldRadio.md
index d08e6501d..b83d96d53 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldRadio.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldRadio.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentFormFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText` * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox` * Radio Field uses `TemplateResponseDocumentFormFieldRadio` * Signature Field uses `TemplateResponseDocumentFormFieldSignature` * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned` * Initials Field uses `TemplateResponseDocumentFormFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldSignature.md b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldSignature.md
index 08173e8a6..8be298793 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldSignature.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldSignature.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentFormFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText` * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox` * Radio Field uses `TemplateResponseDocumentFormFieldRadio` * Signature Field uses `TemplateResponseDocumentFormFieldSignature` * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned` * Initials Field uses `TemplateResponseDocumentFormFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldText.md b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldText.md
index a7eec6d4b..3581d3855 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentFormFieldText.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentFormFieldText.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentFormFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this form field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentFormFieldText` * Dropdown Field uses `TemplateResponseDocumentFormFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentFormFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentFormFieldCheckbox` * Radio Field uses `TemplateResponseDocumentFormFieldRadio` * Signature Field uses `TemplateResponseDocumentFormFieldSignature` * Date Signed Field uses `TemplateResponseDocumentFormFieldDateSigned` * Initials Field uses `TemplateResponseDocumentFormFieldInitials` | |
| `avgTextLength` | [```TemplateResponseFieldAvgTextLength```](TemplateResponseFieldAvgTextLength.md) | | |
| `isMultiline` | ```Boolean``` | Whether this form field is multiline text. | |
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
## Enum: ValidationTypeEnum
-Name | Value
+| Name | Value |
---- | -----
| NUMBERS_ONLY | "numbers_only" |
| LETTERS_ONLY | "letters_only" |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldBase.md b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldBase.md
index 18c56b865..4be3cf070 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldBase.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldBase.md
@@ -6,8 +6,8 @@ An array describing static overlay fields. **NOTE:** Only available for certain
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | | |
| `apiId` | ```String``` | A unique id for the static field. | |
| `name` | ```String``` | The name of the static field. | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldCheckbox.md b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldCheckbox.md
index d33f03d6c..6cd94853c 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldCheckbox.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldCheckbox.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentStaticFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText` * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox` * Radio Field uses `TemplateResponseDocumentStaticFieldRadio` * Signature Field uses `TemplateResponseDocumentStaticFieldSignature` * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned` * Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldDateSigned.md b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldDateSigned.md
index 5e0eaa675..d5c530d8b 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldDateSigned.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldDateSigned.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentStaticFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText` * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox` * Radio Field uses `TemplateResponseDocumentStaticFieldRadio` * Signature Field uses `TemplateResponseDocumentStaticFieldSignature` * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned` * Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldDropdown.md b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldDropdown.md
index bb9f131dc..53505315e 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldDropdown.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldDropdown.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentStaticFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText` * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox` * Radio Field uses `TemplateResponseDocumentStaticFieldRadio` * Signature Field uses `TemplateResponseDocumentStaticFieldSignature` * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned` * Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldHyperlink.md b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldHyperlink.md
index a38e229fb..930658b69 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldHyperlink.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldHyperlink.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentStaticFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText` * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox` * Radio Field uses `TemplateResponseDocumentStaticFieldRadio` * Signature Field uses `TemplateResponseDocumentStaticFieldSignature` * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned` * Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldInitials.md b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldInitials.md
index 202640121..67d755703 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldInitials.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldInitials.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentStaticFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText` * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox` * Radio Field uses `TemplateResponseDocumentStaticFieldRadio` * Signature Field uses `TemplateResponseDocumentStaticFieldSignature` * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned` * Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldRadio.md b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldRadio.md
index 7a140face..ed32ccca6 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldRadio.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldRadio.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentStaticFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText` * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox` * Radio Field uses `TemplateResponseDocumentStaticFieldRadio` * Signature Field uses `TemplateResponseDocumentStaticFieldSignature` * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned` * Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldSignature.md b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldSignature.md
index e9a037282..61f8902f8 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldSignature.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldSignature.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentStaticFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText` * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox` * Radio Field uses `TemplateResponseDocumentStaticFieldRadio` * Signature Field uses `TemplateResponseDocumentStaticFieldSignature` * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned` * Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldText.md b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldText.md
index 4135e5f7d..3dced017f 100644
--- a/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldText.md
+++ b/sdks/java-v1/docs/TemplateResponseDocumentStaticFieldText.md
@@ -6,8 +6,8 @@ This class extends `TemplateResponseDocumentStaticFieldBase`
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | ```String``` | The type of this static field. See [field types](/api/reference/constants/#field-types).
* Text Field uses `TemplateResponseDocumentStaticFieldText` * Dropdown Field uses `TemplateResponseDocumentStaticFieldDropdown` * Hyperlink Field uses `TemplateResponseDocumentStaticFieldHyperlink` * Checkbox Field uses `TemplateResponseDocumentStaticFieldCheckbox` * Radio Field uses `TemplateResponseDocumentStaticFieldRadio` * Signature Field uses `TemplateResponseDocumentStaticFieldSignature` * Date Signed Field uses `TemplateResponseDocumentStaticFieldDateSigned` * Initials Field uses `TemplateResponseDocumentStaticFieldInitials` | |
diff --git a/sdks/java-v1/docs/TemplateResponseFieldAvgTextLength.md b/sdks/java-v1/docs/TemplateResponseFieldAvgTextLength.md
index c1fda157a..bb66f3057 100644
--- a/sdks/java-v1/docs/TemplateResponseFieldAvgTextLength.md
+++ b/sdks/java-v1/docs/TemplateResponseFieldAvgTextLength.md
@@ -6,8 +6,8 @@ Average text length in this field.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `numLines` | ```Integer``` | Number of lines. | |
| `numCharsPerLine` | ```Integer``` | Number of characters per line. | |
diff --git a/sdks/java-v1/docs/TemplateResponseSignerRole.md b/sdks/java-v1/docs/TemplateResponseSignerRole.md
index b95231dde..15b48cf17 100644
--- a/sdks/java-v1/docs/TemplateResponseSignerRole.md
+++ b/sdks/java-v1/docs/TemplateResponseSignerRole.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `name` | ```String``` | The name of the Role. | |
| `order` | ```Integer``` | If signer order is assigned this is the 0-based index for this role. | |
diff --git a/sdks/java-v1/docs/TemplateUpdateFilesRequest.md b/sdks/java-v1/docs/TemplateUpdateFilesRequest.md
index 2bebedb2e..8671b87f8 100644
--- a/sdks/java-v1/docs/TemplateUpdateFilesRequest.md
+++ b/sdks/java-v1/docs/TemplateUpdateFilesRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `clientId` | ```String``` | Client id of the app you're using to update this template. | |
| `files` | ```List``` | Use `files[]` to indicate the uploaded file(s) to use for the template.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
| `fileUrls` | ```List``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to use for the template.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
diff --git a/sdks/java-v1/docs/TemplateUpdateFilesResponse.md b/sdks/java-v1/docs/TemplateUpdateFilesResponse.md
index 127b29541..4dd93b96b 100644
--- a/sdks/java-v1/docs/TemplateUpdateFilesResponse.md
+++ b/sdks/java-v1/docs/TemplateUpdateFilesResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `template` | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | |
diff --git a/sdks/java-v1/docs/TemplateUpdateFilesResponseTemplate.md b/sdks/java-v1/docs/TemplateUpdateFilesResponseTemplate.md
index 9c198aaa7..6289a9953 100644
--- a/sdks/java-v1/docs/TemplateUpdateFilesResponseTemplate.md
+++ b/sdks/java-v1/docs/TemplateUpdateFilesResponseTemplate.md
@@ -6,8 +6,8 @@ Contains template id
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `templateId` | ```String``` | The id of the Template. | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/UnclaimedDraftApi.md b/sdks/java-v1/docs/UnclaimedDraftApi.md
index fbdf78216..4d6d12451 100644
--- a/sdks/java-v1/docs/UnclaimedDraftApi.md
+++ b/sdks/java-v1/docs/UnclaimedDraftApi.md
@@ -2,8 +2,8 @@
All URIs are relative to *https://api.hellosign.com/v3*
-Method | HTTP request | Description
-------------- | ------------- | -------------
+| Method | HTTP request | Description |
+|------------- | ------------- | -------------|
[**unclaimedDraftCreate**](UnclaimedDraftApi.md#unclaimedDraftCreate) | **POST** /unclaimed_draft/create | Create Unclaimed Draft
[**unclaimedDraftCreateEmbedded**](UnclaimedDraftApi.md#unclaimedDraftCreateEmbedded) | **POST** /unclaimed_draft/create_embedded | Create Embedded Unclaimed Draft
[**unclaimedDraftCreateEmbeddedWithTemplate**](UnclaimedDraftApi.md#unclaimedDraftCreateEmbeddedWithTemplate) | **POST** /unclaimed_draft/create_embedded_with_template | Create Embedded Unclaimed Draft with Template
@@ -95,8 +95,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**unclaimedDraftCreateRequest** | [**UnclaimedDraftCreateRequest**](UnclaimedDraftCreateRequest.md)| |
### Return type
@@ -177,8 +177,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**unclaimedDraftCreateEmbeddedRequest** | [**UnclaimedDraftCreateEmbeddedRequest**](UnclaimedDraftCreateEmbeddedRequest.md)| |
### Return type
@@ -270,8 +270,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**unclaimedDraftCreateEmbeddedWithTemplateRequest** | [**UnclaimedDraftCreateEmbeddedWithTemplateRequest**](UnclaimedDraftCreateEmbeddedWithTemplateRequest.md)| |
### Return type
@@ -350,8 +350,8 @@ public class Example {
### Parameters
-Name | Type | Description | Notes
-------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
**signatureRequestId** | **String**| The ID of the signature request to edit and resend. |
**unclaimedDraftEditAndResendRequest** | [**UnclaimedDraftEditAndResendRequest**](UnclaimedDraftEditAndResendRequest.md)| |
diff --git a/sdks/java-v1/docs/UnclaimedDraftCreateEmbeddedRequest.md b/sdks/java-v1/docs/UnclaimedDraftCreateEmbeddedRequest.md
index 60eebef2c..aab362d77 100644
--- a/sdks/java-v1/docs/UnclaimedDraftCreateEmbeddedRequest.md
+++ b/sdks/java-v1/docs/UnclaimedDraftCreateEmbeddedRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `clientId`*_required_ | ```String``` | Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app. | |
| `requesterEmailAddress`*_required_ | ```String``` | The email address of the user that should be designated as the requester of this draft, if the draft type is `request_signature`. | |
| `files` | ```List``` | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
@@ -49,7 +49,7 @@ Name | Type | Description | Notes
## Enum: TypeEnum
-Name | Value
+| Name | Value |
---- | -----
| SEND_DOCUMENT | "send_document" |
| REQUEST_SIGNATURE | "request_signature" |
diff --git a/sdks/java-v1/docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md b/sdks/java-v1/docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md
index 52b517517..03ad8b9e5 100644
--- a/sdks/java-v1/docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md
+++ b/sdks/java-v1/docs/UnclaimedDraftCreateEmbeddedWithTemplateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `clientId`*_required_ | ```String``` | Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app. | |
| `requesterEmailAddress`*_required_ | ```String``` | The email address of the user that should be designated as the requester of this draft. | |
| `templateIds`*_required_ | ```List``` | Use `template_ids` to create a SignatureRequest from one or more templates, in the order in which the templates will be used. | |
diff --git a/sdks/java-v1/docs/UnclaimedDraftCreateRequest.md b/sdks/java-v1/docs/UnclaimedDraftCreateRequest.md
index cd8249aa1..f23c6f4ba 100644
--- a/sdks/java-v1/docs/UnclaimedDraftCreateRequest.md
+++ b/sdks/java-v1/docs/UnclaimedDraftCreateRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `type`*_required_ | [```TypeEnum```](#TypeEnum) | The type of unclaimed draft to create. Use `send_document` to create a claimable file, and `request_signature` for a claimable signature request. If the type is `request_signature` then signers name and email_address are not optional. | |
| `files` | ```List``` | Use `files[]` to indicate the uploaded file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
| `fileUrls` | ```List``` | Use `file_urls[]` to have Dropbox Sign download the file(s) to send for signature.
This endpoint requires either **files** or **file_urls[]**, but not both. | |
@@ -37,7 +37,7 @@ Name | Type | Description | Notes
## Enum: TypeEnum
-Name | Value
+| Name | Value |
---- | -----
| SEND_DOCUMENT | "send_document" |
| REQUEST_SIGNATURE | "request_signature" |
diff --git a/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md b/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md
index 65ed7f98e..1bb6b238a 100644
--- a/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md
+++ b/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `unclaimedDraft` | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | |
| `warnings` | [```List```](WarningResponse.md) | A list of warnings. | |
diff --git a/sdks/java-v1/docs/UnclaimedDraftEditAndResendRequest.md b/sdks/java-v1/docs/UnclaimedDraftEditAndResendRequest.md
index daefa5a1e..8eb306a31 100644
--- a/sdks/java-v1/docs/UnclaimedDraftEditAndResendRequest.md
+++ b/sdks/java-v1/docs/UnclaimedDraftEditAndResendRequest.md
@@ -6,8 +6,8 @@
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `clientId`*_required_ | ```String``` | Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app. | |
| `editorOptions` | [```SubEditorOptions```](SubEditorOptions.md) | | |
| `isForEmbeddedSigning` | ```Boolean``` | The request created from this draft will also be signable in embedded mode if set to `true`. | |
diff --git a/sdks/java-v1/docs/UnclaimedDraftResponse.md b/sdks/java-v1/docs/UnclaimedDraftResponse.md
index ab1858d8e..ab470a27d 100644
--- a/sdks/java-v1/docs/UnclaimedDraftResponse.md
+++ b/sdks/java-v1/docs/UnclaimedDraftResponse.md
@@ -6,8 +6,8 @@ A group of documents that a user can take ownership of via the claim URL.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `signatureRequestId` | ```String``` | The ID of the signature request that is represented by this UnclaimedDraft. | |
| `claimUrl` | ```String``` | The URL to be used to claim this UnclaimedDraft. | |
| `signingRedirectUrl` | ```String``` | The URL you want signers redirected to after they successfully sign. | |
diff --git a/sdks/java-v1/docs/WarningResponse.md b/sdks/java-v1/docs/WarningResponse.md
index b041bb35c..50cad9b58 100644
--- a/sdks/java-v1/docs/WarningResponse.md
+++ b/sdks/java-v1/docs/WarningResponse.md
@@ -6,8 +6,8 @@ A list of warnings.
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
| `warningMsg`*_required_ | ```String``` | Warning message | |
| `warningName`*_required_ | ```String``` | Warning name | |
diff --git a/sdks/java-v1/gradle.properties b/sdks/java-v1/gradle.properties
index e1df21108..7e6977b54 100644
--- a/sdks/java-v1/gradle.properties
+++ b/sdks/java-v1/gradle.properties
@@ -6,7 +6,7 @@
#target = android
GROUP=com.dropbox.sign
POM_ARTIFACT_ID=dropbox-sign
-VERSION_NAME=1.5-dev
+VERSION_NAME=1.6-dev
POM_NAME=Dropbox Sign Java SDK
POM_DESCRIPTION=Use the Dropbox Sign Java SDK to connect your Java app to the service of Dropbox Sign in microseconds!
diff --git a/sdks/java-v1/gradle/wrapper/gradle-wrapper.jar b/sdks/java-v1/gradle/wrapper/gradle-wrapper.jar
index 7454180f2..e6441136f 100644
Binary files a/sdks/java-v1/gradle/wrapper/gradle-wrapper.jar and b/sdks/java-v1/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/sdks/java-v1/gradle/wrapper/gradle-wrapper.properties b/sdks/java-v1/gradle/wrapper/gradle-wrapper.properties
index 774fae876..5c6f89dba 100644
--- a/sdks/java-v1/gradle/wrapper/gradle-wrapper.properties
+++ b/sdks/java-v1/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
+networkTimeout=10000
+validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
diff --git a/sdks/java-v1/gradlew b/sdks/java-v1/gradlew
index 005bcde04..9d0ce634c 100755
--- a/sdks/java-v1/gradlew
+++ b/sdks/java-v1/gradlew
@@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
-# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
+# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
@@ -69,37 +69,35 @@ app_path=$0
# Need this for daisy-chained symlinks.
while
- APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
- [ -h "$app_path" ]
+APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
+[ -h "$app_path" ]
do
- ls=$( ls -ld "$app_path" )
- link=${ls#*' -> '}
- case $link in #(
- /*) app_path=$link ;; #(
- *) app_path=$APP_HOME$link ;;
- esac
+ls=$( ls -ld "$app_path" )
+link=${ls#*' -> '}
+case $link in #(
+/*) app_path=$link ;; #(
+*) app_path=$APP_HOME$link ;;
+esac
done
-APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
-
-APP_NAME="Gradle"
+# This is normally unused
+# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
-
-# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS='-Dfile.encoding=UTF-8 "-Xmx64m" "-Xms64m"'
+# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
+APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
warn () {
- echo "$*"
+echo "$*"
} >&2
die () {
- echo
- echo "$*"
- echo
- exit 1
+echo
+echo "$*"
+echo
+exit 1
} >&2
# OS specific support (must be 'true' or 'false').
@@ -108,10 +106,10 @@ msys=false
darwin=false
nonstop=false
case "$( uname )" in #(
- CYGWIN* ) cygwin=true ;; #(
- Darwin* ) darwin=true ;; #(
- MSYS* | MINGW* ) msys=true ;; #(
- NONSTOP* ) nonstop=true ;;
+CYGWIN* ) cygwin=true ;; #(
+Darwin* ) darwin=true ;; #(
+MSYS* | MINGW* ) msys=true ;; #(
+NONSTOP* ) nonstop=true ;;
esac
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
@@ -119,39 +117,46 @@ CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD=$JAVA_HOME/jre/sh/java
- else
- JAVACMD=$JAVA_HOME/bin/java
- fi
- if [ ! -x "$JAVACMD" ] ; then
- die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
+if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
+# IBM's JDK on AIX uses strange locations for the executables
+JAVACMD=$JAVA_HOME/jre/sh/java
+else
+JAVACMD=$JAVA_HOME/bin/java
+fi
+if [ ! -x "$JAVACMD" ] ; then
+die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
- fi
+fi
else
- JAVACMD=java
- which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+JAVACMD=java
+if ! command -v java >/dev/null 2>&1
+then
+die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
+fi
# Increase the maximum file descriptors if we can.
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
- case $MAX_FD in #(
- max*)
- MAX_FD=$( ulimit -H -n ) ||
- warn "Could not query maximum file descriptor limit"
- esac
- case $MAX_FD in #(
- '' | soft) :;; #(
- *)
- ulimit -n "$MAX_FD" ||
- warn "Could not set maximum file descriptor limit to $MAX_FD"
- esac
+case $MAX_FD in #(
+max*)
+# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
+# shellcheck disable=SC2039,SC3045
+MAX_FD=$( ulimit -H -n ) ||
+warn "Could not query maximum file descriptor limit"
+esac
+case $MAX_FD in #(
+'' | soft) :;; #(
+*)
+# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
+# shellcheck disable=SC2039,SC3045
+ulimit -n "$MAX_FD" ||
+warn "Could not set maximum file descriptor limit to $MAX_FD"
+esac
fi
# Collect all arguments for the java command, stacking in reverse order:
@@ -164,46 +169,56 @@ fi
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
- APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
- CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
-
- JAVACMD=$( cygpath --unix "$JAVACMD" )
-
- # Now convert the arguments - kludge to limit ourselves to /bin/sh
- for arg do
- if
- case $arg in #(
- -*) false ;; # don't mess with options #(
- /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
- [ -e "$t" ] ;; #(
- *) false ;;
- esac
- then
- arg=$( cygpath --path --ignore --mixed "$arg" )
- fi
- # Roll the args list around exactly as many times as the number of
- # args, so each arg winds up back in the position where it started, but
- # possibly modified.
- #
- # NB: a `for` loop captures its iteration list before it begins, so
- # changing the positional parameters here affects neither the number of
- # iterations, nor the values presented in `arg`.
- shift # remove old arg
- set -- "$@" "$arg" # push replacement arg
- done
+APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
+CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
+
+JAVACMD=$( cygpath --unix "$JAVACMD" )
+
+# Now convert the arguments - kludge to limit ourselves to /bin/sh
+for arg do
+if
+case $arg in #(
+-*) false ;; # don't mess with options #(
+/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
+[ -e "$t" ] ;; #(
+*) false ;;
+esac
+then
+arg=$( cygpath --path --ignore --mixed "$arg" )
+fi
+# Roll the args list around exactly as many times as the number of
+# args, so each arg winds up back in the position where it started, but
+# possibly modified.
+#
+# NB: a `for` loop captures its iteration list before it begins, so
+# changing the positional parameters here affects neither the number of
+# iterations, nor the values presented in `arg`.
+shift # remove old arg
+set -- "$@" "$arg" # push replacement arg
+done
fi
-# Collect all arguments for the java command;
-# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
-# shell script including quotes and variable substitutions, so put them in
-# double quotes to make sure that they get re-expanded; and
-# * put everything else in single quotes, so that it's not re-expanded.
+
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
+
+# Collect all arguments for the java command:
+# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
+# and any embedded shellness will be escaped.
+# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
+# treated as '${Hostname}' itself on the command line.
set -- \
- "-Dorg.gradle.appname=$APP_BASE_NAME" \
- -classpath "$CLASSPATH" \
- org.gradle.wrapper.GradleWrapperMain \
- "$@"
+"-Dorg.gradle.appname=$APP_BASE_NAME" \
+-classpath "$CLASSPATH" \
+org.gradle.wrapper.GradleWrapperMain \
+"$@"
+
+# Stop when "xargs" is not available.
+if ! command -v xargs >/dev/null 2>&1
+then
+die "xargs is not available"
+fi
# Use "xargs" to parse quoted args.
#
@@ -225,10 +240,10 @@ set -- \
#
eval "set -- $(
- printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" |
- xargs -n1 |
- sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
- tr '\n' ' '
- )" '"$@"'
+printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" |
+xargs -n1 |
+sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
+tr '\n' ' '
+)" '"$@"'
exec "$JAVACMD" "$@"
diff --git a/sdks/java-v1/gradlew.bat b/sdks/java-v1/gradlew.bat
index 6a68175eb..25da30dbd 100644
--- a/sdks/java-v1/gradlew.bat
+++ b/sdks/java-v1/gradlew.bat
@@ -14,7 +14,7 @@
@rem limitations under the License.
@rem
-@if "%DEBUG%" == "" @echo off
+@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@@ -25,7 +25,8 @@
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
+if "%DIRNAME%"=="" set DIRNAME=.
+@rem This is normally unused
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@@ -33,20 +34,20 @@ set APP_HOME=%DIRNAME%
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS=-Dfile.encoding=UTF-8 "-Xmx64m" "-Xms64m"
+set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto execute
+if %ERRORLEVEL% equ 0 goto execute
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
goto fail
@@ -56,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto execute
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
goto fail
@@ -75,13 +76,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
:end
@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
+if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
-if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
+set EXIT_CODE=%ERRORLEVEL%
+if %EXIT_CODE% equ 0 set EXIT_CODE=1
+if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
+exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal
diff --git a/sdks/java-v1/openapi-config.yaml b/sdks/java-v1/openapi-config.yaml
index 1694a694f..6b69dab93 100644
--- a/sdks/java-v1/openapi-config.yaml
+++ b/sdks/java-v1/openapi-config.yaml
@@ -16,7 +16,7 @@ additionalProperties:
groupId: com.dropbox.sign
artifactId: dropbox-sign
artifactName: Dropbox Sign Java SDK
- artifactVersion: "1.5-dev"
+ artifactVersion: "1.6-dev"
artifactUrl: https://github.com/hellosign/dropbox-sign-java
artifactDescription: Use the Dropbox Sign Java SDK to connect your Java app to the service of Dropbox Sign in microseconds!
scmConnection: scm:git:git://github.com/hellosign/dropbox-sign-java.git
@@ -24,7 +24,7 @@ additionalProperties:
scmUrl: https://github.com/hellosign/dropbox-sign-java
licenseName: MIT License
licenseUrl: https://www.opensource.org/licenses/mit-license.php
-
+ useCustomTemplateCode: true
files:
EventCallbackHelper.mustache:
templateType: SupportingFiles
diff --git a/sdks/java-v1/pom.xml b/sdks/java-v1/pom.xml
index 1b71d1220..369f64ada 100644
--- a/sdks/java-v1/pom.xml
+++ b/sdks/java-v1/pom.xml
@@ -5,7 +5,7 @@
dropbox-signjardropbox-sign
- 1.5-dev
+ 1.6-devhttps://github.com/hellosign/dropbox-sign-javaUse the Dropbox Sign Java SDK to connect your Java app to the service of Dropbox Sign in microseconds!
@@ -58,12 +58,12 @@
maven-surefire-plugin3.0.0-M5
-
+ loggerPathconf/log4j.properties
-
+
-Xms512m -Xmx1500mmethods10
@@ -104,7 +104,7 @@
org.apache.maven.pluginsmaven-jar-plugin
- 3.2.0
+ 3.2.2
@@ -118,7 +118,7 @@
org.codehaus.mojobuild-helper-maven-plugin
- 3.2.0
+ 3.3.0add_sources
@@ -149,7 +149,7 @@
org.apache.maven.pluginsmaven-compiler-plugin
- 3.8.1
+ 3.10.11.81.8
@@ -165,7 +165,7 @@
org.apache.maven.pluginsmaven-javadoc-plugin
- 3.3.1
+ 3.3.2attach-javadocs
@@ -250,7 +250,7 @@
org.apache.maven.pluginsmaven-gpg-plugin
- 1.5
+ 3.0.1sign-artifacts
@@ -267,12 +267,6 @@
-
- io.swagger
- swagger-annotations
- ${swagger-annotations-version}
-
-
commons-codeccommons-codec
@@ -329,11 +323,6 @@
jackson-datatype-jsr310${jackson-version}
-
- com.github.joschi.jackson
- jackson-datatype-threetenbp
- ${threetenbp-version}
- jakarta.annotationjakarta.annotation-api
@@ -347,8 +336,8 @@
- junit
- junit
+ org.junit.jupiter
+ junit-jupiter-api${junit-version}test
@@ -361,15 +350,13 @@
UTF-8
- 1.6.3
- 2.35
- 2.13.5
- 2.13.5
- 0.2.2
- 2.9.10
+ 2.37
+ 2.17.1
+ 2.17.1
+ 0.2.61.3.5
- 4.13.2
- 2.17.3
+ 5.10.0
+ 2.21.03.12.4
diff --git a/sdks/java-v1/run-build b/sdks/java-v1/run-build
index 82ab396e1..1e1cfec3e 100755
--- a/sdks/java-v1/run-build
+++ b/sdks/java-v1/run-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# see https://github.com/OpenAPITools/openapi-generator/tree/v5.4.0/modules/openapi-generator/src/main/resources/Java
+# see https://github.com/OpenAPITools/openapi-generator/tree/v7.8.0/modules/openapi-generator/src/main/resources/Java
set -e
@@ -9,7 +9,7 @@ WORKING_DIR="/app/java"
docker run --rm \
-v "${DIR}/:/local" \
- openapitools/openapi-generator-cli:v5.3.0 generate \
+ openapitools/openapi-generator-cli:v7.8.0 generate \
-i "/local/openapi-sdk.yaml" \
-c "/local/openapi-config.yaml" \
-t "/local/templates" \
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/ApiClient.java b/sdks/java-v1/src/main/java/com/dropbox/sign/ApiClient.java
index 2dc3d7505..1fb48c412 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/ApiClient.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/ApiClient.java
@@ -1,3 +1,16 @@
+/*
+ * Dropbox Sign API
+ * Dropbox Sign v3 API
+ *
+ * The version of the OpenAPI document: 3.0.0
+ * Contact: apisupport@hellosign.com
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+
package com.dropbox.sign;
import javax.ws.rs.client.Client;
@@ -35,6 +48,7 @@
import java.nio.file.Paths;
import java.nio.file.StandardCopyOption;
import org.glassfish.jersey.logging.LoggingFeature;
+import java.util.AbstractMap.SimpleEntry;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.Collection;
@@ -42,12 +56,15 @@
import java.util.Map;
import java.util.Map.Entry;
import java.util.HashMap;
-import java.util.HashSet;
+import java.util.LinkedHashMap;
+import java.util.LinkedHashSet;
import java.util.List;
import java.util.Arrays;
import java.util.ArrayList;
import java.util.Date;
-import org.threeten.bp.OffsetDateTime;
+import java.util.stream.Collectors;
+import java.util.stream.Stream;
+import java.time.OffsetDateTime;
import java.net.URLEncoder;
@@ -62,47 +79,53 @@
import com.dropbox.sign.auth.HttpBasicAuth;
import com.dropbox.sign.auth.HttpBearerAuth;
import com.dropbox.sign.auth.ApiKeyAuth;
-
import com.dropbox.sign.model.ErrorResponse;
/**
*
ApiClient class.
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.8.0")
public class ApiClient extends JavaTimeFormatter {
- protected Map defaultHeaderMap = new HashMap();
- protected Map defaultCookieMap = new HashMap();
+ private static final Pattern JSON_MIME_PATTERN = Pattern.compile("(?i)^(application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(;.*)?$");
+
+ protected Map defaultHeaderMap = new HashMap<>();
+ protected Map defaultCookieMap = new HashMap<>();
protected String basePath = "https://api.hellosign.com/v3";
protected String userAgent;
private static final Logger log = Logger.getLogger(ApiClient.class.getName());
- protected List servers = new ArrayList(Arrays.asList(
- new ServerConfiguration(
- "https://api.hellosign.com/v3",
- "No description provided",
- new HashMap()
- )
+ protected List servers = new ArrayList<>(Arrays.asList(
+ new ServerConfiguration(
+ "https://api.hellosign.com/v3",
+ "No description provided",
+ new LinkedHashMap<>()
+ )
));
protected Integer serverIndex = 0;
protected Map serverVariables = null;
- protected Map> operationServers = new HashMap>() {{
- put("OAuthApi.oauthTokenGenerate", new ArrayList(Arrays.asList(
- new ServerConfiguration(
- "https://app.hellosign.com",
- "No description provided",
- new HashMap()
- )
+ protected Map> operationServers;
+
+ {
+ Map> operationServers = new HashMap<>();
+ operationServers.put("OAuthApi.oauthTokenGenerate", new ArrayList<>(Arrays.asList(
+ new ServerConfiguration(
+ "https://app.hellosign.com",
+ "No description provided",
+ new LinkedHashMap<>()
+ )
)));
- put("OAuthApi.oauthTokenRefresh", new ArrayList(Arrays.asList(
- new ServerConfiguration(
- "https://app.hellosign.com",
- "No description provided",
- new HashMap()
- )
+ operationServers.put("OAuthApi.oauthTokenRefresh", new ArrayList<>(Arrays.asList(
+ new ServerConfiguration(
+ "https://app.hellosign.com",
+ "No description provided",
+ new LinkedHashMap<>()
+ )
)));
- }};
- protected Map operationServerIndex = new HashMap();
- protected Map> operationServerVariables = new HashMap>();
+ this.operationServers = operationServers;
+ }
+
+ protected Map operationServerIndex = new HashMap<>();
+ protected Map> operationServerVariables = new HashMap<>();
protected boolean debugging = false;
protected ClientConfig clientConfig;
protected int connectionTimeout = 0;
@@ -136,10 +159,10 @@ public ApiClient(Map authMap) {
this.dateFormat = new RFC3339DateFormat();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/1.5-dev/java");
+ setUserAgent("OpenAPI-Generator/1.6-dev/java");
// Setup authentications (key: authentication name, value: authentication).
- authentications = new HashMap();
+ authentications = new HashMap<>();
Authentication auth = null;
if (authMap != null) {
auth = authMap.get("api_key");
@@ -161,7 +184,7 @@ public ApiClient(Map authMap) {
authentications = Collections.unmodifiableMap(authentications);
// Setup authentication lookup (key: authentication alias, value: authentication name)
- authenticationLookup = new HashMap();
+ authenticationLookup = new HashMap<>();
}
/**
@@ -186,7 +209,7 @@ public Client getHttpClient() {
*
Setter for the field httpClient.
*
* @param httpClient a {@link javax.ws.rs.client.Client} object.
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setHttpClient(Client httpClient) {
this.httpClient = httpClient;
@@ -206,7 +229,7 @@ public String getBasePath() {
* Sets the base URL to the location where the OpenAPI document is being served.
*
* @param basePath The base URL to the target host.
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
@@ -226,7 +249,7 @@ public List getServers() {
*
Setter for the field servers.
*
* @param servers a {@link java.util.List} of servers.
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setServers(List servers) {
this.servers = servers;
@@ -247,7 +270,7 @@ public Integer getServerIndex() {
*
Setter for the field serverIndex.
*
* @param serverIndex the server index
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setServerIndex(Integer serverIndex) {
this.serverIndex = serverIndex;
@@ -268,7 +291,7 @@ public Map getServerVariables() {
*
Setter for the field serverVariables.
*
* @param serverVariables a {@link java.util.Map} of server variables.
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setServerVariables(Map serverVariables) {
this.serverVariables = serverVariables;
@@ -305,7 +328,7 @@ public Authentication getAuthentication(String authName) {
* Helper method to set username for the first HTTP basic authentication.
*
* @param username Username
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setUsername(String username) {
for (Authentication auth : authentications.values()) {
@@ -321,7 +344,7 @@ public ApiClient setUsername(String username) {
* Helper method to set password for the first HTTP basic authentication.
*
* @param password Password
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setPassword(String password) {
for (Authentication auth : authentications.values()) {
@@ -337,7 +360,7 @@ public ApiClient setPassword(String password) {
* Helper method to set API key value for the first API key authentication.
*
* @param apiKey API key
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setApiKey(String apiKey) {
for (Authentication auth : authentications.values()) {
@@ -352,11 +375,12 @@ public ApiClient setApiKey(String apiKey) {
throw new RuntimeException("No API key authentication configured!");
}
+
/**
* Helper method to set bearer token for the first Bearer authentication.
*
* @param bearerToken Bearer token
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setBearerToken(String bearerToken) {
for (Authentication auth : authentications.values()) {
@@ -372,7 +396,7 @@ public ApiClient setBearerToken(String bearerToken) {
* Set the User-Agent header's value (by adding to the default header map).
*
* @param userAgent Http user agent
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setUserAgent(String userAgent) {
this.userAgent = userAgent;
@@ -394,7 +418,7 @@ public String getUserAgent(){
*
* @param key The header's key
* @param value The header's value
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient addDefaultHeader(String key, String value) {
defaultHeaderMap.put(key, value);
@@ -406,7 +430,7 @@ public ApiClient addDefaultHeader(String key, String value) {
*
* @param key The cookie's key
* @param value The cookie's value
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient addDefaultCookie(String key, String value) {
defaultCookieMap.put(key, value);
@@ -426,7 +450,7 @@ public ClientConfig getClientConfig() {
* Set the client config.
*
* @param clientConfig Set the client config
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setClientConfig(ClientConfig clientConfig) {
this.clientConfig = clientConfig;
@@ -448,7 +472,7 @@ public boolean isDebugging() {
* Enable/disable debugging for this API client.
*
* @param debugging To enable (true) or disable (false) debugging
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setDebugging(boolean debugging) {
this.debugging = debugging;
@@ -472,7 +496,7 @@ public String getTempFolderPath() {
* Set temp folder path
*
* @param tempFolderPath Temp folder path
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setTempFolderPath(String tempFolderPath) {
this.tempFolderPath = tempFolderPath;
@@ -494,7 +518,7 @@ public int getConnectTimeout() {
* {@link Integer#MAX_VALUE}.
*
* @param connectionTimeout Connection timeout in milliseconds
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setConnectTimeout(int connectionTimeout) {
this.connectionTimeout = connectionTimeout;
@@ -517,7 +541,7 @@ public int getReadTimeout() {
* {@link Integer#MAX_VALUE}.
*
* @param readTimeout Read timeout in milliseconds
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setReadTimeout(int readTimeout) {
this.readTimeout = readTimeout;
@@ -538,7 +562,7 @@ public DateFormat getDateFormat() {
* Set the date format used to parse/format date parameters.
*
* @param dateFormat Date format
- * @return a {@link com.dropbox.sign.ApiClient} object.
+ * @return a {@link ApiClient} object.
*/
public ApiClient setDateFormat(DateFormat dateFormat) {
this.dateFormat = dateFormat;
@@ -584,9 +608,9 @@ public String parameterToString(Object param) {
return formatDate((Date) param);
} else if (param instanceof OffsetDateTime) {
return formatOffsetDateTime((OffsetDateTime) param);
- } else if (param instanceof Collection) {
+ } else if (param instanceof Collection>) {
StringBuilder b = new StringBuilder();
- for(Object o : (Collection)param) {
+ for(Object o : (Collection>)param) {
if(b.length() > 0) {
b.append(',');
}
@@ -607,14 +631,14 @@ public String parameterToString(Object param) {
* @return List of pairs
*/
public List parameterToPairs(String collectionFormat, String name, Object value){
- List params = new ArrayList();
+ List params = new ArrayList<>();
// preconditions
if (name == null || name.isEmpty() || value == null) return params;
- Collection valueCollection;
- if (value instanceof Collection) {
- valueCollection = (Collection) value;
+ Collection> valueCollection;
+ if (value instanceof Collection>) {
+ valueCollection = (Collection>) value;
} else {
params.add(new Pair(name, parameterToString(value)));
return params;
@@ -666,14 +690,13 @@ public List parameterToPairs(String collectionFormat, String name, Object
* application/json; charset=UTF8
* APPLICATION/JSON
* application/vnd.company+json
- * "* / *" is also default to JSON
+ * "*{@literal /}*" is also considered JSON by this method.
*
* @param mime MIME
* @return True if the MIME type is JSON
*/
public boolean isJsonMime(String mime) {
- String jsonMime = "(?i)^(application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(;.*)?$";
- return mime != null && (mime.matches(jsonMime) || mime.equals("*/*"));
+ return mime != null && (mime.equals("*/*") || JSON_MIME_PATTERN.matcher(mime).matches());
}
/**
@@ -685,8 +708,8 @@ public boolean isJsonMime(String mime) {
* @return The Accept header to use. If the given array is empty,
* null will be returned (not to set the Accept header explicitly).
*/
- public String selectHeaderAccept(String[] accepts) {
- if (accepts.length == 0) {
+ public String selectHeaderAccept(String... accepts) {
+ if (accepts == null || accepts.length == 0) {
return null;
}
for (String accept : accepts) {
@@ -706,8 +729,8 @@ public String selectHeaderAccept(String[] accepts) {
* @return The Content-Type header to use. If the given array is empty,
* JSON will be used.
*/
- public String selectHeaderContentType(String[] contentTypes) {
- if (contentTypes.length == 0) {
+ public String selectHeaderContentType(String... contentTypes) {
+ if (contentTypes == null || contentTypes.length == 0) {
return "application/json";
}
for (String contentType : contentTypes) {
@@ -751,7 +774,17 @@ public Entity> serialize(Object obj, Map formParams, String co
File file = (File) param.getValue();
FormDataContentDisposition contentDisp = FormDataContentDisposition.name(param.getKey())
.fileName(file.getName()).size(file.length()).build();
- multiPart.bodyPart(new FormDataBodyPart(contentDisp, file, MediaType.APPLICATION_OCTET_STREAM_TYPE));
+
+ // Attempt to probe the content type for the file so that the form part is more correctly
+ // and precisely identified, but fall back to application/octet-stream if that fails.
+ MediaType type;
+ try {
+ type = MediaType.valueOf(Files.probeContentType(file.toPath()));
+ } catch (IOException | IllegalArgumentException e) {
+ type = MediaType.APPLICATION_OCTET_STREAM_TYPE;
+ }
+
+ multiPart.bodyPart(new FormDataBodyPart(contentDisp, file, type));
} else {
FormDataContentDisposition contentDisp = FormDataContentDisposition.name(param.getKey()).build();
multiPart.bodyPart(new FormDataBodyPart(contentDisp, parameterToString(param.getValue())));
@@ -845,11 +878,6 @@ public T deserialize(Response response, GenericType returnType) throws Ap
return file;
}
- String contentType = null;
- List