diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/AccountApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/AccountApi.cs
index 0e70ee233..1a06b0003 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/AccountApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/AccountApi.cs
@@ -33,6 +33,7 @@ public interface IAccountApiSync : IApiAccessor
///
/// Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -45,6 +46,7 @@ public interface IAccountApiSync : IApiAccessor
///
/// Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -56,6 +58,7 @@ public interface IAccountApiSync : IApiAccessor
///
/// Returns the properties and settings of your Account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountGetExample.cs
/// Thrown when fails to make API call
/// `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
/// `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
@@ -69,6 +72,7 @@ public interface IAccountApiSync : IApiAccessor
///
/// Returns the properties and settings of your Account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountGetExample.cs
/// Thrown when fails to make API call
/// `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
/// `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
@@ -81,6 +85,7 @@ public interface IAccountApiSync : IApiAccessor
///
/// Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -93,6 +98,7 @@ public interface IAccountApiSync : IApiAccessor
///
/// Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -104,6 +110,7 @@ public interface IAccountApiSync : IApiAccessor
///
/// Verifies whether an Dropbox Sign Account exists for the given email address.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountVerifyExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -116,6 +123,7 @@ public interface IAccountApiSync : IApiAccessor
///
/// Verifies whether an Dropbox Sign Account exists for the given email address.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountVerifyExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -136,6 +144,7 @@ public interface IAccountApiAsync : IApiAccessor
///
/// Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -149,6 +158,7 @@ public interface IAccountApiAsync : IApiAccessor
///
/// Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -161,6 +171,7 @@ public interface IAccountApiAsync : IApiAccessor
///
/// Returns the properties and settings of your Account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountGetExample.cs
/// Thrown when fails to make API call
/// `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
/// `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
@@ -175,6 +186,7 @@ public interface IAccountApiAsync : IApiAccessor
///
/// Returns the properties and settings of your Account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountGetExample.cs
/// Thrown when fails to make API call
/// `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
/// `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
@@ -188,6 +200,7 @@ public interface IAccountApiAsync : IApiAccessor
///
/// Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -201,6 +214,7 @@ public interface IAccountApiAsync : IApiAccessor
///
/// Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -213,6 +227,7 @@ public interface IAccountApiAsync : IApiAccessor
///
/// Verifies whether an Dropbox Sign Account exists for the given email address.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountVerifyExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -226,6 +241,7 @@ public interface IAccountApiAsync : IApiAccessor
///
/// Verifies whether an Dropbox Sign Account exists for the given email address.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountVerifyExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -355,6 +371,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Create Account Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -368,6 +385,7 @@ public AccountCreateResponse AccountCreate(AccountCreateRequest accountCreateReq
///
/// Create Account Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -445,6 +463,7 @@ public Dropbox.Sign.Client.ApiResponse AccountCreateWithH
///
/// Create Account Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -459,6 +478,7 @@ public Dropbox.Sign.Client.ApiResponse AccountCreateWithH
///
/// Create Account Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -539,6 +559,7 @@ public Dropbox.Sign.Client.ApiResponse AccountCreateWithH
///
/// Get Account Returns the properties and settings of your Account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountGetExample.cs
/// Thrown when fails to make API call
/// `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
/// `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
@@ -553,6 +574,7 @@ public Dropbox.Sign.Client.ApiResponse AccountCreateWithH
///
/// Get Account Returns the properties and settings of your Account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountGetExample.cs
/// Thrown when fails to make API call
/// `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
/// `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
@@ -624,6 +646,7 @@ public Dropbox.Sign.Client.ApiResponse AccountCreateWithH
///
/// Get Account Returns the properties and settings of your Account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountGetExample.cs
/// Thrown when fails to make API call
/// `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
/// `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
@@ -639,6 +662,7 @@ public Dropbox.Sign.Client.ApiResponse AccountCreateWithH
///
/// Get Account Returns the properties and settings of your Account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountGetExample.cs
/// Thrown when fails to make API call
/// `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
/// `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
@@ -713,6 +737,7 @@ public Dropbox.Sign.Client.ApiResponse AccountCreateWithH
///
/// Update Account Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -726,6 +751,7 @@ public AccountGetResponse AccountUpdate(AccountUpdateRequest accountUpdateReques
///
/// Update Account Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -803,6 +829,7 @@ public Dropbox.Sign.Client.ApiResponse AccountUpdateWithHttp
///
/// Update Account Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -817,6 +844,7 @@ public Dropbox.Sign.Client.ApiResponse AccountUpdateWithHttp
///
/// Update Account Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -897,6 +925,7 @@ public Dropbox.Sign.Client.ApiResponse AccountUpdateWithHttp
///
/// Verify Account Verifies whether an Dropbox Sign Account exists for the given email address.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountVerifyExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -910,6 +939,7 @@ public AccountVerifyResponse AccountVerify(AccountVerifyRequest accountVerifyReq
///
/// Verify Account Verifies whether an Dropbox Sign Account exists for the given email address.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountVerifyExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -987,6 +1017,7 @@ public Dropbox.Sign.Client.ApiResponse AccountVerifyWithH
///
/// Verify Account Verifies whether an Dropbox Sign Account exists for the given email address.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountVerifyExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1001,6 +1032,7 @@ public Dropbox.Sign.Client.ApiResponse AccountVerifyWithH
///
/// Verify Account Verifies whether an Dropbox Sign Account exists for the given email address.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/AccountVerifyExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/ApiAppApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/ApiAppApi.cs
index d5ff4381b..10610c791 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/ApiAppApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/ApiAppApi.cs
@@ -33,6 +33,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Creates a new API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -45,6 +46,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Creates a new API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -56,6 +58,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Deletes an API App. Can only be invoked for apps you own.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppDeleteExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to delete.
/// Index associated with the operation.
@@ -68,6 +71,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Deletes an API App. Can only be invoked for apps you own.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppDeleteExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to delete.
/// Index associated with the operation.
@@ -79,6 +83,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Returns an object with information about an API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppGetExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to retrieve.
/// Index associated with the operation.
@@ -91,6 +96,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Returns an object with information about an API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppGetExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to retrieve.
/// Index associated with the operation.
@@ -102,6 +108,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppListExample.cs
/// Thrown when fails to make API call
/// Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -115,6 +122,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppListExample.cs
/// Thrown when fails to make API call
/// Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -127,6 +135,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppUpdateExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to update.
///
@@ -140,6 +149,7 @@ public interface IApiAppApiSync : IApiAccessor
///
/// Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppUpdateExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to update.
///
@@ -161,6 +171,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Creates a new API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -174,6 +185,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Creates a new API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -186,6 +198,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Deletes an API App. Can only be invoked for apps you own.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppDeleteExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to delete.
/// Index associated with the operation.
@@ -199,6 +212,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Deletes an API App. Can only be invoked for apps you own.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppDeleteExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to delete.
/// Index associated with the operation.
@@ -211,6 +225,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Returns an object with information about an API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppGetExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to retrieve.
/// Index associated with the operation.
@@ -224,6 +239,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Returns an object with information about an API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppGetExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to retrieve.
/// Index associated with the operation.
@@ -236,6 +252,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppListExample.cs
/// Thrown when fails to make API call
/// Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -250,6 +267,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppListExample.cs
/// Thrown when fails to make API call
/// Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -263,6 +281,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppUpdateExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to update.
///
@@ -277,6 +296,7 @@ public interface IApiAppApiAsync : IApiAccessor
///
/// Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppUpdateExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to update.
///
@@ -407,6 +427,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Create API App Creates a new API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -420,6 +441,7 @@ public ApiAppGetResponse ApiAppCreate(ApiAppCreateRequest apiAppCreateRequest, i
///
/// Create API App Creates a new API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -497,6 +519,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppCreateWithHttpIn
///
/// Create API App Creates a new API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -511,6 +534,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppCreateWithHttpIn
///
/// Create API App Creates a new API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -591,6 +615,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppCreateWithHttpIn
///
/// Delete API App Deletes an API App. Can only be invoked for apps you own.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppDeleteExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to delete.
/// Index associated with the operation.
@@ -603,6 +628,7 @@ public void ApiAppDelete(string clientId, int operationIndex = 0)
///
/// Delete API App Deletes an API App. Can only be invoked for apps you own.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppDeleteExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to delete.
/// Index associated with the operation.
@@ -672,6 +698,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppDeleteWithHttpInfo(string c
///
/// Delete API App Deletes an API App. Can only be invoked for apps you own.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppDeleteExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to delete.
/// Index associated with the operation.
@@ -685,6 +712,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppDeleteWithHttpInfo(string c
///
/// Delete API App Deletes an API App. Can only be invoked for apps you own.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppDeleteExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to delete.
/// Index associated with the operation.
@@ -757,6 +785,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppDeleteWithHttpInfo(string c
///
/// Get API App Returns an object with information about an API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppGetExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to retrieve.
/// Index associated with the operation.
@@ -770,6 +799,7 @@ public ApiAppGetResponse ApiAppGet(string clientId, int operationIndex = 0)
///
/// Get API App Returns an object with information about an API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppGetExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to retrieve.
/// Index associated with the operation.
@@ -839,6 +869,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppGetWithHttpInfo(
///
/// Get API App Returns an object with information about an API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppGetExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to retrieve.
/// Index associated with the operation.
@@ -853,6 +884,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppGetWithHttpInfo(
///
/// Get API App Returns an object with information about an API App.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppGetExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to retrieve.
/// Index associated with the operation.
@@ -925,6 +957,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppGetWithHttpInfo(
///
/// List API Apps Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppListExample.cs
/// Thrown when fails to make API call
/// Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -939,6 +972,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppGetWithHttpInfo(
///
/// List API Apps Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppListExample.cs
/// Thrown when fails to make API call
/// Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -1010,6 +1044,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppGetWithHttpInfo(
///
/// List API Apps Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppListExample.cs
/// Thrown when fails to make API call
/// Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -1025,6 +1060,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppGetWithHttpInfo(
///
/// List API Apps Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppListExample.cs
/// Thrown when fails to make API call
/// Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -1099,6 +1135,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppGetWithHttpInfo(
///
/// Update API App Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppUpdateExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to update.
///
@@ -1113,6 +1150,7 @@ public ApiAppGetResponse ApiAppUpdate(string clientId, ApiAppUpdateRequest apiAp
///
/// Update API App Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppUpdateExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to update.
///
@@ -1198,6 +1236,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppUpdateWithHttpIn
///
/// Update API App Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppUpdateExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to update.
///
@@ -1213,6 +1252,7 @@ public Dropbox.Sign.Client.ApiResponse ApiAppUpdateWithHttpIn
///
/// Update API App Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ApiAppUpdateExample.cs
/// Thrown when fails to make API call
/// The client id of the API App to update.
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/BulkSendJobApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/BulkSendJobApi.cs
index 25915628e..80a539517 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/BulkSendJobApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/BulkSendJobApi.cs
@@ -33,6 +33,7 @@ public interface IBulkSendJobApiSync : IApiAccessor
///
/// Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobGetExample.cs
/// Thrown when fails to make API call
/// The id of the BulkSendJob to retrieve.
/// Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
@@ -47,6 +48,7 @@ public interface IBulkSendJobApiSync : IApiAccessor
///
/// Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobGetExample.cs
/// Thrown when fails to make API call
/// The id of the BulkSendJob to retrieve.
/// Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
@@ -60,6 +62,7 @@ public interface IBulkSendJobApiSync : IApiAccessor
///
/// Returns a list of BulkSendJob that you can access.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobListExample.cs
/// Thrown when fails to make API call
/// Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
@@ -73,6 +76,7 @@ public interface IBulkSendJobApiSync : IApiAccessor
///
/// Returns a list of BulkSendJob that you can access.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobListExample.cs
/// Thrown when fails to make API call
/// Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
@@ -94,6 +98,7 @@ public interface IBulkSendJobApiAsync : IApiAccessor
///
/// Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobGetExample.cs
/// Thrown when fails to make API call
/// The id of the BulkSendJob to retrieve.
/// Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
@@ -109,6 +114,7 @@ public interface IBulkSendJobApiAsync : IApiAccessor
///
/// Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobGetExample.cs
/// Thrown when fails to make API call
/// The id of the BulkSendJob to retrieve.
/// Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
@@ -123,6 +129,7 @@ public interface IBulkSendJobApiAsync : IApiAccessor
///
/// Returns a list of BulkSendJob that you can access.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobListExample.cs
/// Thrown when fails to make API call
/// Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
@@ -137,6 +144,7 @@ public interface IBulkSendJobApiAsync : IApiAccessor
///
/// Returns a list of BulkSendJob that you can access.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobListExample.cs
/// Thrown when fails to make API call
/// Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
@@ -267,6 +275,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Get Bulk Send Job Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobGetExample.cs
/// Thrown when fails to make API call
/// The id of the BulkSendJob to retrieve.
/// Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
@@ -282,6 +291,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Get Bulk Send Job Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobGetExample.cs
/// Thrown when fails to make API call
/// The id of the BulkSendJob to retrieve.
/// Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
@@ -361,6 +371,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Get Bulk Send Job Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobGetExample.cs
/// Thrown when fails to make API call
/// The id of the BulkSendJob to retrieve.
/// Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
@@ -377,6 +388,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Get Bulk Send Job Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobGetExample.cs
/// Thrown when fails to make API call
/// The id of the BulkSendJob to retrieve.
/// Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
@@ -459,6 +471,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// List Bulk Send Jobs Returns a list of BulkSendJob that you can access.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobListExample.cs
/// Thrown when fails to make API call
/// Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
@@ -473,6 +486,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// List Bulk Send Jobs Returns a list of BulkSendJob that you can access.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobListExample.cs
/// Thrown when fails to make API call
/// Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
@@ -544,6 +558,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// List Bulk Send Jobs Returns a list of BulkSendJob that you can access.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobListExample.cs
/// Thrown when fails to make API call
/// Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
@@ -559,6 +574,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// List Bulk Send Jobs Returns a list of BulkSendJob that you can access.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/BulkSendJobListExample.cs
/// Thrown when fails to make API call
/// Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
/// 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/dotnet/src/Dropbox.Sign/Api/EmbeddedApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/EmbeddedApi.cs
index 32115b268..85ab285a4 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/EmbeddedApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/EmbeddedApi.cs
@@ -33,6 +33,7 @@ public interface IEmbeddedApiSync : IApiAccessor
///
/// Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedEditUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template to edit.
///
@@ -46,6 +47,7 @@ public interface IEmbeddedApiSync : IApiAccessor
///
/// Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedEditUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template to edit.
///
@@ -58,6 +60,7 @@ public interface IEmbeddedApiSync : IApiAccessor
///
/// Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedSignUrlExample.cs
/// Thrown when fails to make API call
/// The id of the signature to get a signature url for.
/// Index associated with the operation.
@@ -70,6 +73,7 @@ public interface IEmbeddedApiSync : IApiAccessor
///
/// Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedSignUrlExample.cs
/// Thrown when fails to make API call
/// The id of the signature to get a signature url for.
/// Index associated with the operation.
@@ -90,6 +94,7 @@ public interface IEmbeddedApiAsync : IApiAccessor
///
/// Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedEditUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template to edit.
///
@@ -104,6 +109,7 @@ public interface IEmbeddedApiAsync : IApiAccessor
///
/// Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedEditUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template to edit.
///
@@ -117,6 +123,7 @@ public interface IEmbeddedApiAsync : IApiAccessor
///
/// Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedSignUrlExample.cs
/// Thrown when fails to make API call
/// The id of the signature to get a signature url for.
/// Index associated with the operation.
@@ -130,6 +137,7 @@ public interface IEmbeddedApiAsync : IApiAccessor
///
/// Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedSignUrlExample.cs
/// Thrown when fails to make API call
/// The id of the signature to get a signature url for.
/// Index associated with the operation.
@@ -259,6 +267,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Get Embedded Template Edit URL Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedEditUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template to edit.
///
@@ -273,6 +282,7 @@ public EmbeddedEditUrlResponse EmbeddedEditUrl(string templateId, EmbeddedEditUr
///
/// Get Embedded Template Edit URL Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedEditUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template to edit.
///
@@ -358,6 +368,7 @@ public Dropbox.Sign.Client.ApiResponse EmbeddedEditUrlW
///
/// Get Embedded Template Edit URL Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedEditUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template to edit.
///
@@ -373,6 +384,7 @@ public Dropbox.Sign.Client.ApiResponse EmbeddedEditUrlW
///
/// Get Embedded Template Edit URL Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedEditUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template to edit.
///
@@ -461,6 +473,7 @@ public Dropbox.Sign.Client.ApiResponse EmbeddedEditUrlW
///
/// Get Embedded Sign URL Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedSignUrlExample.cs
/// Thrown when fails to make API call
/// The id of the signature to get a signature url for.
/// Index associated with the operation.
@@ -474,6 +487,7 @@ public EmbeddedSignUrlResponse EmbeddedSignUrl(string signatureId, int operation
///
/// Get Embedded Sign URL Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedSignUrlExample.cs
/// Thrown when fails to make API call
/// The id of the signature to get a signature url for.
/// Index associated with the operation.
@@ -543,6 +557,7 @@ public Dropbox.Sign.Client.ApiResponse EmbeddedSignUrlW
///
/// Get Embedded Sign URL Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedSignUrlExample.cs
/// Thrown when fails to make API call
/// The id of the signature to get a signature url for.
/// Index associated with the operation.
@@ -557,6 +572,7 @@ public Dropbox.Sign.Client.ApiResponse EmbeddedSignUrlW
///
/// Get Embedded Sign URL Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/EmbeddedSignUrlExample.cs
/// Thrown when fails to make API call
/// The id of the signature to get a signature url for.
/// Index associated with the operation.
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/FaxApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/FaxApi.cs
index 096d3bf66..faa75bbde 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/FaxApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/FaxApi.cs
@@ -33,6 +33,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Deletes the specified Fax from the system
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxDeleteExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -45,6 +46,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Deletes the specified Fax from the system
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxDeleteExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -56,6 +58,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Downloads files associated with a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxFilesExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -68,6 +71,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Downloads files associated with a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxFilesExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -79,6 +83,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Returns information about a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxGetExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -91,6 +96,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Returns information about a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxGetExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -102,6 +108,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Returns properties of multiple Faxes
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxListExample.cs
/// Thrown when fails to make API call
/// Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -115,6 +122,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Returns properties of multiple Faxes
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxListExample.cs
/// Thrown when fails to make API call
/// Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -127,6 +135,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Creates and sends a new Fax with the submitted file(s)
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -139,6 +148,7 @@ public interface IFaxApiSync : IApiAccessor
///
/// Creates and sends a new Fax with the submitted file(s)
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -159,6 +169,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Deletes the specified Fax from the system
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxDeleteExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -172,6 +183,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Deletes the specified Fax from the system
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxDeleteExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -184,6 +196,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Downloads files associated with a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxFilesExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -197,6 +210,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Downloads files associated with a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxFilesExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -209,6 +223,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Returns information about a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxGetExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -222,6 +237,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Returns information about a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxGetExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -234,6 +250,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Returns properties of multiple Faxes
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxListExample.cs
/// Thrown when fails to make API call
/// Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -248,6 +265,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Returns properties of multiple Faxes
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxListExample.cs
/// Thrown when fails to make API call
/// Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -261,6 +279,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Creates and sends a new Fax with the submitted file(s)
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -274,6 +293,7 @@ public interface IFaxApiAsync : IApiAccessor
///
/// Creates and sends a new Fax with the submitted file(s)
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -403,6 +423,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Delete Fax Deletes the specified Fax from the system
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxDeleteExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -415,6 +436,7 @@ public void FaxDelete(string faxId, int operationIndex = 0)
///
/// Delete Fax Deletes the specified Fax from the system
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxDeleteExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -478,6 +500,7 @@ public Dropbox.Sign.Client.ApiResponse FaxDeleteWithHttpInfo(string faxI
///
/// Delete Fax Deletes the specified Fax from the system
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxDeleteExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -491,6 +514,7 @@ public Dropbox.Sign.Client.ApiResponse FaxDeleteWithHttpInfo(string faxI
///
/// Delete Fax Deletes the specified Fax from the system
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxDeleteExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -557,6 +581,7 @@ public Dropbox.Sign.Client.ApiResponse FaxDeleteWithHttpInfo(string faxI
///
/// Download Fax Files Downloads files associated with a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxFilesExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -570,6 +595,7 @@ public System.IO.Stream FaxFiles(string faxId, int operationIndex = 0)
///
/// Download Fax Files Downloads files associated with a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxFilesExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -634,6 +660,7 @@ public System.IO.Stream FaxFiles(string faxId, int operationIndex = 0)
///
/// Download Fax Files Downloads files associated with a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxFilesExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -648,6 +675,7 @@ public System.IO.Stream FaxFiles(string faxId, int operationIndex = 0)
///
/// Download Fax Files Downloads files associated with a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxFilesExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -715,6 +743,7 @@ public System.IO.Stream FaxFiles(string faxId, int operationIndex = 0)
///
/// Get Fax Returns information about a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxGetExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -728,6 +757,7 @@ public FaxGetResponse FaxGet(string faxId, int operationIndex = 0)
///
/// Get Fax Returns information about a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxGetExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -791,6 +821,7 @@ public Dropbox.Sign.Client.ApiResponse FaxGetWithHttpInfo(string
///
/// Get Fax Returns information about a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxGetExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -805,6 +836,7 @@ public Dropbox.Sign.Client.ApiResponse FaxGetWithHttpInfo(string
///
/// Get Fax Returns information about a Fax
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxGetExample.cs
/// Thrown when fails to make API call
/// Fax ID
/// Index associated with the operation.
@@ -871,6 +903,7 @@ public Dropbox.Sign.Client.ApiResponse FaxGetWithHttpInfo(string
///
/// Lists Faxes Returns properties of multiple Faxes
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxListExample.cs
/// Thrown when fails to make API call
/// Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -885,6 +918,7 @@ public Dropbox.Sign.Client.ApiResponse FaxGetWithHttpInfo(string
///
/// Lists Faxes Returns properties of multiple Faxes
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxListExample.cs
/// Thrown when fails to make API call
/// Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -950,6 +984,7 @@ public Dropbox.Sign.Client.ApiResponse FaxGetWithHttpInfo(string
///
/// Lists Faxes Returns properties of multiple Faxes
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxListExample.cs
/// Thrown when fails to make API call
/// Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -965,6 +1000,7 @@ public Dropbox.Sign.Client.ApiResponse FaxGetWithHttpInfo(string
///
/// Lists Faxes Returns properties of multiple Faxes
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxListExample.cs
/// Thrown when fails to make API call
/// Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
/// Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -1033,6 +1069,7 @@ public Dropbox.Sign.Client.ApiResponse FaxGetWithHttpInfo(string
///
/// Send Fax Creates and sends a new Fax with the submitted file(s)
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1046,6 +1083,7 @@ public FaxGetResponse FaxSend(FaxSendRequest faxSendRequest, int operationIndex
///
/// Send Fax Creates and sends a new Fax with the submitted file(s)
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1117,6 +1155,7 @@ public Dropbox.Sign.Client.ApiResponse FaxSendWithHttpInfo(FaxSe
///
/// Send Fax Creates and sends a new Fax with the submitted file(s)
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1131,6 +1170,7 @@ public Dropbox.Sign.Client.ApiResponse FaxSendWithHttpInfo(FaxSe
///
/// Send Fax Creates and sends a new Fax with the submitted file(s)
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/FaxLineApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/FaxLineApi.cs
index 127f2e4d7..e756a48f5 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/FaxLineApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/FaxLineApi.cs
@@ -33,6 +33,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Grants a user access to the specified Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAddUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -45,6 +46,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Grants a user access to the specified Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAddUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -56,6 +58,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Returns a list of available area codes for a given state/province and city
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAreaCodeGetExample.cs
/// Thrown when fails to make API call
/// Filter area codes by country
/// Filter area codes by state (optional)
@@ -71,6 +74,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Returns a list of available area codes for a given state/province and city
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAreaCodeGetExample.cs
/// Thrown when fails to make API call
/// Filter area codes by country
/// Filter area codes by state (optional)
@@ -85,6 +89,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Purchases a new Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -97,6 +102,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Purchases a new Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -108,6 +114,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Deletes the specified Fax Line from the subscription.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineDeleteExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -120,6 +127,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Deletes the specified Fax Line from the subscription.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineDeleteExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -131,6 +139,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Returns the properties and settings of a Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineGetExample.cs
/// Thrown when fails to make API call
/// The Fax Line number
/// Index associated with the operation.
@@ -143,6 +152,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Returns the properties and settings of a Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineGetExample.cs
/// Thrown when fails to make API call
/// The Fax Line number
/// Index associated with the operation.
@@ -154,6 +164,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Returns the properties and settings of multiple Fax Lines.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineListExample.cs
/// Thrown when fails to make API call
/// Account ID (optional)
/// Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
@@ -169,6 +180,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Returns the properties and settings of multiple Fax Lines.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineListExample.cs
/// Thrown when fails to make API call
/// Account ID (optional)
/// Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
@@ -183,6 +195,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Removes a user's access to the specified Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineRemoveUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -195,6 +208,7 @@ public interface IFaxLineApiSync : IApiAccessor
///
/// Removes a user's access to the specified Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineRemoveUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -215,6 +229,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Grants a user access to the specified Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAddUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -228,6 +243,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Grants a user access to the specified Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAddUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -240,6 +256,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Returns a list of available area codes for a given state/province and city
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAreaCodeGetExample.cs
/// Thrown when fails to make API call
/// Filter area codes by country
/// Filter area codes by state (optional)
@@ -256,6 +273,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Returns a list of available area codes for a given state/province and city
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAreaCodeGetExample.cs
/// Thrown when fails to make API call
/// Filter area codes by country
/// Filter area codes by state (optional)
@@ -271,6 +289,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Purchases a new Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -284,6 +303,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Purchases a new Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -296,6 +316,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Deletes the specified Fax Line from the subscription.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineDeleteExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -309,6 +330,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Deletes the specified Fax Line from the subscription.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineDeleteExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -321,6 +343,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Returns the properties and settings of a Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineGetExample.cs
/// Thrown when fails to make API call
/// The Fax Line number
/// Index associated with the operation.
@@ -334,6 +357,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Returns the properties and settings of a Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineGetExample.cs
/// Thrown when fails to make API call
/// The Fax Line number
/// Index associated with the operation.
@@ -346,6 +370,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Returns the properties and settings of multiple Fax Lines.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineListExample.cs
/// Thrown when fails to make API call
/// Account ID (optional)
/// Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
@@ -362,6 +387,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Returns the properties and settings of multiple Fax Lines.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineListExample.cs
/// Thrown when fails to make API call
/// Account ID (optional)
/// Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
@@ -377,6 +403,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Removes a user's access to the specified Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineRemoveUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -390,6 +417,7 @@ public interface IFaxLineApiAsync : IApiAccessor
///
/// Removes a user's access to the specified Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineRemoveUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -519,6 +547,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Add Fax Line User Grants a user access to the specified Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAddUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -532,6 +561,7 @@ public FaxLineResponse FaxLineAddUser(FaxLineAddUserRequest faxLineAddUserReques
///
/// Add Fax Line User Grants a user access to the specified Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAddUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -603,6 +633,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineAddUserWithHttpIn
///
/// Add Fax Line User Grants a user access to the specified Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAddUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -617,6 +648,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineAddUserWithHttpIn
///
/// Add Fax Line User Grants a user access to the specified Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAddUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -691,6 +723,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineAddUserWithHttpIn
///
/// Get Available Fax Line Area Codes Returns a list of available area codes for a given state/province and city
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAreaCodeGetExample.cs
/// Thrown when fails to make API call
/// Filter area codes by country
/// Filter area codes by state (optional)
@@ -707,6 +740,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineAddUserWithHttpIn
///
/// Get Available Fax Line Area Codes Returns a list of available area codes for a given state/province and city
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAreaCodeGetExample.cs
/// Thrown when fails to make API call
/// Filter area codes by country
/// Filter area codes by state (optional)
@@ -785,6 +819,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineAddUserWithHttpIn
///
/// Get Available Fax Line Area Codes Returns a list of available area codes for a given state/province and city
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAreaCodeGetExample.cs
/// Thrown when fails to make API call
/// Filter area codes by country
/// Filter area codes by state (optional)
@@ -802,6 +837,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineAddUserWithHttpIn
///
/// Get Available Fax Line Area Codes Returns a list of available area codes for a given state/province and city
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineAreaCodeGetExample.cs
/// Thrown when fails to make API call
/// Filter area codes by country
/// Filter area codes by state (optional)
@@ -883,6 +919,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineAddUserWithHttpIn
///
/// Purchase Fax Line Purchases a new Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -896,6 +933,7 @@ public FaxLineResponse FaxLineCreate(FaxLineCreateRequest faxLineCreateRequest,
///
/// Purchase Fax Line Purchases a new Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -967,6 +1005,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineCreateWithHttpInf
///
/// Purchase Fax Line Purchases a new Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -981,6 +1020,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineCreateWithHttpInf
///
/// Purchase Fax Line Purchases a new Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1055,6 +1095,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineCreateWithHttpInf
///
/// Delete Fax Line Deletes the specified Fax Line from the subscription.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineDeleteExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1067,6 +1108,7 @@ public void FaxLineDelete(FaxLineDeleteRequest faxLineDeleteRequest, int operati
///
/// Delete Fax Line Deletes the specified Fax Line from the subscription.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineDeleteExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1138,6 +1180,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineDeleteWithHttpInfo(FaxLine
///
/// Delete Fax Line Deletes the specified Fax Line from the subscription.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineDeleteExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1151,6 +1194,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineDeleteWithHttpInfo(FaxLine
///
/// Delete Fax Line Deletes the specified Fax Line from the subscription.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineDeleteExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1225,6 +1269,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineDeleteWithHttpInfo(FaxLine
///
/// Get Fax Line Returns the properties and settings of a Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineGetExample.cs
/// Thrown when fails to make API call
/// The Fax Line number
/// Index associated with the operation.
@@ -1238,6 +1283,7 @@ public FaxLineResponse FaxLineGet(string number, int operationIndex = 0)
///
/// Get Fax Line Returns the properties and settings of a Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineGetExample.cs
/// Thrown when fails to make API call
/// The Fax Line number
/// Index associated with the operation.
@@ -1301,6 +1347,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineGetWithHttpInfo(s
///
/// Get Fax Line Returns the properties and settings of a Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineGetExample.cs
/// Thrown when fails to make API call
/// The Fax Line number
/// Index associated with the operation.
@@ -1315,6 +1362,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineGetWithHttpInfo(s
///
/// Get Fax Line Returns the properties and settings of a Fax Line.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineGetExample.cs
/// Thrown when fails to make API call
/// The Fax Line number
/// Index associated with the operation.
@@ -1381,6 +1429,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineGetWithHttpInfo(s
///
/// List Fax Lines Returns the properties and settings of multiple Fax Lines.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineListExample.cs
/// Thrown when fails to make API call
/// Account ID (optional)
/// Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
@@ -1397,6 +1446,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineGetWithHttpInfo(s
///
/// List Fax Lines Returns the properties and settings of multiple Fax Lines.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineListExample.cs
/// Thrown when fails to make API call
/// Account ID (optional)
/// Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
@@ -1472,6 +1522,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineGetWithHttpInfo(s
///
/// List Fax Lines Returns the properties and settings of multiple Fax Lines.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineListExample.cs
/// Thrown when fails to make API call
/// Account ID (optional)
/// Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
@@ -1489,6 +1540,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineGetWithHttpInfo(s
///
/// List Fax Lines Returns the properties and settings of multiple Fax Lines.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineListExample.cs
/// Thrown when fails to make API call
/// Account ID (optional)
/// Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
@@ -1567,6 +1619,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineGetWithHttpInfo(s
///
/// Remove Fax Line Access Removes a user's access to the specified Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineRemoveUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1580,6 +1633,7 @@ public FaxLineResponse FaxLineRemoveUser(FaxLineRemoveUserRequest faxLineRemoveU
///
/// Remove Fax Line Access Removes a user's access to the specified Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineRemoveUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1651,6 +1705,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineRemoveUserWithHtt
///
/// Remove Fax Line Access Removes a user's access to the specified Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineRemoveUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1665,6 +1720,7 @@ public Dropbox.Sign.Client.ApiResponse FaxLineRemoveUserWithHtt
///
/// Remove Fax Line Access Removes a user's access to the specified Fax Line
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/FaxLineRemoveUserExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/OAuthApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/OAuthApi.cs
index 563c0a500..bf27a01b4 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/OAuthApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/OAuthApi.cs
@@ -33,6 +33,7 @@ public interface IOAuthApiSync : IApiAccessor
///
/// Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenGenerateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -45,6 +46,7 @@ public interface IOAuthApiSync : IApiAccessor
///
/// Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenGenerateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -56,6 +58,7 @@ public interface IOAuthApiSync : IApiAccessor
///
/// Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenRefreshExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -68,6 +71,7 @@ public interface IOAuthApiSync : IApiAccessor
///
/// Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenRefreshExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -88,6 +92,7 @@ public interface IOAuthApiAsync : IApiAccessor
///
/// Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenGenerateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -101,6 +106,7 @@ public interface IOAuthApiAsync : IApiAccessor
///
/// Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenGenerateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -113,6 +119,7 @@ public interface IOAuthApiAsync : IApiAccessor
///
/// Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenRefreshExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -126,6 +133,7 @@ public interface IOAuthApiAsync : IApiAccessor
///
/// Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenRefreshExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -255,6 +263,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// OAuth Token Generate Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenGenerateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -268,6 +277,7 @@ public OAuthTokenResponse OauthTokenGenerate(OAuthTokenGenerateRequest oAuthToke
///
/// OAuth Token Generate Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenGenerateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -333,6 +343,7 @@ public Dropbox.Sign.Client.ApiResponse OauthTokenGenerateWit
///
/// OAuth Token Generate Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenGenerateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -347,6 +358,7 @@ public Dropbox.Sign.Client.ApiResponse OauthTokenGenerateWit
///
/// OAuth Token Generate Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenGenerateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -415,6 +427,7 @@ public Dropbox.Sign.Client.ApiResponse OauthTokenGenerateWit
///
/// OAuth Token Refresh Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenRefreshExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -428,6 +441,7 @@ public OAuthTokenResponse OauthTokenRefresh(OAuthTokenRefreshRequest oAuthTokenR
///
/// OAuth Token Refresh Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenRefreshExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -493,6 +507,7 @@ public Dropbox.Sign.Client.ApiResponse OauthTokenRefreshWith
///
/// OAuth Token Refresh Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenRefreshExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -507,6 +522,7 @@ public Dropbox.Sign.Client.ApiResponse OauthTokenRefreshWith
///
/// OAuth Token Refresh Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/OauthTokenRefreshExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/ReportApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/ReportApi.cs
index a3e26932a..0e075a0e3 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/ReportApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/ReportApi.cs
@@ -33,6 +33,7 @@ public interface IReportApiSync : IApiAccessor
///
/// Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ReportCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -45,6 +46,7 @@ public interface IReportApiSync : IApiAccessor
///
/// Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ReportCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -65,6 +67,7 @@ public interface IReportApiAsync : IApiAccessor
///
/// Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ReportCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -78,6 +81,7 @@ public interface IReportApiAsync : IApiAccessor
///
/// Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ReportCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -207,6 +211,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Create Report Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ReportCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -220,6 +225,7 @@ public ReportCreateResponse ReportCreate(ReportCreateRequest reportCreateRequest
///
/// Create Report Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ReportCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -291,6 +297,7 @@ public Dropbox.Sign.Client.ApiResponse ReportCreateWithHtt
///
/// Create Report Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ReportCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -305,6 +312,7 @@ public Dropbox.Sign.Client.ApiResponse ReportCreateWithHtt
///
/// Create Report Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/ReportCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/SignatureRequestApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/SignatureRequestApi.cs
index f2862217d..05be3bf6d 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/SignatureRequestApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/SignatureRequestApi.cs
@@ -33,6 +33,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -45,6 +46,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -56,6 +58,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -68,6 +71,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -79,6 +83,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCancelExample.cs
/// Thrown when fails to make API call
/// The id of the incomplete SignatureRequest to cancel.
/// Index associated with the operation.
@@ -91,6 +96,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCancelExample.cs
/// Thrown when fails to make API call
/// The id of the incomplete SignatureRequest to cancel.
/// Index associated with the operation.
@@ -102,6 +108,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -114,6 +121,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -125,6 +133,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -137,6 +146,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -148,6 +158,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -161,6 +172,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -173,6 +185,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -186,6 +199,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -198,6 +212,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -211,6 +226,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -223,6 +239,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -236,6 +253,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -248,6 +266,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
@@ -261,6 +280,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
@@ -273,6 +293,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -285,6 +306,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -296,6 +318,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// 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)
@@ -309,6 +332,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// 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)
@@ -321,6 +345,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestGetExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -333,6 +358,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestGetExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -344,6 +370,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestListExample.cs
/// Thrown when fails to make API call
/// Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
@@ -359,6 +386,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestListExample.cs
/// Thrown when fails to make API call
/// Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
@@ -373,6 +401,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Releases a held SignatureRequest that was claimed and prepared from an [UnclaimedDraft](/api/reference/tag/Unclaimed-Draft). The owner of the Draft must indicate at Draft creation that the SignatureRequest created from the Draft should be held. Releasing the SignatureRequest will send requests to all signers.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestReleaseHoldExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to release.
/// Index associated with the operation.
@@ -385,6 +414,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Releases a held SignatureRequest that was claimed and prepared from an [UnclaimedDraft](/api/reference/tag/Unclaimed-Draft). The owner of the Draft must indicate at Draft creation that the SignatureRequest created from the Draft should be held. Releasing the SignatureRequest will send requests to all signers.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestReleaseHoldExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to release.
/// Index associated with the operation.
@@ -396,6 +426,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. This includes manual AND automatic reminders. **NOTE:** This action can **not** be used with embedded signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemindExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to send a reminder for.
///
@@ -409,6 +440,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. This includes manual AND automatic reminders. **NOTE:** This action can **not** be used with embedded signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemindExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to send a reminder for.
///
@@ -421,6 +453,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Removes your access to a completed signature request. This action is **not reversible**. The signature request must be fully executed by all parties (signed or declined to sign). Other parties will continue to maintain access to the completed signature request document(s). Unlike /signature_request/cancel, this endpoint is synchronous and your access will be immediately removed. Upon successful removal, this endpoint will return a 200 OK response.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemoveExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to remove.
/// Index associated with the operation.
@@ -433,6 +466,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Removes your access to a completed signature request. This action is **not reversible**. The signature request must be fully executed by all parties (signed or declined to sign). Other parties will continue to maintain access to the completed signature request document(s). Unlike /signature_request/cancel, this endpoint is synchronous and your access will be immediately removed. Upon successful removal, this endpoint will return a 200 OK response.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemoveExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to remove.
/// Index associated with the operation.
@@ -444,6 +478,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates and sends a new SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -456,6 +491,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates and sends a new SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -467,6 +503,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates and sends a new SignatureRequest based off of the Template(s) specified with the `template_ids` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -479,6 +516,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Creates and sends a new SignatureRequest based off of the Template(s) specified with the `template_ids` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -490,6 +528,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Updates the email address and/or the name for a given signer on a signature request. You can listen for the `signature_request_email_bounce` event on your app or account to detect bounced emails, and respond with this method. Updating the email address of a signer will generate a new `signature_id` value. **NOTE:** This action cannot be performed on a signature request with an appended signature page.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestUpdateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to update.
///
@@ -503,6 +542,7 @@ public interface ISignatureRequestApiSync : IApiAccessor
///
/// Updates the email address and/or the name for a given signer on a signature request. You can listen for the `signature_request_email_bounce` event on your app or account to detect bounced emails, and respond with this method. Updating the email address of a signer will generate a new `signature_id` value. **NOTE:** This action cannot be performed on a signature request with an appended signature page.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestUpdateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to update.
///
@@ -524,6 +564,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -537,6 +578,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -549,6 +591,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -562,6 +605,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -574,6 +618,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCancelExample.cs
/// Thrown when fails to make API call
/// The id of the incomplete SignatureRequest to cancel.
/// Index associated with the operation.
@@ -587,6 +632,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCancelExample.cs
/// Thrown when fails to make API call
/// The id of the incomplete SignatureRequest to cancel.
/// Index associated with the operation.
@@ -599,6 +645,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -612,6 +659,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -624,6 +672,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -637,6 +686,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -649,6 +699,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -663,6 +714,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -676,6 +728,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -690,6 +743,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -703,6 +757,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -717,6 +772,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -730,6 +786,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -744,6 +801,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -757,6 +815,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
@@ -771,6 +830,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
@@ -784,6 +844,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -797,6 +858,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -809,6 +871,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// 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)
@@ -823,6 +886,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// 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)
@@ -836,6 +900,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestGetExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -849,6 +914,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestGetExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -861,6 +927,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestListExample.cs
/// Thrown when fails to make API call
/// Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
@@ -877,6 +944,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestListExample.cs
/// Thrown when fails to make API call
/// Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
@@ -892,6 +960,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Releases a held SignatureRequest that was claimed and prepared from an [UnclaimedDraft](/api/reference/tag/Unclaimed-Draft). The owner of the Draft must indicate at Draft creation that the SignatureRequest created from the Draft should be held. Releasing the SignatureRequest will send requests to all signers.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestReleaseHoldExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to release.
/// Index associated with the operation.
@@ -905,6 +974,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Releases a held SignatureRequest that was claimed and prepared from an [UnclaimedDraft](/api/reference/tag/Unclaimed-Draft). The owner of the Draft must indicate at Draft creation that the SignatureRequest created from the Draft should be held. Releasing the SignatureRequest will send requests to all signers.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestReleaseHoldExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to release.
/// Index associated with the operation.
@@ -917,6 +987,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. This includes manual AND automatic reminders. **NOTE:** This action can **not** be used with embedded signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemindExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to send a reminder for.
///
@@ -931,6 +1002,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. This includes manual AND automatic reminders. **NOTE:** This action can **not** be used with embedded signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemindExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to send a reminder for.
///
@@ -944,6 +1016,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Removes your access to a completed signature request. This action is **not reversible**. The signature request must be fully executed by all parties (signed or declined to sign). Other parties will continue to maintain access to the completed signature request document(s). Unlike /signature_request/cancel, this endpoint is synchronous and your access will be immediately removed. Upon successful removal, this endpoint will return a 200 OK response.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemoveExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to remove.
/// Index associated with the operation.
@@ -957,6 +1030,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Removes your access to a completed signature request. This action is **not reversible**. The signature request must be fully executed by all parties (signed or declined to sign). Other parties will continue to maintain access to the completed signature request document(s). Unlike /signature_request/cancel, this endpoint is synchronous and your access will be immediately removed. Upon successful removal, this endpoint will return a 200 OK response.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemoveExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to remove.
/// Index associated with the operation.
@@ -969,6 +1043,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates and sends a new SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -982,6 +1057,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates and sends a new SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -994,6 +1070,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates and sends a new SignatureRequest based off of the Template(s) specified with the `template_ids` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1007,6 +1084,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Creates and sends a new SignatureRequest based off of the Template(s) specified with the `template_ids` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1019,6 +1097,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Updates the email address and/or the name for a given signer on a signature request. You can listen for the `signature_request_email_bounce` event on your app or account to detect bounced emails, and respond with this method. Updating the email address of a signer will generate a new `signature_id` value. **NOTE:** This action cannot be performed on a signature request with an appended signature page.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestUpdateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to update.
///
@@ -1033,6 +1112,7 @@ public interface ISignatureRequestApiAsync : IApiAccessor
///
/// Updates the email address and/or the name for a given signer on a signature request. You can listen for the `signature_request_email_bounce` event on your app or account to detect bounced emails, and respond with this method. Updating the email address of a signer will generate a new `signature_id` value. **NOTE:** This action cannot be performed on a signature request with an appended signature page.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestUpdateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to update.
///
@@ -1163,6 +1243,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Embedded Bulk Send with Template Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1176,6 +1257,7 @@ public BulkSendJobSendResponse SignatureRequestBulkCreateEmbeddedWithTemplate(Si
///
/// Embedded Bulk Send with Template Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1247,6 +1329,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequest
///
/// Embedded Bulk Send with Template Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1261,6 +1344,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequest
///
/// Embedded Bulk Send with Template Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1335,6 +1419,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequest
///
/// Bulk Send with Template Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1348,6 +1433,7 @@ public BulkSendJobSendResponse SignatureRequestBulkSendWithTemplate(SignatureReq
///
/// Bulk Send with Template Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1425,6 +1511,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequest
///
/// Bulk Send with Template Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1439,6 +1526,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequest
///
/// Bulk Send with Template Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1519,6 +1607,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequest
///
/// Cancel Incomplete Signature Request Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCancelExample.cs
/// Thrown when fails to make API call
/// The id of the incomplete SignatureRequest to cancel.
/// Index associated with the operation.
@@ -1531,6 +1620,7 @@ public void SignatureRequestCancel(string signatureRequestId, int operationIndex
///
/// Cancel Incomplete Signature Request Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCancelExample.cs
/// Thrown when fails to make API call
/// The id of the incomplete SignatureRequest to cancel.
/// Index associated with the operation.
@@ -1600,6 +1690,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestCancelWithHttpInf
///
/// Cancel Incomplete Signature Request Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCancelExample.cs
/// Thrown when fails to make API call
/// The id of the incomplete SignatureRequest to cancel.
/// Index associated with the operation.
@@ -1613,6 +1704,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestCancelWithHttpInf
///
/// Cancel Incomplete Signature Request Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCancelExample.cs
/// Thrown when fails to make API call
/// The id of the incomplete SignatureRequest to cancel.
/// Index associated with the operation.
@@ -1685,6 +1777,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestCancelWithHttpInf
///
/// Create Embedded Signature Request Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1698,6 +1791,7 @@ public SignatureRequestGetResponse SignatureRequestCreateEmbedded(SignatureReque
///
/// Create Embedded Signature Request Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1775,6 +1869,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Create Embedded Signature Request Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1789,6 +1884,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Create Embedded Signature Request Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1869,6 +1965,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Create Embedded Signature Request with Template Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1882,6 +1979,7 @@ public SignatureRequestGetResponse SignatureRequestCreateEmbeddedWithTemplate(Si
///
/// Create Embedded Signature Request with Template Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1959,6 +2057,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Create Embedded Signature Request with Template Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1973,6 +2072,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Create Embedded Signature Request with Template Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -2053,6 +2153,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2067,6 +2168,7 @@ public SignatureRequestGetResponse SignatureRequestEdit(string signatureRequestI
///
/// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2152,6 +2254,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2167,6 +2270,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Signature Request Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2255,6 +2359,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2269,6 +2374,7 @@ public SignatureRequestGetResponse SignatureRequestEditEmbedded(string signature
///
/// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2354,6 +2460,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2369,6 +2476,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Embedded Signature Request Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2457,6 +2565,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2471,6 +2580,7 @@ public SignatureRequestGetResponse SignatureRequestEditEmbeddedWithTemplate(stri
///
/// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2556,6 +2666,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2571,6 +2682,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Embedded Signature Request with Template Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2659,6 +2771,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2673,6 +2786,7 @@ public SignatureRequestGetResponse SignatureRequestEditWithTemplate(string signa
///
/// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2758,6 +2872,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2773,6 +2888,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Edit Signature Request With Template Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestEditWithTemplateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to edit.
///
@@ -2861,6 +2977,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Download Files Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
@@ -2875,6 +2992,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Download Files Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
@@ -2951,6 +3069,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Download Files Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
@@ -2966,6 +3085,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Download Files Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
@@ -3045,6 +3165,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Download Files as Data Uri Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -3058,6 +3179,7 @@ public FileResponseDataUri SignatureRequestFilesAsDataUri(string signatureReques
///
/// Download Files as Data Uri Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -3127,6 +3249,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestFile
///
/// Download Files as Data Uri Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -3141,6 +3264,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestFile
///
/// Download Files as Data Uri Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -3213,6 +3337,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestFile
///
/// Download Files as File Url Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// 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)
@@ -3227,6 +3352,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestFile
///
/// Download Files as File Url Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// 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)
@@ -3301,6 +3427,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestFile
///
/// Download Files as File Url Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// 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)
@@ -3316,6 +3443,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestFile
///
/// Download Files as File Url Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// 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)
@@ -3393,6 +3521,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestFile
///
/// Get Signature Request Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestGetExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -3406,6 +3535,7 @@ public SignatureRequestGetResponse SignatureRequestGet(string signatureRequestId
///
/// Get Signature Request Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestGetExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -3475,6 +3605,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Get Signature Request Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestGetExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -3489,6 +3620,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Get Signature Request Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestGetExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to retrieve.
/// Index associated with the operation.
@@ -3561,6 +3693,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// List Signature Requests Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestListExample.cs
/// Thrown when fails to make API call
/// Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
@@ -3577,6 +3710,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// List Signature Requests Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestListExample.cs
/// Thrown when fails to make API call
/// Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
@@ -3658,6 +3792,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// List Signature Requests Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestListExample.cs
/// Thrown when fails to make API call
/// Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
@@ -3675,6 +3810,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// List Signature Requests Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestListExample.cs
/// Thrown when fails to make API call
/// Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
@@ -3759,6 +3895,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Release On-Hold Signature Request Releases a held SignatureRequest that was claimed and prepared from an [UnclaimedDraft](/api/reference/tag/Unclaimed-Draft). The owner of the Draft must indicate at Draft creation that the SignatureRequest created from the Draft should be held. Releasing the SignatureRequest will send requests to all signers.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestReleaseHoldExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to release.
/// Index associated with the operation.
@@ -3772,6 +3909,7 @@ public SignatureRequestGetResponse SignatureRequestReleaseHold(string signatureR
///
/// Release On-Hold Signature Request Releases a held SignatureRequest that was claimed and prepared from an [UnclaimedDraft](/api/reference/tag/Unclaimed-Draft). The owner of the Draft must indicate at Draft creation that the SignatureRequest created from the Draft should be held. Releasing the SignatureRequest will send requests to all signers.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestReleaseHoldExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to release.
/// Index associated with the operation.
@@ -3841,6 +3979,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Release On-Hold Signature Request Releases a held SignatureRequest that was claimed and prepared from an [UnclaimedDraft](/api/reference/tag/Unclaimed-Draft). The owner of the Draft must indicate at Draft creation that the SignatureRequest created from the Draft should be held. Releasing the SignatureRequest will send requests to all signers.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestReleaseHoldExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to release.
/// Index associated with the operation.
@@ -3855,6 +3994,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Release On-Hold Signature Request Releases a held SignatureRequest that was claimed and prepared from an [UnclaimedDraft](/api/reference/tag/Unclaimed-Draft). The owner of the Draft must indicate at Draft creation that the SignatureRequest created from the Draft should be held. Releasing the SignatureRequest will send requests to all signers.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestReleaseHoldExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to release.
/// Index associated with the operation.
@@ -3927,6 +4067,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Send Request Reminder Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. This includes manual AND automatic reminders. **NOTE:** This action can **not** be used with embedded signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemindExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to send a reminder for.
///
@@ -3941,6 +4082,7 @@ public SignatureRequestGetResponse SignatureRequestRemind(string signatureReques
///
/// Send Request Reminder Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. This includes manual AND automatic reminders. **NOTE:** This action can **not** be used with embedded signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemindExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to send a reminder for.
///
@@ -4026,6 +4168,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Send Request Reminder Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. This includes manual AND automatic reminders. **NOTE:** This action can **not** be used with embedded signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemindExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to send a reminder for.
///
@@ -4041,6 +4184,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Send Request Reminder Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. This includes manual AND automatic reminders. **NOTE:** This action can **not** be used with embedded signature requests.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemindExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to send a reminder for.
///
@@ -4129,6 +4273,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Remove Signature Request Access Removes your access to a completed signature request. This action is **not reversible**. The signature request must be fully executed by all parties (signed or declined to sign). Other parties will continue to maintain access to the completed signature request document(s). Unlike /signature_request/cancel, this endpoint is synchronous and your access will be immediately removed. Upon successful removal, this endpoint will return a 200 OK response.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemoveExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to remove.
/// Index associated with the operation.
@@ -4141,6 +4286,7 @@ public void SignatureRequestRemove(string signatureRequestId, int operationIndex
///
/// Remove Signature Request Access Removes your access to a completed signature request. This action is **not reversible**. The signature request must be fully executed by all parties (signed or declined to sign). Other parties will continue to maintain access to the completed signature request document(s). Unlike /signature_request/cancel, this endpoint is synchronous and your access will be immediately removed. Upon successful removal, this endpoint will return a 200 OK response.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemoveExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to remove.
/// Index associated with the operation.
@@ -4204,6 +4350,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestRemoveWithHttpInf
///
/// Remove Signature Request Access Removes your access to a completed signature request. This action is **not reversible**. The signature request must be fully executed by all parties (signed or declined to sign). Other parties will continue to maintain access to the completed signature request document(s). Unlike /signature_request/cancel, this endpoint is synchronous and your access will be immediately removed. Upon successful removal, this endpoint will return a 200 OK response.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemoveExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to remove.
/// Index associated with the operation.
@@ -4217,6 +4364,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestRemoveWithHttpInf
///
/// Remove Signature Request Access Removes your access to a completed signature request. This action is **not reversible**. The signature request must be fully executed by all parties (signed or declined to sign). Other parties will continue to maintain access to the completed signature request document(s). Unlike /signature_request/cancel, this endpoint is synchronous and your access will be immediately removed. Upon successful removal, this endpoint will return a 200 OK response.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestRemoveExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to remove.
/// Index associated with the operation.
@@ -4283,6 +4431,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureRequestRemoveWithHttpInf
///
/// Send Signature Request Creates and sends a new SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -4296,6 +4445,7 @@ public SignatureRequestGetResponse SignatureRequestSend(SignatureRequestSendRequ
///
/// Send Signature Request Creates and sends a new SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -4373,6 +4523,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Send Signature Request Creates and sends a new SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -4387,6 +4538,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Send Signature Request Creates and sends a new SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -4467,6 +4619,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Send with Template Creates and sends a new SignatureRequest based off of the Template(s) specified with the `template_ids` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -4480,6 +4633,7 @@ public SignatureRequestGetResponse SignatureRequestSendWithTemplate(SignatureReq
///
/// Send with Template Creates and sends a new SignatureRequest based off of the Template(s) specified with the `template_ids` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -4557,6 +4711,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Send with Template Creates and sends a new SignatureRequest based off of the Template(s) specified with the `template_ids` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -4571,6 +4726,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Send with Template Creates and sends a new SignatureRequest based off of the Template(s) specified with the `template_ids` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestSendWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -4651,6 +4807,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Update Signature Request Updates the email address and/or the name for a given signer on a signature request. You can listen for the `signature_request_email_bounce` event on your app or account to detect bounced emails, and respond with this method. Updating the email address of a signer will generate a new `signature_id` value. **NOTE:** This action cannot be performed on a signature request with an appended signature page.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestUpdateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to update.
///
@@ -4665,6 +4822,7 @@ public SignatureRequestGetResponse SignatureRequestUpdate(string signatureReques
///
/// Update Signature Request Updates the email address and/or the name for a given signer on a signature request. You can listen for the `signature_request_email_bounce` event on your app or account to detect bounced emails, and respond with this method. Updating the email address of a signer will generate a new `signature_id` value. **NOTE:** This action cannot be performed on a signature request with an appended signature page.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestUpdateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to update.
///
@@ -4750,6 +4908,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Update Signature Request Updates the email address and/or the name for a given signer on a signature request. You can listen for the `signature_request_email_bounce` event on your app or account to detect bounced emails, and respond with this method. Updating the email address of a signer will generate a new `signature_id` value. **NOTE:** This action cannot be performed on a signature request with an appended signature page.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestUpdateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to update.
///
@@ -4765,6 +4924,7 @@ public Dropbox.Sign.Client.ApiResponse SignatureReq
///
/// Update Signature Request Updates the email address and/or the name for a given signer on a signature request. You can listen for the `signature_request_email_bounce` event on your app or account to detect bounced emails, and respond with this method. Updating the email address of a signer will generate a new `signature_id` value. **NOTE:** This action cannot be performed on a signature request with an appended signature page.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/SignatureRequestUpdateExample.cs
/// Thrown when fails to make API call
/// The id of the SignatureRequest to update.
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/TeamApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/TeamApi.cs
index 8fd6f3b1c..fd94530dd 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/TeamApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/TeamApi.cs
@@ -33,6 +33,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Invites a user (specified using the `email_address` parameter) to your Team. If the user does not currently have a Dropbox Sign Account, a new one will be created for them. If a user is already a part of another Team, a `team_invite_failed` error will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamAddMemberExample.cs
/// Thrown when fails to make API call
///
/// The id of the team. (optional)
@@ -46,6 +47,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Invites a user (specified using the `email_address` parameter) to your Team. If the user does not currently have a Dropbox Sign Account, a new one will be created for them. If a user is already a part of another Team, a `team_invite_failed` error will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamAddMemberExample.cs
/// Thrown when fails to make API call
///
/// The id of the team. (optional)
@@ -58,6 +60,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -70,6 +73,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -81,6 +85,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Deletes your Team. Can only be invoked when you have a Team with only one member (yourself).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamDeleteExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
///
@@ -92,6 +97,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Deletes your Team. Can only be invoked when you have a Team with only one member (yourself).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamDeleteExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -102,6 +108,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Returns information about your Team as well as a list of its members. If you do not belong to a Team, a 404 error with an error_name of \"not_found\" will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamGetExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// TeamGetResponse
@@ -113,6 +120,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Returns information about your Team as well as a list of its members. If you do not belong to a Team, a 404 error with an error_name of \"not_found\" will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamGetExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of TeamGetResponse
@@ -123,6 +131,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Provides information about a team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInfoExample.cs
/// Thrown when fails to make API call
/// The id of the team. (optional)
/// Index associated with the operation.
@@ -135,6 +144,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Provides information about a team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInfoExample.cs
/// Thrown when fails to make API call
/// The id of the team. (optional)
/// Index associated with the operation.
@@ -146,6 +156,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Provides a list of team invites (and their roles).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInvitesExample.cs
/// Thrown when fails to make API call
/// The email address for which to display the team invites. (optional)
/// Index associated with the operation.
@@ -158,6 +169,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Provides a list of team invites (and their roles).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInvitesExample.cs
/// Thrown when fails to make API call
/// The email address for which to display the team invites. (optional)
/// Index associated with the operation.
@@ -169,6 +181,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Provides a paginated list of members (and their roles) that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamMembersExample.cs
/// Thrown when fails to make API call
/// The id of the team that a member list is being requested from.
/// Which page number of the team member list to return. Defaults to `1`. (optional, default to 1)
@@ -183,6 +196,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Provides a paginated list of members (and their roles) that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamMembersExample.cs
/// Thrown when fails to make API call
/// The id of the team that a member list is being requested from.
/// Which page number of the team member list to return. Defaults to `1`. (optional, default to 1)
@@ -196,6 +210,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. If you choose to transfer documents from the removed Account to an Account provided in the `new_owner_email_address` parameter (available only for Enterprise plans), the response status code will be 201, which indicates that your request has been queued but not fully executed.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamRemoveMemberExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -208,6 +223,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. If you choose to transfer documents from the removed Account to an Account provided in the `new_owner_email_address` parameter (available only for Enterprise plans), the response status code will be 201, which indicates that your request has been queued but not fully executed.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamRemoveMemberExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -219,6 +235,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Provides a paginated list of sub teams that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamSubTeamsExample.cs
/// Thrown when fails to make API call
/// The id of the parent Team.
/// Which page number of the SubTeam List to return. Defaults to `1`. (optional, default to 1)
@@ -233,6 +250,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Provides a paginated list of sub teams that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamSubTeamsExample.cs
/// Thrown when fails to make API call
/// The id of the parent Team.
/// Which page number of the SubTeam List to return. Defaults to `1`. (optional, default to 1)
@@ -246,6 +264,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Updates the name of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -258,6 +277,7 @@ public interface ITeamApiSync : IApiAccessor
///
/// Updates the name of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -278,6 +298,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Invites a user (specified using the `email_address` parameter) to your Team. If the user does not currently have a Dropbox Sign Account, a new one will be created for them. If a user is already a part of another Team, a `team_invite_failed` error will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamAddMemberExample.cs
/// Thrown when fails to make API call
///
/// The id of the team. (optional)
@@ -292,6 +313,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Invites a user (specified using the `email_address` parameter) to your Team. If the user does not currently have a Dropbox Sign Account, a new one will be created for them. If a user is already a part of another Team, a `team_invite_failed` error will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamAddMemberExample.cs
/// Thrown when fails to make API call
///
/// The id of the team. (optional)
@@ -305,6 +327,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -318,6 +341,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -330,6 +354,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Deletes your Team. Can only be invoked when you have a Team with only one member (yourself).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamDeleteExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -342,6 +367,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Deletes your Team. Can only be invoked when you have a Team with only one member (yourself).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamDeleteExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -353,6 +379,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Returns information about your Team as well as a list of its members. If you do not belong to a Team, a 404 error with an error_name of \"not_found\" will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamGetExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -365,6 +392,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Returns information about your Team as well as a list of its members. If you do not belong to a Team, a 404 error with an error_name of \"not_found\" will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamGetExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -376,6 +404,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Provides information about a team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInfoExample.cs
/// Thrown when fails to make API call
/// The id of the team. (optional)
/// Index associated with the operation.
@@ -389,6 +418,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Provides information about a team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInfoExample.cs
/// Thrown when fails to make API call
/// The id of the team. (optional)
/// Index associated with the operation.
@@ -401,6 +431,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Provides a list of team invites (and their roles).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInvitesExample.cs
/// Thrown when fails to make API call
/// The email address for which to display the team invites. (optional)
/// Index associated with the operation.
@@ -414,6 +445,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Provides a list of team invites (and their roles).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInvitesExample.cs
/// Thrown when fails to make API call
/// The email address for which to display the team invites. (optional)
/// Index associated with the operation.
@@ -426,6 +458,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Provides a paginated list of members (and their roles) that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamMembersExample.cs
/// Thrown when fails to make API call
/// The id of the team that a member list is being requested from.
/// Which page number of the team member list to return. Defaults to `1`. (optional, default to 1)
@@ -441,6 +474,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Provides a paginated list of members (and their roles) that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamMembersExample.cs
/// Thrown when fails to make API call
/// The id of the team that a member list is being requested from.
/// Which page number of the team member list to return. Defaults to `1`. (optional, default to 1)
@@ -455,6 +489,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. If you choose to transfer documents from the removed Account to an Account provided in the `new_owner_email_address` parameter (available only for Enterprise plans), the response status code will be 201, which indicates that your request has been queued but not fully executed.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamRemoveMemberExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -468,6 +503,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. If you choose to transfer documents from the removed Account to an Account provided in the `new_owner_email_address` parameter (available only for Enterprise plans), the response status code will be 201, which indicates that your request has been queued but not fully executed.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamRemoveMemberExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -480,6 +516,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Provides a paginated list of sub teams that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamSubTeamsExample.cs
/// Thrown when fails to make API call
/// The id of the parent Team.
/// Which page number of the SubTeam List to return. Defaults to `1`. (optional, default to 1)
@@ -495,6 +532,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Provides a paginated list of sub teams that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamSubTeamsExample.cs
/// Thrown when fails to make API call
/// The id of the parent Team.
/// Which page number of the SubTeam List to return. Defaults to `1`. (optional, default to 1)
@@ -509,6 +547,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Updates the name of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -522,6 +561,7 @@ public interface ITeamApiAsync : IApiAccessor
///
/// Updates the name of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -651,6 +691,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Add User to Team Invites a user (specified using the `email_address` parameter) to your Team. If the user does not currently have a Dropbox Sign Account, a new one will be created for them. If a user is already a part of another Team, a `team_invite_failed` error will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamAddMemberExample.cs
/// Thrown when fails to make API call
///
/// The id of the team. (optional)
@@ -665,6 +706,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Add User to Team Invites a user (specified using the `email_address` parameter) to your Team. If the user does not currently have a Dropbox Sign Account, a new one will be created for them. If a user is already a part of another Team, a `team_invite_failed` error will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamAddMemberExample.cs
/// Thrown when fails to make API call
///
/// The id of the team. (optional)
@@ -747,6 +789,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Add User to Team Invites a user (specified using the `email_address` parameter) to your Team. If the user does not currently have a Dropbox Sign Account, a new one will be created for them. If a user is already a part of another Team, a `team_invite_failed` error will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamAddMemberExample.cs
/// Thrown when fails to make API call
///
/// The id of the team. (optional)
@@ -762,6 +805,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Add User to Team Invites a user (specified using the `email_address` parameter) to your Team. If the user does not currently have a Dropbox Sign Account, a new one will be created for them. If a user is already a part of another Team, a `team_invite_failed` error will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamAddMemberExample.cs
/// Thrown when fails to make API call
///
/// The id of the team. (optional)
@@ -847,6 +891,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Create Team Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -860,6 +905,7 @@ public TeamGetResponse TeamCreate(TeamCreateRequest teamCreateRequest, int opera
///
/// Create Team Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -937,6 +983,7 @@ public Dropbox.Sign.Client.ApiResponse TeamCreateWithHttpInfo(T
///
/// Create Team Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -951,6 +998,7 @@ public Dropbox.Sign.Client.ApiResponse TeamCreateWithHttpInfo(T
///
/// Create Team Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1031,6 +1079,7 @@ public Dropbox.Sign.Client.ApiResponse TeamCreateWithHttpInfo(T
///
/// Delete Team Deletes your Team. Can only be invoked when you have a Team with only one member (yourself).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamDeleteExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
///
@@ -1042,6 +1091,7 @@ public void TeamDelete(int operationIndex = 0)
///
/// Delete Team Deletes your Team. Can only be invoked when you have a Team with only one member (yourself).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamDeleteExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -1103,6 +1153,7 @@ public Dropbox.Sign.Client.ApiResponse TeamDeleteWithHttpInfo(int operat
///
/// Delete Team Deletes your Team. Can only be invoked when you have a Team with only one member (yourself).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamDeleteExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1115,6 +1166,7 @@ public Dropbox.Sign.Client.ApiResponse TeamDeleteWithHttpInfo(int operat
///
/// Delete Team Deletes your Team. Can only be invoked when you have a Team with only one member (yourself).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamDeleteExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1179,6 +1231,7 @@ public Dropbox.Sign.Client.ApiResponse TeamDeleteWithHttpInfo(int operat
///
/// Get Team Returns information about your Team as well as a list of its members. If you do not belong to a Team, a 404 error with an error_name of \"not_found\" will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamGetExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// TeamGetResponse
@@ -1191,6 +1244,7 @@ public TeamGetResponse TeamGet(int operationIndex = 0)
///
/// Get Team Returns information about your Team as well as a list of its members. If you do not belong to a Team, a 404 error with an error_name of \"not_found\" will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamGetExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of TeamGetResponse
@@ -1252,6 +1306,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// Get Team Returns information about your Team as well as a list of its members. If you do not belong to a Team, a 404 error with an error_name of \"not_found\" will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamGetExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1265,6 +1320,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// Get Team Returns information about your Team as well as a list of its members. If you do not belong to a Team, a 404 error with an error_name of \"not_found\" will be returned.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamGetExample.cs
/// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1329,6 +1385,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// Get Team Info Provides information about a team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInfoExample.cs
/// Thrown when fails to make API call
/// The id of the team. (optional)
/// Index associated with the operation.
@@ -1342,6 +1399,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// Get Team Info Provides information about a team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInfoExample.cs
/// Thrown when fails to make API call
/// The id of the team. (optional)
/// Index associated with the operation.
@@ -1408,6 +1466,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// Get Team Info Provides information about a team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInfoExample.cs
/// Thrown when fails to make API call
/// The id of the team. (optional)
/// Index associated with the operation.
@@ -1422,6 +1481,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// Get Team Info Provides information about a team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInfoExample.cs
/// Thrown when fails to make API call
/// The id of the team. (optional)
/// Index associated with the operation.
@@ -1491,6 +1551,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// List Team Invites Provides a list of team invites (and their roles).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInvitesExample.cs
/// Thrown when fails to make API call
/// The email address for which to display the team invites. (optional)
/// Index associated with the operation.
@@ -1504,6 +1565,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// List Team Invites Provides a list of team invites (and their roles).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInvitesExample.cs
/// Thrown when fails to make API call
/// The email address for which to display the team invites. (optional)
/// Index associated with the operation.
@@ -1570,6 +1632,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// List Team Invites Provides a list of team invites (and their roles).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInvitesExample.cs
/// Thrown when fails to make API call
/// The email address for which to display the team invites. (optional)
/// Index associated with the operation.
@@ -1584,6 +1647,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// List Team Invites Provides a list of team invites (and their roles).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamInvitesExample.cs
/// Thrown when fails to make API call
/// The email address for which to display the team invites. (optional)
/// Index associated with the operation.
@@ -1653,6 +1717,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// List Team Members Provides a paginated list of members (and their roles) that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamMembersExample.cs
/// Thrown when fails to make API call
/// The id of the team that a member list is being requested from.
/// Which page number of the team member list to return. Defaults to `1`. (optional, default to 1)
@@ -1668,6 +1733,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// List Team Members Provides a paginated list of members (and their roles) that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamMembersExample.cs
/// Thrown when fails to make API call
/// The id of the team that a member list is being requested from.
/// Which page number of the team member list to return. Defaults to `1`. (optional, default to 1)
@@ -1747,6 +1813,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// List Team Members Provides a paginated list of members (and their roles) that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamMembersExample.cs
/// Thrown when fails to make API call
/// The id of the team that a member list is being requested from.
/// Which page number of the team member list to return. Defaults to `1`. (optional, default to 1)
@@ -1763,6 +1830,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// List Team Members Provides a paginated list of members (and their roles) that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamMembersExample.cs
/// Thrown when fails to make API call
/// The id of the team that a member list is being requested from.
/// Which page number of the team member list to return. Defaults to `1`. (optional, default to 1)
@@ -1845,6 +1913,7 @@ public Dropbox.Sign.Client.ApiResponse TeamGetWithHttpInfo(int
///
/// Remove User from Team Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. If you choose to transfer documents from the removed Account to an Account provided in the `new_owner_email_address` parameter (available only for Enterprise plans), the response status code will be 201, which indicates that your request has been queued but not fully executed.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamRemoveMemberExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1858,6 +1927,7 @@ public TeamGetResponse TeamRemoveMember(TeamRemoveMemberRequest teamRemoveMember
///
/// Remove User from Team Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. If you choose to transfer documents from the removed Account to an Account provided in the `new_owner_email_address` parameter (available only for Enterprise plans), the response status code will be 201, which indicates that your request has been queued but not fully executed.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamRemoveMemberExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1935,6 +2005,7 @@ public Dropbox.Sign.Client.ApiResponse TeamRemoveMemberWithHttp
///
/// Remove User from Team Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. If you choose to transfer documents from the removed Account to an Account provided in the `new_owner_email_address` parameter (available only for Enterprise plans), the response status code will be 201, which indicates that your request has been queued but not fully executed.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamRemoveMemberExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1949,6 +2020,7 @@ public Dropbox.Sign.Client.ApiResponse TeamRemoveMemberWithHttp
///
/// Remove User from Team Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. If you choose to transfer documents from the removed Account to an Account provided in the `new_owner_email_address` parameter (available only for Enterprise plans), the response status code will be 201, which indicates that your request has been queued but not fully executed.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamRemoveMemberExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -2029,6 +2101,7 @@ public Dropbox.Sign.Client.ApiResponse TeamRemoveMemberWithHttp
///
/// List Sub Teams Provides a paginated list of sub teams that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamSubTeamsExample.cs
/// Thrown when fails to make API call
/// The id of the parent Team.
/// Which page number of the SubTeam List to return. Defaults to `1`. (optional, default to 1)
@@ -2044,6 +2117,7 @@ public Dropbox.Sign.Client.ApiResponse TeamRemoveMemberWithHttp
///
/// List Sub Teams Provides a paginated list of sub teams that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamSubTeamsExample.cs
/// Thrown when fails to make API call
/// The id of the parent Team.
/// Which page number of the SubTeam List to return. Defaults to `1`. (optional, default to 1)
@@ -2123,6 +2197,7 @@ public Dropbox.Sign.Client.ApiResponse TeamRemoveMemberWithHttp
///
/// List Sub Teams Provides a paginated list of sub teams that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamSubTeamsExample.cs
/// Thrown when fails to make API call
/// The id of the parent Team.
/// Which page number of the SubTeam List to return. Defaults to `1`. (optional, default to 1)
@@ -2139,6 +2214,7 @@ public Dropbox.Sign.Client.ApiResponse TeamRemoveMemberWithHttp
///
/// List Sub Teams Provides a paginated list of sub teams that belong to a given team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamSubTeamsExample.cs
/// Thrown when fails to make API call
/// The id of the parent Team.
/// Which page number of the SubTeam List to return. Defaults to `1`. (optional, default to 1)
@@ -2221,6 +2297,7 @@ public Dropbox.Sign.Client.ApiResponse TeamRemoveMemberWithHttp
///
/// Update Team Updates the name of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -2234,6 +2311,7 @@ public TeamGetResponse TeamUpdate(TeamUpdateRequest teamUpdateRequest, int opera
///
/// Update Team Updates the name of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -2311,6 +2389,7 @@ public Dropbox.Sign.Client.ApiResponse TeamUpdateWithHttpInfo(T
///
/// Update Team Updates the name of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -2325,6 +2404,7 @@ public Dropbox.Sign.Client.ApiResponse TeamUpdateWithHttpInfo(T
///
/// Update Team Updates the name of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TeamUpdateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/TemplateApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/TemplateApi.cs
index 80da8262a..b80bdffd5 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/TemplateApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/TemplateApi.cs
@@ -33,6 +33,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateAddUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to give the Account access to.
///
@@ -46,6 +47,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateAddUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to give the Account access to.
///
@@ -58,6 +60,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Creates a template that can be used in future signature requests. If `client_id` is provided, the template will be created as an embedded template. Embedded templates can be used for embedded signature requests and can be edited later by generating a new `edit_url` with [/embedded/edit_url/{template_id}](/api/reference/operation/embeddedEditUrl/). Template creation may complete asynchronously after the initial request is accepted. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event indicates the template is ready to use, while a `template_error` event indicates there was a problem while creating the template. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -70,6 +73,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Creates a template that can be used in future signature requests. If `client_id` is provided, the template will be created as an embedded template. Embedded templates can be used for embedded signature requests and can be edited later by generating a new `edit_url` with [/embedded/edit_url/{template_id}](/api/reference/operation/embeddedEditUrl/). Template creation may complete asynchronously after the initial request is accepted. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event indicates the template is ready to use, while a `template_error` event indicates there was a problem while creating the template. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -81,6 +85,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateEmbeddedDraftExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -93,6 +98,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateEmbeddedDraftExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -104,6 +110,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Completely deletes the template specified from the account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateDeleteExample.cs
/// Thrown when fails to make API call
/// The id of the Template to delete.
/// Index associated with the operation.
@@ -116,6 +123,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Completely deletes the template specified from the account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateDeleteExample.cs
/// Thrown when fails to make API call
/// The id of the Template to delete.
/// Index associated with the operation.
@@ -127,6 +135,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional)
@@ -140,6 +149,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional)
@@ -152,6 +162,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Index associated with the operation.
@@ -164,6 +175,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Index associated with the operation.
@@ -175,6 +187,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// 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)
@@ -188,6 +201,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// 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)
@@ -200,6 +214,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Returns the Template specified by the `template_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateGetExample.cs
/// Thrown when fails to make API call
/// The id of the Template to retrieve.
/// Index associated with the operation.
@@ -212,6 +227,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Returns the Template specified by the `template_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateGetExample.cs
/// Thrown when fails to make API call
/// The id of the Template to retrieve.
/// Index associated with the operation.
@@ -223,6 +239,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Returns a list of the Templates that are accessible by you. Take a look at our [search guide](/api/reference/search/) to learn more about querying templates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateListExample.cs
/// Thrown when fails to make API call
/// Which account to return Templates for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the Template List to return. Defaults to `1`. (optional, default to 1)
@@ -238,6 +255,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Returns a list of the Templates that are accessible by you. Take a look at our [search guide](/api/reference/search/) to learn more about querying templates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateListExample.cs
/// Thrown when fails to make API call
/// Which account to return Templates for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the Template List to return. Defaults to `1`. (optional, default to 1)
@@ -252,6 +270,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Removes the specified Account's access to the specified Template.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateRemoveUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to remove the Account's access to.
///
@@ -265,6 +284,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Removes the specified Account's access to the specified Template.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateRemoveUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to remove the Account's access to.
///
@@ -277,6 +297,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Overlays a new file with the overlay of an existing template. The new file(s) must: 1. have the same or higher page count 2. the same orientation as the file(s) being replaced. This will not overwrite or in any way affect the existing template. Both the existing template and new template will be available for use after executing this endpoint. Also note that this will decrement your template quota. Overlaying new files is asynchronous and a successful call to this endpoint will return 200 OK response if the request passes initial validation checks. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event will be sent when the files are updated or a `template_error` event will be sent if there was a problem while updating the files. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary. If the page orientation or page count is different from the original template document, we will notify you with a `template_error` [callback event](https://app.hellosign.com/api/eventsAndCallbacksWalkthrough).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateUpdateFilesExample.cs
/// Thrown when fails to make API call
/// The ID of the template whose files to update.
///
@@ -290,6 +311,7 @@ public interface ITemplateApiSync : IApiAccessor
///
/// Overlays a new file with the overlay of an existing template. The new file(s) must: 1. have the same or higher page count 2. the same orientation as the file(s) being replaced. This will not overwrite or in any way affect the existing template. Both the existing template and new template will be available for use after executing this endpoint. Also note that this will decrement your template quota. Overlaying new files is asynchronous and a successful call to this endpoint will return 200 OK response if the request passes initial validation checks. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event will be sent when the files are updated or a `template_error` event will be sent if there was a problem while updating the files. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary. If the page orientation or page count is different from the original template document, we will notify you with a `template_error` [callback event](https://app.hellosign.com/api/eventsAndCallbacksWalkthrough).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateUpdateFilesExample.cs
/// Thrown when fails to make API call
/// The ID of the template whose files to update.
///
@@ -311,6 +333,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateAddUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to give the Account access to.
///
@@ -325,6 +348,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateAddUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to give the Account access to.
///
@@ -338,6 +362,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Creates a template that can be used in future signature requests. If `client_id` is provided, the template will be created as an embedded template. Embedded templates can be used for embedded signature requests and can be edited later by generating a new `edit_url` with [/embedded/edit_url/{template_id}](/api/reference/operation/embeddedEditUrl/). Template creation may complete asynchronously after the initial request is accepted. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event indicates the template is ready to use, while a `template_error` event indicates there was a problem while creating the template. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -351,6 +376,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Creates a template that can be used in future signature requests. If `client_id` is provided, the template will be created as an embedded template. Embedded templates can be used for embedded signature requests and can be edited later by generating a new `edit_url` with [/embedded/edit_url/{template_id}](/api/reference/operation/embeddedEditUrl/). Template creation may complete asynchronously after the initial request is accepted. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event indicates the template is ready to use, while a `template_error` event indicates there was a problem while creating the template. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -363,6 +389,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateEmbeddedDraftExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -376,6 +403,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateEmbeddedDraftExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -388,6 +416,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Completely deletes the template specified from the account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateDeleteExample.cs
/// Thrown when fails to make API call
/// The id of the Template to delete.
/// Index associated with the operation.
@@ -401,6 +430,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Completely deletes the template specified from the account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateDeleteExample.cs
/// Thrown when fails to make API call
/// The id of the Template to delete.
/// Index associated with the operation.
@@ -413,6 +443,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional)
@@ -427,6 +458,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional)
@@ -440,6 +472,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Index associated with the operation.
@@ -453,6 +486,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Index associated with the operation.
@@ -465,6 +499,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// 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)
@@ -479,6 +514,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// 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)
@@ -492,6 +528,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Returns the Template specified by the `template_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateGetExample.cs
/// Thrown when fails to make API call
/// The id of the Template to retrieve.
/// Index associated with the operation.
@@ -505,6 +542,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Returns the Template specified by the `template_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateGetExample.cs
/// Thrown when fails to make API call
/// The id of the Template to retrieve.
/// Index associated with the operation.
@@ -517,6 +555,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Returns a list of the Templates that are accessible by you. Take a look at our [search guide](/api/reference/search/) to learn more about querying templates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateListExample.cs
/// Thrown when fails to make API call
/// Which account to return Templates for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the Template List to return. Defaults to `1`. (optional, default to 1)
@@ -533,6 +572,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Returns a list of the Templates that are accessible by you. Take a look at our [search guide](/api/reference/search/) to learn more about querying templates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateListExample.cs
/// Thrown when fails to make API call
/// Which account to return Templates for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the Template List to return. Defaults to `1`. (optional, default to 1)
@@ -548,6 +588,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Removes the specified Account's access to the specified Template.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateRemoveUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to remove the Account's access to.
///
@@ -562,6 +603,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Removes the specified Account's access to the specified Template.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateRemoveUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to remove the Account's access to.
///
@@ -575,6 +617,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Overlays a new file with the overlay of an existing template. The new file(s) must: 1. have the same or higher page count 2. the same orientation as the file(s) being replaced. This will not overwrite or in any way affect the existing template. Both the existing template and new template will be available for use after executing this endpoint. Also note that this will decrement your template quota. Overlaying new files is asynchronous and a successful call to this endpoint will return 200 OK response if the request passes initial validation checks. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event will be sent when the files are updated or a `template_error` event will be sent if there was a problem while updating the files. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary. If the page orientation or page count is different from the original template document, we will notify you with a `template_error` [callback event](https://app.hellosign.com/api/eventsAndCallbacksWalkthrough).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateUpdateFilesExample.cs
/// Thrown when fails to make API call
/// The ID of the template whose files to update.
///
@@ -589,6 +632,7 @@ public interface ITemplateApiAsync : IApiAccessor
///
/// Overlays a new file with the overlay of an existing template. The new file(s) must: 1. have the same or higher page count 2. the same orientation as the file(s) being replaced. This will not overwrite or in any way affect the existing template. Both the existing template and new template will be available for use after executing this endpoint. Also note that this will decrement your template quota. Overlaying new files is asynchronous and a successful call to this endpoint will return 200 OK response if the request passes initial validation checks. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event will be sent when the files are updated or a `template_error` event will be sent if there was a problem while updating the files. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary. If the page orientation or page count is different from the original template document, we will notify you with a `template_error` [callback event](https://app.hellosign.com/api/eventsAndCallbacksWalkthrough).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateUpdateFilesExample.cs
/// Thrown when fails to make API call
/// The ID of the template whose files to update.
///
@@ -719,6 +763,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Add User to Template Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateAddUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to give the Account access to.
///
@@ -733,6 +778,7 @@ public TemplateGetResponse TemplateAddUser(string templateId, TemplateAddUserReq
///
/// Add User to Template Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateAddUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to give the Account access to.
///
@@ -818,6 +864,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateAddUserWithH
///
/// Add User to Template Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateAddUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to give the Account access to.
///
@@ -833,6 +880,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateAddUserWithH
///
/// Add User to Template Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateAddUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to give the Account access to.
///
@@ -921,6 +969,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateAddUserWithH
///
/// Create Template Creates a template that can be used in future signature requests. If `client_id` is provided, the template will be created as an embedded template. Embedded templates can be used for embedded signature requests and can be edited later by generating a new `edit_url` with [/embedded/edit_url/{template_id}](/api/reference/operation/embeddedEditUrl/). Template creation may complete asynchronously after the initial request is accepted. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event indicates the template is ready to use, while a `template_error` event indicates there was a problem while creating the template. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -934,6 +983,7 @@ public TemplateCreateResponse TemplateCreate(TemplateCreateRequest templateCreat
///
/// Create Template Creates a template that can be used in future signature requests. If `client_id` is provided, the template will be created as an embedded template. Embedded templates can be used for embedded signature requests and can be edited later by generating a new `edit_url` with [/embedded/edit_url/{template_id}](/api/reference/operation/embeddedEditUrl/). Template creation may complete asynchronously after the initial request is accepted. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event indicates the template is ready to use, while a `template_error` event indicates there was a problem while creating the template. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1011,6 +1061,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateCreateWit
///
/// Create Template Creates a template that can be used in future signature requests. If `client_id` is provided, the template will be created as an embedded template. Embedded templates can be used for embedded signature requests and can be edited later by generating a new `edit_url` with [/embedded/edit_url/{template_id}](/api/reference/operation/embeddedEditUrl/). Template creation may complete asynchronously after the initial request is accepted. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event indicates the template is ready to use, while a `template_error` event indicates there was a problem while creating the template. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1025,6 +1076,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateCreateWit
///
/// Create Template Creates a template that can be used in future signature requests. If `client_id` is provided, the template will be created as an embedded template. Embedded templates can be used for embedded signature requests and can be edited later by generating a new `edit_url` with [/embedded/edit_url/{template_id}](/api/reference/operation/embeddedEditUrl/). Template creation may complete asynchronously after the initial request is accepted. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event indicates the template is ready to use, while a `template_error` event indicates there was a problem while creating the template. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1105,6 +1157,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateCreateWit
///
/// Create Embedded Template Draft The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateEmbeddedDraftExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1118,6 +1171,7 @@ public TemplateCreateEmbeddedDraftResponse TemplateCreateEmbeddedDraft(TemplateC
///
/// Create Embedded Template Draft The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateEmbeddedDraftExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1195,6 +1249,7 @@ public Dropbox.Sign.Client.ApiResponse Temp
///
/// Create Embedded Template Draft The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateEmbeddedDraftExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1209,6 +1264,7 @@ public Dropbox.Sign.Client.ApiResponse Temp
///
/// Create Embedded Template Draft The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateCreateEmbeddedDraftExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -1289,6 +1345,7 @@ public Dropbox.Sign.Client.ApiResponse Temp
///
/// Delete Template Completely deletes the template specified from the account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateDeleteExample.cs
/// Thrown when fails to make API call
/// The id of the Template to delete.
/// Index associated with the operation.
@@ -1301,6 +1358,7 @@ public void TemplateDelete(string templateId, int operationIndex = 0)
///
/// Delete Template Completely deletes the template specified from the account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateDeleteExample.cs
/// Thrown when fails to make API call
/// The id of the Template to delete.
/// Index associated with the operation.
@@ -1370,6 +1428,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateDeleteWithHttpInfo(string
///
/// Delete Template Completely deletes the template specified from the account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateDeleteExample.cs
/// Thrown when fails to make API call
/// The id of the Template to delete.
/// Index associated with the operation.
@@ -1383,6 +1442,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateDeleteWithHttpInfo(string
///
/// Delete Template Completely deletes the template specified from the account.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateDeleteExample.cs
/// Thrown when fails to make API call
/// The id of the Template to delete.
/// Index associated with the operation.
@@ -1455,6 +1515,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateDeleteWithHttpInfo(string
///
/// Get Template Files Obtain a copy of the current documents specified by the `template_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional)
@@ -1469,6 +1530,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateDeleteWithHttpInfo(string
///
/// Get Template Files Obtain a copy of the current documents specified by the `template_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional)
@@ -1545,6 +1607,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateDeleteWithHttpInfo(string
///
/// Get Template Files Obtain a copy of the current documents specified by the `template_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional)
@@ -1560,6 +1623,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateDeleteWithHttpInfo(string
///
/// Get Template Files Obtain a copy of the current documents specified by the `template_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional)
@@ -1639,6 +1703,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateDeleteWithHttpInfo(string
///
/// Get Template Files as Data Uri Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Index associated with the operation.
@@ -1652,6 +1717,7 @@ public FileResponseDataUri TemplateFilesAsDataUri(string templateId, int operati
///
/// Get Template Files as Data Uri Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Index associated with the operation.
@@ -1721,6 +1787,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateFilesAsDataU
///
/// Get Template Files as Data Uri Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Index associated with the operation.
@@ -1735,6 +1802,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateFilesAsDataU
///
/// Get Template Files as Data Uri Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsDataUriExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// Index associated with the operation.
@@ -1807,6 +1875,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateFilesAsDataU
///
/// Get Template Files as File Url Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// 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)
@@ -1821,6 +1890,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateFilesAsDataU
///
/// Get Template Files as File Url Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// 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)
@@ -1895,6 +1965,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateFilesAsDataU
///
/// Get Template Files as File Url Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// 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)
@@ -1910,6 +1981,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateFilesAsDataU
///
/// Get Template Files as File Url Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateFilesAsFileUrlExample.cs
/// Thrown when fails to make API call
/// The id of the template files to retrieve.
/// 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)
@@ -1987,6 +2059,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateFilesAsDataU
///
/// Get Template Returns the Template specified by the `template_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateGetExample.cs
/// Thrown when fails to make API call
/// The id of the Template to retrieve.
/// Index associated with the operation.
@@ -2000,6 +2073,7 @@ public TemplateGetResponse TemplateGet(string templateId, int operationIndex = 0
///
/// Get Template Returns the Template specified by the `template_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateGetExample.cs
/// Thrown when fails to make API call
/// The id of the Template to retrieve.
/// Index associated with the operation.
@@ -2069,6 +2143,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateGetWithHttpI
///
/// Get Template Returns the Template specified by the `template_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateGetExample.cs
/// Thrown when fails to make API call
/// The id of the Template to retrieve.
/// Index associated with the operation.
@@ -2083,6 +2158,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateGetWithHttpI
///
/// Get Template Returns the Template specified by the `template_id` parameter.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateGetExample.cs
/// Thrown when fails to make API call
/// The id of the Template to retrieve.
/// Index associated with the operation.
@@ -2155,6 +2231,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateGetWithHttpI
///
/// List Templates Returns a list of the Templates that are accessible by you. Take a look at our [search guide](/api/reference/search/) to learn more about querying templates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateListExample.cs
/// Thrown when fails to make API call
/// Which account to return Templates for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the Template List to return. Defaults to `1`. (optional, default to 1)
@@ -2171,6 +2248,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateGetWithHttpI
///
/// List Templates Returns a list of the Templates that are accessible by you. Take a look at our [search guide](/api/reference/search/) to learn more about querying templates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateListExample.cs
/// Thrown when fails to make API call
/// Which account to return Templates for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the Template List to return. Defaults to `1`. (optional, default to 1)
@@ -2252,6 +2330,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateGetWithHttpI
///
/// List Templates Returns a list of the Templates that are accessible by you. Take a look at our [search guide](/api/reference/search/) to learn more about querying templates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateListExample.cs
/// Thrown when fails to make API call
/// Which account to return Templates for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the Template List to return. Defaults to `1`. (optional, default to 1)
@@ -2269,6 +2348,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateGetWithHttpI
///
/// List Templates Returns a list of the Templates that are accessible by you. Take a look at our [search guide](/api/reference/search/) to learn more about querying templates.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateListExample.cs
/// Thrown when fails to make API call
/// Which account to return Templates for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
/// Which page number of the Template List to return. Defaults to `1`. (optional, default to 1)
@@ -2353,6 +2433,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateGetWithHttpI
///
/// Remove User from Template Removes the specified Account's access to the specified Template.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateRemoveUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to remove the Account's access to.
///
@@ -2367,6 +2448,7 @@ public TemplateGetResponse TemplateRemoveUser(string templateId, TemplateRemoveU
///
/// Remove User from Template Removes the specified Account's access to the specified Template.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateRemoveUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to remove the Account's access to.
///
@@ -2452,6 +2534,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateRemoveUserWi
///
/// Remove User from Template Removes the specified Account's access to the specified Template.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateRemoveUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to remove the Account's access to.
///
@@ -2467,6 +2550,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateRemoveUserWi
///
/// Remove User from Template Removes the specified Account's access to the specified Template.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateRemoveUserExample.cs
/// Thrown when fails to make API call
/// The id of the Template to remove the Account's access to.
///
@@ -2555,6 +2639,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateRemoveUserWi
///
/// Update Template Files Overlays a new file with the overlay of an existing template. The new file(s) must: 1. have the same or higher page count 2. the same orientation as the file(s) being replaced. This will not overwrite or in any way affect the existing template. Both the existing template and new template will be available for use after executing this endpoint. Also note that this will decrement your template quota. Overlaying new files is asynchronous and a successful call to this endpoint will return 200 OK response if the request passes initial validation checks. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event will be sent when the files are updated or a `template_error` event will be sent if there was a problem while updating the files. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary. If the page orientation or page count is different from the original template document, we will notify you with a `template_error` [callback event](https://app.hellosign.com/api/eventsAndCallbacksWalkthrough).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateUpdateFilesExample.cs
/// Thrown when fails to make API call
/// The ID of the template whose files to update.
///
@@ -2569,6 +2654,7 @@ public TemplateUpdateFilesResponse TemplateUpdateFiles(string templateId, Templa
///
/// Update Template Files Overlays a new file with the overlay of an existing template. The new file(s) must: 1. have the same or higher page count 2. the same orientation as the file(s) being replaced. This will not overwrite or in any way affect the existing template. Both the existing template and new template will be available for use after executing this endpoint. Also note that this will decrement your template quota. Overlaying new files is asynchronous and a successful call to this endpoint will return 200 OK response if the request passes initial validation checks. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event will be sent when the files are updated or a `template_error` event will be sent if there was a problem while updating the files. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary. If the page orientation or page count is different from the original template document, we will notify you with a `template_error` [callback event](https://app.hellosign.com/api/eventsAndCallbacksWalkthrough).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateUpdateFilesExample.cs
/// Thrown when fails to make API call
/// The ID of the template whose files to update.
///
@@ -2654,6 +2740,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateUpda
///
/// Update Template Files Overlays a new file with the overlay of an existing template. The new file(s) must: 1. have the same or higher page count 2. the same orientation as the file(s) being replaced. This will not overwrite or in any way affect the existing template. Both the existing template and new template will be available for use after executing this endpoint. Also note that this will decrement your template quota. Overlaying new files is asynchronous and a successful call to this endpoint will return 200 OK response if the request passes initial validation checks. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event will be sent when the files are updated or a `template_error` event will be sent if there was a problem while updating the files. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary. If the page orientation or page count is different from the original template document, we will notify you with a `template_error` [callback event](https://app.hellosign.com/api/eventsAndCallbacksWalkthrough).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateUpdateFilesExample.cs
/// Thrown when fails to make API call
/// The ID of the template whose files to update.
///
@@ -2669,6 +2756,7 @@ public Dropbox.Sign.Client.ApiResponse TemplateUpda
///
/// Update Template Files Overlays a new file with the overlay of an existing template. The new file(s) must: 1. have the same or higher page count 2. the same orientation as the file(s) being replaced. This will not overwrite or in any way affect the existing template. Both the existing template and new template will be available for use after executing this endpoint. Also note that this will decrement your template quota. Overlaying new files is asynchronous and a successful call to this endpoint will return 200 OK response if the request passes initial validation checks. It is recommended that a callback be implemented to listen for the callback event. A `template_created` event will be sent when the files are updated or a `template_error` event will be sent if there was a problem while updating the files. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the API dashboard and retry the request if necessary. If the page orientation or page count is different from the original template document, we will notify you with a `template_error` [callback event](https://app.hellosign.com/api/eventsAndCallbacksWalkthrough).
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/TemplateUpdateFilesExample.cs
/// Thrown when fails to make API call
/// The ID of the template whose files to update.
///
diff --git a/sdks/dotnet/src/Dropbox.Sign/Api/UnclaimedDraftApi.cs b/sdks/dotnet/src/Dropbox.Sign/Api/UnclaimedDraftApi.cs
index 6e23e47ef..a41df498f 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Api/UnclaimedDraftApi.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Api/UnclaimedDraftApi.cs
@@ -33,6 +33,7 @@ public interface IUnclaimedDraftApiSync : IApiAccessor
///
/// Creates a new Draft that can be claimed using the claim URL. The first authenticated user to access the URL will claim the Draft and will be shown either the \"Sign and send\" or the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a 404.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -45,6 +46,7 @@ public interface IUnclaimedDraftApiSync : IApiAccessor
///
/// Creates a new Draft that can be claimed using the claim URL. The first authenticated user to access the URL will claim the Draft and will be shown either the \"Sign and send\" or the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a 404.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -56,6 +58,7 @@ public interface IUnclaimedDraftApiSync : IApiAccessor
///
/// Creates a new Draft that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -68,6 +71,7 @@ public interface IUnclaimedDraftApiSync : IApiAccessor
///
/// Creates a new Draft that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -79,6 +83,7 @@ public interface IUnclaimedDraftApiSync : IApiAccessor
///
/// Creates a new Draft with a previously saved template(s) that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -91,6 +96,7 @@ public interface IUnclaimedDraftApiSync : IApiAccessor
///
/// Creates a new Draft with a previously saved template(s) that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -102,6 +108,7 @@ public interface IUnclaimedDraftApiSync : IApiAccessor
///
/// Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftEditAndResendExample.cs
/// Thrown when fails to make API call
/// The ID of the signature request to edit and resend.
///
@@ -115,6 +122,7 @@ public interface IUnclaimedDraftApiSync : IApiAccessor
///
/// Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftEditAndResendExample.cs
/// Thrown when fails to make API call
/// The ID of the signature request to edit and resend.
///
@@ -136,6 +144,7 @@ public interface IUnclaimedDraftApiAsync : IApiAccessor
///
/// Creates a new Draft that can be claimed using the claim URL. The first authenticated user to access the URL will claim the Draft and will be shown either the \"Sign and send\" or the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a 404.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -149,6 +158,7 @@ public interface IUnclaimedDraftApiAsync : IApiAccessor
///
/// Creates a new Draft that can be claimed using the claim URL. The first authenticated user to access the URL will claim the Draft and will be shown either the \"Sign and send\" or the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a 404.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -161,6 +171,7 @@ public interface IUnclaimedDraftApiAsync : IApiAccessor
///
/// Creates a new Draft that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -174,6 +185,7 @@ public interface IUnclaimedDraftApiAsync : IApiAccessor
///
/// Creates a new Draft that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -186,6 +198,7 @@ public interface IUnclaimedDraftApiAsync : IApiAccessor
///
/// Creates a new Draft with a previously saved template(s) that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -199,6 +212,7 @@ public interface IUnclaimedDraftApiAsync : IApiAccessor
///
/// Creates a new Draft with a previously saved template(s) that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -211,6 +225,7 @@ public interface IUnclaimedDraftApiAsync : IApiAccessor
///
/// Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftEditAndResendExample.cs
/// Thrown when fails to make API call
/// The ID of the signature request to edit and resend.
///
@@ -225,6 +240,7 @@ public interface IUnclaimedDraftApiAsync : IApiAccessor
///
/// Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftEditAndResendExample.cs
/// Thrown when fails to make API call
/// The ID of the signature request to edit and resend.
///
@@ -355,6 +371,7 @@ public Dropbox.Sign.Client.ExceptionFactory ExceptionFactory
///
/// Create Unclaimed Draft Creates a new Draft that can be claimed using the claim URL. The first authenticated user to access the URL will claim the Draft and will be shown either the \"Sign and send\" or the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a 404.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -368,6 +385,7 @@ public UnclaimedDraftCreateResponse UnclaimedDraftCreate(UnclaimedDraftCreateReq
///
/// Create Unclaimed Draft Creates a new Draft that can be claimed using the claim URL. The first authenticated user to access the URL will claim the Draft and will be shown either the \"Sign and send\" or the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a 404.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -445,6 +463,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Create Unclaimed Draft Creates a new Draft that can be claimed using the claim URL. The first authenticated user to access the URL will claim the Draft and will be shown either the \"Sign and send\" or the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a 404.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -459,6 +478,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Create Unclaimed Draft Creates a new Draft that can be claimed using the claim URL. The first authenticated user to access the URL will claim the Draft and will be shown either the \"Sign and send\" or the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a 404.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -539,6 +559,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Create Embedded Unclaimed Draft Creates a new Draft that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -552,6 +573,7 @@ public UnclaimedDraftCreateResponse UnclaimedDraftCreateEmbedded(UnclaimedDraftC
///
/// Create Embedded Unclaimed Draft Creates a new Draft that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -629,6 +651,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Create Embedded Unclaimed Draft Creates a new Draft that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -643,6 +666,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Create Embedded Unclaimed Draft Creates a new Draft that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -723,6 +747,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Create Embedded Unclaimed Draft with Template Creates a new Draft with a previously saved template(s) that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -736,6 +761,7 @@ public UnclaimedDraftCreateResponse UnclaimedDraftCreateEmbeddedWithTemplate(Unc
///
/// Create Embedded Unclaimed Draft with Template Creates a new Draft with a previously saved template(s) that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -813,6 +839,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Create Embedded Unclaimed Draft with Template Creates a new Draft with a previously saved template(s) that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -827,6 +854,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Create Embedded Unclaimed Draft with Template Creates a new Draft with a previously saved template(s) that can be claimed and used in an embedded iFrame. The first authenticated user to access the URL will claim the Draft and will be shown the \"Request signature\" page with the Draft loaded. Subsequent access to the claim URL will result in a `404`. For this embedded endpoint the `requester_email_address` parameter is required. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftCreateEmbeddedWithTemplateExample.cs
/// Thrown when fails to make API call
///
/// Index associated with the operation.
@@ -907,6 +935,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Edit and Resend Unclaimed Draft Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftEditAndResendExample.cs
/// Thrown when fails to make API call
/// The ID of the signature request to edit and resend.
///
@@ -921,6 +950,7 @@ public UnclaimedDraftCreateResponse UnclaimedDraftEditAndResend(string signature
///
/// Edit and Resend Unclaimed Draft Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftEditAndResendExample.cs
/// Thrown when fails to make API call
/// The ID of the signature request to edit and resend.
///
@@ -1006,6 +1036,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Edit and Resend Unclaimed Draft Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftEditAndResendExample.cs
/// Thrown when fails to make API call
/// The ID of the signature request to edit and resend.
///
@@ -1021,6 +1052,7 @@ public Dropbox.Sign.Client.ApiResponse UnclaimedDr
///
/// Edit and Resend Unclaimed Draft Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter `test_mode` can be edited prior to request. Signers can be edited in embedded editor. Requester's email address will remain unchanged if `requester_email_address` parameter is not set. **NOTE:** Embedded unclaimed drafts can only be accessed in embedded iFrames whereas normal drafts can be used and accessed on Dropbox Sign.
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/UnclaimedDraftEditAndResendExample.cs
/// Thrown when fails to make API call
/// The ID of the signature request to edit and resend.
///
diff --git a/sdks/dotnet/templates/api.mustache b/sdks/dotnet/templates/api.mustache
index c0b29af2e..804b98767 100644
--- a/sdks/dotnet/templates/api.mustache
+++ b/sdks/dotnet/templates/api.mustache
@@ -31,6 +31,7 @@ namespace {{packageName}}.{{apiPackage}}
/// {{.}}
///
{{/notes}}
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{{operationIdCamelCase}}Example.cs
/// Thrown when fails to make API call
{{#allParams}}/// {{description}}{{^required}} (optional{{#defaultValue}}, default to {{.}}{{/defaultValue}}){{/required}}{{#isDeprecated}} (deprecated){{/isDeprecated}}
{{/allParams}}/// Index associated with the operation.
@@ -46,6 +47,7 @@ namespace {{packageName}}.{{apiPackage}}
///
/// {{notes}}
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{{operationIdCamelCase}}Example.cs
/// Thrown when fails to make API call
{{#allParams}}/// {{description}}{{^required}} (optional{{#defaultValue}}, default to {{.}}{{/defaultValue}}){{/required}}{{#isDeprecated}} (deprecated){{/isDeprecated}}
{{/allParams}}/// Index associated with the operation.
@@ -72,6 +74,7 @@ namespace {{packageName}}.{{apiPackage}}
///
/// {{notes}}
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{{operationIdCamelCase}}Example.cs
/// Thrown when fails to make API call
{{#allParams}}
/// {{description}}{{^required}} (optional{{#defaultValue}}, default to {{.}}{{/defaultValue}}){{/required}}{{#isDeprecated}} (deprecated){{/isDeprecated}}
@@ -90,6 +93,7 @@ namespace {{packageName}}.{{apiPackage}}
///
/// {{notes}}
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{{operationIdCamelCase}}Example.cs
/// Thrown when fails to make API call
{{#allParams}}
/// {{description}}{{^required}} (optional{{#defaultValue}}, default to {{.}}{{/defaultValue}}){{/required}}{{#isDeprecated}} (deprecated){{/isDeprecated}}
@@ -237,6 +241,7 @@ namespace {{packageName}}.{{apiPackage}}
///
/// {{summary}} {{notes}}
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{{operationIdCamelCase}}Example.cs
/// Thrown when fails to make API call
{{#allParams}}/// {{description}}{{^required}} (optional{{#defaultValue}}, default to {{.}}{{/defaultValue}}){{/required}}{{#isDeprecated}} (deprecated){{/isDeprecated}}
{{/allParams}}/// Index associated with the operation.
@@ -253,6 +258,7 @@ namespace {{packageName}}.{{apiPackage}}
///
/// {{summary}} {{notes}}
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{{operationIdCamelCase}}Example.cs
/// Thrown when fails to make API call
{{#allParams}}/// {{description}}{{^required}} (optional{{#defaultValue}}, default to {{.}}{{/defaultValue}}){{/required}}{{#isDeprecated}} (deprecated){{/isDeprecated}}
{{/allParams}}/// Index associated with the operation.
@@ -533,6 +539,7 @@ namespace {{packageName}}.{{apiPackage}}
///
/// {{summary}} {{notes}}
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{{operationIdCamelCase}}Example.cs
/// Thrown when fails to make API call
{{#allParams}}
/// {{description}}{{^required}} (optional{{#defaultValue}}, default to {{.}}{{/defaultValue}}){{/required}}{{#isDeprecated}} (deprecated){{/isDeprecated}}
@@ -552,6 +559,7 @@ namespace {{packageName}}.{{apiPackage}}
///
/// {{summary}} {{notes}}
///
+ /// https://github.com/hellosign/dropbox-sign-dotnet/blob/main/examples/{{operationIdCamelCase}}Example.cs
/// Thrown when fails to make API call
{{#allParams}}
/// {{description}}{{^required}} (optional{{#defaultValue}}, default to {{.}}{{/defaultValue}}){{/required}}{{#isDeprecated}} (deprecated){{/isDeprecated}}
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/AccountApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/AccountApi.java
index 3981d8dee..95a905691 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/AccountApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/AccountApi.java
@@ -55,6 +55,7 @@ public void setApiClient(ApiClient apiClient) {
/**
* Create Account
* Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/AccountCreateExample.java
* @param accountCreateRequest (required)
* @return AccountCreateResponse
* @throws ApiException if fails to make API call
@@ -74,6 +75,7 @@ public AccountCreateResponse accountCreate(AccountCreateRequest accountCreateReq
/**
* Create Account
* Creates a new Dropbox Sign Account that is associated with the specified `email_address`.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/AccountCreateExample.java
* @param accountCreateRequest (required)
* @return ApiResponse<AccountCreateResponse>
* @throws ApiException if fails to make API call
@@ -118,6 +120,7 @@ public ApiResponse accountCreateWithHttpInfo(AccountCreat
/**
* Get Account
* Returns the properties and settings of your Account.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/AccountGetExample.java
* @param accountId `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
* @param emailAddress `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
* @return AccountGetResponse
@@ -177,6 +180,7 @@ public ApiResponse accountGetWithHttpInfo(String accountId)
/**
* Get Account
* Returns the properties and settings of your Account.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/AccountGetExample.java
* @param accountId `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
* @param emailAddress `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
* @return ApiResponse<AccountGetResponse>
@@ -223,6 +227,7 @@ public ApiResponse accountGetWithHttpInfo(String accountId,
/**
* Update Account
* Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/AccountUpdateExample.java
* @param accountUpdateRequest (required)
* @return AccountGetResponse
* @throws ApiException if fails to make API call
@@ -242,6 +247,7 @@ public AccountGetResponse accountUpdate(AccountUpdateRequest accountUpdateReques
/**
* Update Account
* Updates the properties and settings of your Account. Currently only allows for updates to the [Callback URL](/api/reference/tag/Callbacks-and-Events) and locale.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/AccountUpdateExample.java
* @param accountUpdateRequest (required)
* @return ApiResponse<AccountGetResponse>
* @throws ApiException if fails to make API call
@@ -286,6 +292,7 @@ public ApiResponse accountUpdateWithHttpInfo(AccountUpdateRe
/**
* Verify Account
* Verifies whether an Dropbox Sign Account exists for the given email address.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/AccountVerifyExample.java
* @param accountVerifyRequest (required)
* @return AccountVerifyResponse
* @throws ApiException if fails to make API call
@@ -305,6 +312,7 @@ public AccountVerifyResponse accountVerify(AccountVerifyRequest accountVerifyReq
/**
* Verify Account
* Verifies whether an Dropbox Sign Account exists for the given email address.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/AccountVerifyExample.java
* @param accountVerifyRequest (required)
* @return ApiResponse<AccountVerifyResponse>
* @throws ApiException if fails to make API call
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/ApiAppApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/ApiAppApi.java
index 813cf39c4..b30d6505b 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/ApiAppApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/ApiAppApi.java
@@ -53,6 +53,7 @@ public void setApiClient(ApiClient apiClient) {
/**
* Create API App
* Creates a new API App.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppCreateExample.java
* @param apiAppCreateRequest (required)
* @return ApiAppGetResponse
* @throws ApiException if fails to make API call
@@ -72,6 +73,7 @@ public ApiAppGetResponse apiAppCreate(ApiAppCreateRequest apiAppCreateRequest) t
/**
* Create API App
* Creates a new API App.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppCreateExample.java
* @param apiAppCreateRequest (required)
* @return ApiResponse<ApiAppGetResponse>
* @throws ApiException if fails to make API call
@@ -116,6 +118,7 @@ public ApiResponse apiAppCreateWithHttpInfo(ApiAppCreateReque
/**
* Delete API App
* Deletes an API App. Can only be invoked for apps you own.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppDeleteExample.java
* @param clientId The client id of the API App to delete. (required)
* @throws ApiException if fails to make API call
* @http.response.details
@@ -134,6 +137,7 @@ public void apiAppDelete(String clientId) throws ApiException {
/**
* Delete API App
* Deletes an API App. Can only be invoked for apps you own.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppDeleteExample.java
* @param clientId The client id of the API App to delete. (required)
* @return ApiResponse<Void>
* @throws ApiException if fails to make API call
@@ -181,6 +185,7 @@ public ApiResponse apiAppDeleteWithHttpInfo(String clientId) throws ApiExc
/**
* Get API App
* Returns an object with information about an API App.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppGetExample.java
* @param clientId The client id of the API App to retrieve. (required)
* @return ApiAppGetResponse
* @throws ApiException if fails to make API call
@@ -200,6 +205,7 @@ public ApiAppGetResponse apiAppGet(String clientId) throws ApiException {
/**
* Get API App
* Returns an object with information about an API App.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppGetExample.java
* @param clientId The client id of the API App to retrieve. (required)
* @return ApiResponse<ApiAppGetResponse>
* @throws ApiException if fails to make API call
@@ -248,6 +254,7 @@ public ApiResponse apiAppGetWithHttpInfo(String clientId) thr
/**
* List API Apps
* Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppListExample.java
* @param page Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
* @return ApiAppListResponse
@@ -307,6 +314,7 @@ public ApiResponse apiAppListWithHttpInfo(Integer page) thro
/**
* List API Apps
* Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppListExample.java
* @param page Which page number of the API App List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
* @return ApiResponse<ApiAppListResponse>
@@ -359,6 +367,7 @@ public ApiResponse apiAppListWithHttpInfo(Integer page, Inte
/**
* Update API App
* Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppUpdateExample.java
* @param clientId The client id of the API App to update. (required)
* @param apiAppUpdateRequest (required)
* @return ApiAppGetResponse
@@ -379,6 +388,7 @@ public ApiAppGetResponse apiAppUpdate(String clientId, ApiAppUpdateRequest apiAp
/**
* Update API App
* Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. If you wish to clear an existing optional field, provide an empty string.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ApiAppUpdateExample.java
* @param clientId The client id of the API App to update. (required)
* @param apiAppUpdateRequest (required)
* @return ApiResponse<ApiAppGetResponse>
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/BulkSendJobApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/BulkSendJobApi.java
index 098c28cce..bde06732f 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/BulkSendJobApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/BulkSendJobApi.java
@@ -51,6 +51,7 @@ public void setApiClient(ApiClient apiClient) {
/**
* Get Bulk Send Job
* Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/BulkSendJobGetExample.java
* @param bulkSendJobId The id of the BulkSendJob to retrieve. (required)
* @param page Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
@@ -111,6 +112,7 @@ public ApiResponse bulkSendJobGetWithHttpInfo(String bul
/**
* Get Bulk Send Job
* Returns the status of the BulkSendJob and its SignatureRequests specified by the `bulk_send_job_id` parameter.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/BulkSendJobGetExample.java
* @param bulkSendJobId The id of the BulkSendJob to retrieve. (required)
* @param page Which page number of the BulkSendJob list to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
@@ -173,6 +175,7 @@ public ApiResponse bulkSendJobGetWithHttpInfo(String bul
/**
* List Bulk Send Jobs
* Returns a list of BulkSendJob that you can access.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/BulkSendJobListExample.java
* @param page Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
* @return BulkSendJobListResponse
@@ -232,6 +235,7 @@ public ApiResponse bulkSendJobListWithHttpInfo(Integer
/**
* List Bulk Send Jobs
* Returns a list of BulkSendJob that you can access.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/BulkSendJobListExample.java
* @param page Which page number of the BulkSendJob List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is 20. (optional, default to 20)
* @return ApiResponse<BulkSendJobListResponse>
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/EmbeddedApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/EmbeddedApi.java
index a847620d5..3cc198b87 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/EmbeddedApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/EmbeddedApi.java
@@ -52,6 +52,7 @@ public void setApiClient(ApiClient apiClient) {
/**
* Get Embedded Template Edit URL
* Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/EmbeddedEditUrlExample.java
* @param templateId The id of the template to edit. (required)
* @param embeddedEditUrlRequest (required)
* @return EmbeddedEditUrlResponse
@@ -72,6 +73,7 @@ public EmbeddedEditUrlResponse embeddedEditUrl(String templateId, EmbeddedEditUr
/**
* Get Embedded Template Edit URL
* Retrieves an embedded object containing a template url that can be opened in an iFrame. Note that only templates created via the embedded template process are available to be edited with this endpoint.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/EmbeddedEditUrlExample.java
* @param templateId The id of the template to edit. (required)
* @param embeddedEditUrlRequest (required)
* @return ApiResponse<EmbeddedEditUrlResponse>
@@ -124,6 +126,7 @@ public ApiResponse embeddedEditUrlWithHttpInfo(String t
/**
* Get Embedded Sign URL
* Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/EmbeddedSignUrlExample.java
* @param signatureId The id of the signature to get a signature url for. (required)
* @return EmbeddedSignUrlResponse
* @throws ApiException if fails to make API call
@@ -143,6 +146,7 @@ public EmbeddedSignUrlResponse embeddedSignUrl(String signatureId) throws ApiExc
/**
* Get Embedded Sign URL
* Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/EmbeddedSignUrlExample.java
* @param signatureId The id of the signature to get a signature url for. (required)
* @return ApiResponse<EmbeddedSignUrlResponse>
* @throws ApiException if fails to make API call
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/FaxApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/FaxApi.java
index e438d0d03..07aa92b07 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/FaxApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/FaxApi.java
@@ -53,6 +53,7 @@ public void setApiClient(ApiClient apiClient) {
/**
* Delete Fax
* Deletes the specified Fax from the system
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxDeleteExample.java
* @param faxId Fax ID (required)
* @throws ApiException if fails to make API call
* @http.response.details
@@ -71,6 +72,7 @@ public void faxDelete(String faxId) throws ApiException {
/**
* Delete Fax
* Deletes the specified Fax from the system
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxDeleteExample.java
* @param faxId Fax ID (required)
* @return ApiResponse<Void>
* @throws ApiException if fails to make API call
@@ -118,6 +120,7 @@ public ApiResponse faxDeleteWithHttpInfo(String faxId) throws ApiException
/**
* Download Fax Files
* Downloads files associated with a Fax
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxFilesExample.java
* @param faxId Fax ID (required)
* @return File
* @throws ApiException if fails to make API call
@@ -137,6 +140,7 @@ public File faxFiles(String faxId) throws ApiException {
/**
* Download Fax Files
* Downloads files associated with a Fax
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxFilesExample.java
* @param faxId Fax ID (required)
* @return ApiResponse<File>
* @throws ApiException if fails to make API call
@@ -185,6 +189,7 @@ public ApiResponse faxFilesWithHttpInfo(String faxId) throws ApiException
/**
* Get Fax
* Returns information about a Fax
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxGetExample.java
* @param faxId Fax ID (required)
* @return FaxGetResponse
* @throws ApiException if fails to make API call
@@ -204,6 +209,7 @@ public FaxGetResponse faxGet(String faxId) throws ApiException {
/**
* Get Fax
* Returns information about a Fax
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxGetExample.java
* @param faxId Fax ID (required)
* @return ApiResponse<FaxGetResponse>
* @throws ApiException if fails to make API call
@@ -252,6 +258,7 @@ public ApiResponse faxGetWithHttpInfo(String faxId) throws ApiEx
/**
* Lists Faxes
* Returns properties of multiple Faxes
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxListExample.java
* @param page Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
* @return FaxListResponse
@@ -311,6 +318,7 @@ public ApiResponse faxListWithHttpInfo(Integer page) throws Api
/**
* Lists Faxes
* Returns properties of multiple Faxes
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxListExample.java
* @param page Which page number of the Fax List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
* @return ApiResponse<FaxListResponse>
@@ -363,6 +371,7 @@ public ApiResponse faxListWithHttpInfo(Integer page, Integer pa
/**
* Send Fax
* Creates and sends a new Fax with the submitted file(s)
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxSendExample.java
* @param faxSendRequest (required)
* @return FaxGetResponse
* @throws ApiException if fails to make API call
@@ -382,6 +391,7 @@ public FaxGetResponse faxSend(FaxSendRequest faxSendRequest) throws ApiException
/**
* Send Fax
* Creates and sends a new Fax with the submitted file(s)
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxSendExample.java
* @param faxSendRequest (required)
* @return ApiResponse<FaxGetResponse>
* @throws ApiException if fails to make API call
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/FaxLineApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/FaxLineApi.java
index 2d6eb5a96..4980f9f75 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/FaxLineApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/FaxLineApi.java
@@ -56,6 +56,7 @@ public void setApiClient(ApiClient apiClient) {
/**
* Add Fax Line User
* Grants a user access to the specified Fax Line.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineAddUserExample.java
* @param faxLineAddUserRequest (required)
* @return FaxLineResponse
* @throws ApiException if fails to make API call
@@ -75,6 +76,7 @@ public FaxLineResponse faxLineAddUser(FaxLineAddUserRequest faxLineAddUserReques
/**
* Add Fax Line User
* Grants a user access to the specified Fax Line.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineAddUserExample.java
* @param faxLineAddUserRequest (required)
* @return ApiResponse<FaxLineResponse>
* @throws ApiException if fails to make API call
@@ -119,6 +121,7 @@ public ApiResponse faxLineAddUserWithHttpInfo(FaxLineAddUserReq
/**
* Get Available Fax Line Area Codes
* Returns a list of available area codes for a given state/province and city
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineAreaCodeGetExample.java
* @param country Filter area codes by country (required)
* @param state Filter area codes by state (optional)
* @param province Filter area codes by province (optional)
@@ -202,6 +205,7 @@ public ApiResponse faxLineAreaCodeGetWithHttpInfo(St
/**
* Get Available Fax Line Area Codes
* Returns a list of available area codes for a given state/province and city
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineAreaCodeGetExample.java
* @param country Filter area codes by country (required)
* @param state Filter area codes by state (optional)
* @param province Filter area codes by province (optional)
@@ -257,6 +261,7 @@ public ApiResponse faxLineAreaCodeGetWithHttpInfo(St
/**
* Purchase Fax Line
* Purchases a new Fax Line
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineCreateExample.java
* @param faxLineCreateRequest (required)
* @return FaxLineResponse
* @throws ApiException if fails to make API call
@@ -276,6 +281,7 @@ public FaxLineResponse faxLineCreate(FaxLineCreateRequest faxLineCreateRequest)
/**
* Purchase Fax Line
* Purchases a new Fax Line
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineCreateExample.java
* @param faxLineCreateRequest (required)
* @return ApiResponse<FaxLineResponse>
* @throws ApiException if fails to make API call
@@ -320,6 +326,7 @@ public ApiResponse faxLineCreateWithHttpInfo(FaxLineCreateReque
/**
* Delete Fax Line
* Deletes the specified Fax Line from the subscription.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineDeleteExample.java
* @param faxLineDeleteRequest (required)
* @throws ApiException if fails to make API call
* @http.response.details
@@ -338,6 +345,7 @@ public void faxLineDelete(FaxLineDeleteRequest faxLineDeleteRequest) throws ApiE
/**
* Delete Fax Line
* Deletes the specified Fax Line from the subscription.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineDeleteExample.java
* @param faxLineDeleteRequest (required)
* @return ApiResponse<Void>
* @throws ApiException if fails to make API call
@@ -381,6 +389,7 @@ public ApiResponse faxLineDeleteWithHttpInfo(FaxLineDeleteRequest faxLineD
/**
* Get Fax Line
* Returns the properties and settings of a Fax Line.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineGetExample.java
* @param number The Fax Line number (required)
* @return FaxLineResponse
* @throws ApiException if fails to make API call
@@ -400,6 +409,7 @@ public FaxLineResponse faxLineGet(String number) throws ApiException {
/**
* Get Fax Line
* Returns the properties and settings of a Fax Line.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineGetExample.java
* @param number The Fax Line number (required)
* @return ApiResponse<FaxLineResponse>
* @throws ApiException if fails to make API call
@@ -449,6 +459,7 @@ public ApiResponse faxLineGetWithHttpInfo(String number) throws
/**
* List Fax Lines
* Returns the properties and settings of multiple Fax Lines.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineListExample.java
* @param accountId Account ID (optional)
* @param page Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -556,6 +567,7 @@ public ApiResponse faxLineListWithHttpInfo(String accountId
/**
* List Fax Lines
* Returns the properties and settings of multiple Fax Lines.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineListExample.java
* @param accountId Account ID (optional)
* @param page Which page number of the Fax Line List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -612,6 +624,7 @@ public ApiResponse faxLineListWithHttpInfo(String accountId
/**
* Remove Fax Line Access
* Removes a user's access to the specified Fax Line
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineRemoveUserExample.java
* @param faxLineRemoveUserRequest (required)
* @return FaxLineResponse
* @throws ApiException if fails to make API call
@@ -631,6 +644,7 @@ public FaxLineResponse faxLineRemoveUser(FaxLineRemoveUserRequest faxLineRemoveU
/**
* Remove Fax Line Access
* Removes a user's access to the specified Fax Line
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/FaxLineRemoveUserExample.java
* @param faxLineRemoveUserRequest (required)
* @return ApiResponse<FaxLineResponse>
* @throws ApiException if fails to make API call
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/OAuthApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/OAuthApi.java
index ddcaa24aa..d14b6cdb2 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/OAuthApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/OAuthApi.java
@@ -52,6 +52,7 @@ public void setApiClient(ApiClient apiClient) {
/**
* OAuth Token Generate
* Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/OauthTokenGenerateExample.java
* @param oauthTokenGenerateRequest (required)
* @return OAuthTokenResponse
* @throws ApiException if fails to make API call
@@ -71,6 +72,7 @@ public OAuthTokenResponse oauthTokenGenerate(OAuthTokenGenerateRequest oauthToke
/**
* OAuth Token Generate
* Once you have retrieved the code from the user callback, you will need to exchange it for an access token via a backend call.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/OauthTokenGenerateExample.java
* @param oauthTokenGenerateRequest (required)
* @return ApiResponse<OAuthTokenResponse>
* @throws ApiException if fails to make API call
@@ -114,6 +116,7 @@ public ApiResponse oauthTokenGenerateWithHttpInfo(OAuthToken
/**
* OAuth Token Refresh
* Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/OauthTokenRefreshExample.java
* @param oauthTokenRefreshRequest (required)
* @return OAuthTokenResponse
* @throws ApiException if fails to make API call
@@ -133,6 +136,7 @@ public OAuthTokenResponse oauthTokenRefresh(OAuthTokenRefreshRequest oauthTokenR
/**
* OAuth Token Refresh
* Access tokens are only valid for a given period of time (typically one hour) for security reasons. Whenever acquiring an new access token its TTL is also given (see `expires_in`), along with a refresh token that can be used to acquire a new access token after the current one has expired.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/OauthTokenRefreshExample.java
* @param oauthTokenRefreshRequest (required)
* @return ApiResponse<OAuthTokenResponse>
* @throws ApiException if fails to make API call
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/ReportApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/ReportApi.java
index a9a590576..472111d66 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/ReportApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/ReportApi.java
@@ -51,6 +51,7 @@ public void setApiClient(ApiClient apiClient) {
/**
* Create Report
* Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ReportCreateExample.java
* @param reportCreateRequest (required)
* @return ReportCreateResponse
* @throws ApiException if fails to make API call
@@ -70,6 +71,7 @@ public ReportCreateResponse reportCreate(ReportCreateRequest reportCreateRequest
/**
* Create Report
* Request the creation of one or more report(s). When the report(s) have been generated, you will receive an email (one per requested report type) containing a link to download the report as a CSV file. The requested date range may be up to 12 months in duration, and `start_date` must not be more than 10 years in the past.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/ReportCreateExample.java
* @param reportCreateRequest (required)
* @return ApiResponse<ReportCreateResponse>
* @throws ApiException if fails to make API call
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java b/sdks/java-v2/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java
index 88f08b45f..539a8720c 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/api/SignatureRequestApi.java
@@ -67,6 +67,7 @@ public void setApiClient(ApiClient apiClient) {
/**
* Embedded Bulk Send with Template
* Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.java
* @param signatureRequestBulkCreateEmbeddedWithTemplateRequest (required)
* @return BulkSendJobSendResponse
* @throws ApiException if fails to make API call
@@ -86,6 +87,7 @@ public BulkSendJobSendResponse signatureRequestBulkCreateEmbeddedWithTemplate(Si
/**
* Embedded Bulk Send with Template
* Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter to be signed in an embedded iFrame. These embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Only available for Standard plan and higher.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestBulkCreateEmbeddedWithTemplateExample.java
* @param signatureRequestBulkCreateEmbeddedWithTemplateRequest (required)
* @return ApiResponse<BulkSendJobSendResponse>
* @throws ApiException if fails to make API call
@@ -130,6 +132,7 @@ public ApiResponse signatureRequestBulkCreateEmbeddedWi
/**
* Bulk Send with Template
* Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.java
* @param signatureRequestBulkSendWithTemplateRequest (required)
* @return BulkSendJobSendResponse
* @throws ApiException if fails to make API call
@@ -149,6 +152,7 @@ public BulkSendJobSendResponse signatureRequestBulkSendWithTemplate(SignatureReq
/**
* Bulk Send with Template
* Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the provided Template(s) specified with the `template_ids` parameter. **NOTE:** Only available for Standard plan and higher.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestBulkSendWithTemplateExample.java
* @param signatureRequestBulkSendWithTemplateRequest (required)
* @return ApiResponse<BulkSendJobSendResponse>
* @throws ApiException if fails to make API call
@@ -193,6 +197,7 @@ public ApiResponse signatureRequestBulkSendWithTemplate
/**
* Cancel Incomplete Signature Request
* Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestCancelExample.java
* @param signatureRequestId The id of the incomplete SignatureRequest to cancel. (required)
* @throws ApiException if fails to make API call
* @http.response.details
@@ -211,6 +216,7 @@ public void signatureRequestCancel(String signatureRequestId) throws ApiExceptio
/**
* Cancel Incomplete Signature Request
* Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. If they try to access the signature request they will receive a HTTP 410 status code indicating that the resource has been deleted. Cancelation is asynchronous and a successful call to this endpoint will return an empty 200 OK response if the signature request is eligible to be canceled and has been successfully queued. This 200 OK response does not indicate a successful cancelation of the signature request itself. The cancelation is confirmed via the `signature_request_canceled` event. It is recommended that a [callback handler](/api/reference/tag/Callbacks-and-Events) be implemented to listen for the `signature_request_canceled` event. This callback will be sent only when the cancelation has completed successfully. If a callback handler has been configured and the event has not been received within 60 minutes of making the call, check the status of the request in the [API Dashboard](https://app.hellosign.com/apidashboard) and retry the cancelation if necessary. To be eligible for cancelation, a signature request must have been sent successfully, must not yet have been signed by all signers, and you must either be the sender or own the API app under which it was sent. A partially signed signature request can be canceled. **NOTE:** To remove your access to a completed signature request, use the endpoint: `POST /signature_request/remove/[:signature_request_id]`.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestCancelExample.java
* @param signatureRequestId The id of the incomplete SignatureRequest to cancel. (required)
* @return ApiResponse<Void>
* @throws ApiException if fails to make API call
@@ -258,6 +264,7 @@ public ApiResponse signatureRequestCancelWithHttpInfo(String signatureRequ
/**
* Create Embedded Signature Request
* Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestCreateEmbeddedExample.java
* @param signatureRequestCreateEmbeddedRequest (required)
* @return SignatureRequestGetResponse
* @throws ApiException if fails to make API call
@@ -277,6 +284,7 @@ public SignatureRequestGetResponse signatureRequestCreateEmbedded(SignatureReque
/**
* Create Embedded Signature Request
* Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestCreateEmbeddedExample.java
* @param signatureRequestCreateEmbeddedRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
* @throws ApiException if fails to make API call
@@ -321,6 +329,7 @@ public ApiResponse signatureRequestCreateEmbeddedWi
/**
* Create Embedded Signature Request with Template
* Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.java
* @param signatureRequestCreateEmbeddedWithTemplateRequest (required)
* @return SignatureRequestGetResponse
* @throws ApiException if fails to make API call
@@ -340,6 +349,7 @@ public SignatureRequestGetResponse signatureRequestCreateEmbeddedWithTemplate(Si
/**
* Create Embedded Signature Request with Template
* Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestCreateEmbeddedWithTemplateExample.java
* @param signatureRequestCreateEmbeddedWithTemplateRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
* @throws ApiException if fails to make API call
@@ -384,6 +394,7 @@ public ApiResponse signatureRequestCreateEmbeddedWi
/**
* Edit Signature Request
* Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestEditExample.java
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditRequest (required)
* @return SignatureRequestGetResponse
@@ -404,6 +415,7 @@ public SignatureRequestGetResponse signatureRequestEdit(String signatureRequestI
/**
* Edit Signature Request
* Edits and sends a SignatureRequest with the submitted documents. If `form_fields_per_document` is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. **NOTE:** Edit and resend *will* deduct your signature request quota.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestEditExample.java
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
@@ -456,6 +468,7 @@ public ApiResponse signatureRequestEditWithHttpInfo
/**
* Edit Embedded Signature Request
* Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestEditEmbeddedExample.java
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedRequest (required)
* @return SignatureRequestGetResponse
@@ -476,6 +489,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbedded(String signature
/**
* Edit Embedded Signature Request
* Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. If form_fields_per_document is not specified, a signature page will be affixed where all signers will be required to add their signature, signifying their agreement to all contained documents. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestEditEmbeddedExample.java
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
@@ -528,6 +542,7 @@ public ApiResponse signatureRequestEditEmbeddedWith
/**
* Edit Embedded Signature Request with Template
* Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.java
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
* @return SignatureRequestGetResponse
@@ -548,6 +563,7 @@ public SignatureRequestGetResponse signatureRequestEditEmbeddedWithTemplate(Stri
/**
* Edit Embedded Signature Request with Template
* Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. Note that embedded signature requests can only be signed in embedded iFrames whereas normal signature requests can only be signed on Dropbox Sign. **NOTE:** Edit and resend *will* deduct your signature request quota.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestEditEmbeddedWithTemplateExample.java
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditEmbeddedWithTemplateRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
@@ -600,6 +616,7 @@ public ApiResponse signatureRequestEditEmbeddedWith
/**
* Edit Signature Request With Template
* Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestEditWithTemplateExample.java
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditWithTemplateRequest (required)
* @return SignatureRequestGetResponse
@@ -620,6 +637,7 @@ public SignatureRequestGetResponse signatureRequestEditWithTemplate(String signa
/**
* Edit Signature Request With Template
* Edits and sends a SignatureRequest based off of the Template(s) specified with the template_ids parameter. **NOTE:** Edit and resend *will* deduct your signature request quota.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestEditWithTemplateExample.java
* @param signatureRequestId The id of the SignatureRequest to edit. (required)
* @param signatureRequestEditWithTemplateRequest (required)
* @return ApiResponse<SignatureRequestGetResponse>
@@ -672,6 +690,7 @@ public ApiResponse signatureRequestEditWithTemplate
/**
* Download Files
* Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestFilesExample.java
* @param signatureRequestId The id of the SignatureRequest to retrieve. (required)
* @param fileType Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
* @return File
@@ -711,6 +730,7 @@ public ApiResponse signatureRequestFilesWithHttpInfo(String signatureReque
/**
* Download Files
* Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file. If the files are currently being prepared, a status code of `409` will be returned instead.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestFilesExample.java
* @param signatureRequestId The id of the SignatureRequest to retrieve. (required)
* @param fileType Set to `pdf` for a single merged document or `zip` for a collection of individual documents. (optional, default to pdf)
* @return ApiResponse<File>
@@ -768,6 +788,7 @@ public ApiResponse signatureRequestFilesWithHttpInfo(String signatureReque
/**
* Download Files as Data Uri
* Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestFilesAsDataUriExample.java
* @param signatureRequestId The id of the SignatureRequest to retrieve. (required)
* @return FileResponseDataUri
* @throws ApiException if fails to make API call
@@ -787,6 +808,7 @@ public FileResponseDataUri signatureRequestFilesAsDataUri(String signatureReques
/**
* Download Files as Data Uri
* Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestFilesAsDataUriExample.java
* @param signatureRequestId The id of the SignatureRequest to retrieve. (required)
* @return ApiResponse<FileResponseDataUri>
* @throws ApiException if fails to make API call
@@ -835,6 +857,7 @@ public ApiResponse signatureRequestFilesAsDataUriWithHttpIn
/**
* Download Files as File Url
* Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestFilesAsFileUrlExample.java
* @param signatureRequestId The id of the SignatureRequest to retrieve. (required)
* @param forceDownload 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)
* @return FileResponse
@@ -874,6 +897,7 @@ public ApiResponse signatureRequestFilesAsFileUrlWithHttpInfo(Stri
/**
* Download Files as File Url
* Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestFilesAsFileUrlExample.java
* @param signatureRequestId The id of the SignatureRequest to retrieve. (required)
* @param forceDownload 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)
* @return ApiResponse<FileResponse>
@@ -931,6 +955,7 @@ public ApiResponse signatureRequestFilesAsFileUrlWithHttpInfo(Stri
/**
* Get Signature Request
* Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestGetExample.java
* @param signatureRequestId The id of the SignatureRequest to retrieve. (required)
* @return SignatureRequestGetResponse
* @throws ApiException if fails to make API call
@@ -950,6 +975,7 @@ public SignatureRequestGetResponse signatureRequestGet(String signatureRequestId
/**
* Get Signature Request
* Returns the status of the SignatureRequest specified by the `signature_request_id` parameter.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestGetExample.java
* @param signatureRequestId The id of the SignatureRequest to retrieve. (required)
* @return ApiResponse<SignatureRequestGetResponse>
* @throws ApiException if fails to make API call
@@ -998,6 +1024,7 @@ public ApiResponse signatureRequestGetWithHttpInfo(
/**
* List Signature Requests
* Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestListExample.java
* @param accountId Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
* @param page Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -1105,6 +1132,7 @@ public ApiResponse signatureRequestListWithHttpInf
/**
* List Signature Requests
* Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. Take a look at our [search guide](/api/reference/search/) to learn more about querying signature requests.
+ * Example: https://github.com/hellosign/dropbox-sign-java/blob/main/examples/SignatureRequestListExample.java
* @param accountId Which account to return SignatureRequests for. Must be a team member. Use `all` to indicate all team members. Defaults to your account. (optional)
* @param page Which page number of the SignatureRequest List to return. Defaults to `1`. (optional, default to 1)
* @param pageSize Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`. (optional, default to 20)
@@ -1161,6 +1189,7 @@ public ApiResponse