Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9806,26 +9806,32 @@ components:
api_signature_requests_left:
description: '_t__AccountQuota::API_SIGNATURE_REQUESTS_LEFT'
type: integer
default: 0
nullable: true
documents_left:
description: '_t__AccountQuota::DOCUMENTS_LEFT'
type: integer
default: 0
nullable: true
templates_total:
description: '_t__AccountQuota::TEMPLATES_TOTAL'
type: integer
default: 0
nullable: true
templates_left:
description: '_t__AccountQuota::TEMPLATES_LEFT'
type: integer
default: 0
nullable: true
sms_verifications_left:
description: '_t__AccountQuota::SMS_VERIFICATIONS_LEFT'
type: integer
default: 0
nullable: true
num_fax_pages_left:
description: '_t__AccountQuota::NUM_FAX_PAGES_LEFT'
type: integer
default: 0
nullable: true
type: object
x-internal-class: true
Expand All @@ -9835,7 +9841,7 @@ components:
fax_pages_sent:
description: '_t__AccountUsage::FAX_PAGES_SENT'
type: integer
nullable: true
default: 0
type: object
x-internal-class: true
AccountVerifyResponseAccount:
Expand Down
14 changes: 10 additions & 4 deletions openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ paths:

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

Expand Down Expand Up @@ -5474,7 +5474,7 @@ paths:
post:
tags:
- Template
summary: 'Create Template'
summary: 'Create Template'
description: 'Creates a template that can then be used.'
operationId: templateCreate
requestBody:
Expand Down Expand Up @@ -10414,26 +10414,32 @@ components:
api_signature_requests_left:
description: 'API signature requests remaining.'
type: integer
default: 0
nullable: true
documents_left:
description: 'Signature requests remaining.'
type: integer
default: 0
nullable: true
templates_total:
description: 'Total API templates allowed.'
type: integer
default: 0
nullable: true
templates_left:
description: 'API templates remaining.'
type: integer
default: 0
nullable: true
sms_verifications_left:
description: 'SMS verifications remaining.'
description: 'SMS verifications remaining.'
type: integer
default: 0
nullable: true
num_fax_pages_left:
description: 'Number of fax pages left'
type: integer
default: 0
nullable: true
type: object
x-internal-class: true
Expand All @@ -10443,7 +10449,7 @@ components:
fax_pages_sent:
description: 'Number of fax pages sent'
type: integer
nullable: true
default: 0
type: object
x-internal-class: true
AccountVerifyResponseAccount:
Expand Down
14 changes: 10 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ paths:

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

Expand Down Expand Up @@ -5474,7 +5474,7 @@ paths:
post:
tags:
- Template
summary: 'Create Template'
summary: 'Create Template'
description: 'Creates a template that can then be used.'
operationId: templateCreate
requestBody:
Expand Down Expand Up @@ -10392,26 +10392,32 @@ components:
api_signature_requests_left:
description: 'API signature requests remaining.'
type: integer
default: 0
nullable: true
documents_left:
description: 'Signature requests remaining.'
type: integer
default: 0
nullable: true
templates_total:
description: 'Total API templates allowed.'
type: integer
default: 0
nullable: true
templates_left:
description: 'API templates remaining.'
type: integer
default: 0
nullable: true
sms_verifications_left:
description: 'SMS verifications remaining.'
description: 'SMS verifications remaining.'
type: integer
default: 0
nullable: true
num_fax_pages_left:
description: 'Number of fax pages left'
type: integer
default: 0
nullable: true
type: object
x-internal-class: true
Expand All @@ -10421,7 +10427,7 @@ components:
fax_pages_sent:
description: 'Number of fax pages sent'
type: integer
nullable: true
default: 0
type: object
x-internal-class: true
AccountVerifyResponseAccount:
Expand Down
2 changes: 1 addition & 1 deletion sdks/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Class | Method | HTTP request | Description
*TeamApi* | [**TeamSubTeams**](docs/TeamApi.md#teamsubteams) | **GET** /team/sub_teams/{team_id} | List Sub Teams
*TeamApi* | [**TeamUpdate**](docs/TeamApi.md#teamupdate) | **PUT** /team | Update Team
*TemplateApi* | [**TemplateAddUser**](docs/TemplateApi.md#templateadduser) | **POST** /template/add_user/{template_id} | Add User to Template
*TemplateApi* | [**TemplateCreate**](docs/TemplateApi.md#templatecreate) | **POST** /template/create | Create Template
*TemplateApi* | [**TemplateCreate**](docs/TemplateApi.md#templatecreate) | **POST** /template/create | Create Template
*TemplateApi* | [**TemplateCreateEmbeddedDraft**](docs/TemplateApi.md#templatecreateembeddeddraft) | **POST** /template/create_embedded_draft | Create Embedded Template Draft
*TemplateApi* | [**TemplateDelete**](docs/TemplateApi.md#templatedelete) | **POST** /template/delete/{template_id} | Delete Template
*TemplateApi* | [**TemplateFiles**](docs/TemplateApi.md#templatefiles) | **GET** /template/files/{template_id} | Get Template Files
Expand Down
2 changes: 1 addition & 1 deletion sdks/dotnet/docs/AccountResponseQuotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Details concerning remaining monthly quotas.

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApiSignatureRequestsLeft** | **int?** | API signature requests remaining. | [optional] **DocumentsLeft** | **int?** | Signature requests remaining. | [optional] **TemplatesTotal** | **int?** | Total API templates allowed. | [optional] **TemplatesLeft** | **int?** | API templates remaining. | [optional] **SmsVerificationsLeft** | **int?** | SMS verifications remaining. | [optional] **NumFaxPagesLeft** | **int?** | Number of fax pages left | [optional]
**ApiSignatureRequestsLeft** | **int?** | API signature requests remaining. | [optional] [default to 0]**DocumentsLeft** | **int?** | Signature requests remaining. | [optional] [default to 0]**TemplatesTotal** | **int?** | Total API templates allowed. | [optional] [default to 0]**TemplatesLeft** | **int?** | API templates remaining. | [optional] [default to 0]**SmsVerificationsLeft** | **int?** | SMS verifications remaining. | [optional] [default to 0]**NumFaxPagesLeft** | **int?** | Number of fax pages left | [optional] [default to 0]

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

2 changes: 1 addition & 1 deletion sdks/dotnet/docs/AccountResponseUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Details concerning monthly usage

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**FaxPagesSent** | **int?** | Number of fax pages sent | [optional]
**FaxPagesSent** | **int** | Number of fax pages sent | [optional] [default to 0]

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

2 changes: 1 addition & 1 deletion sdks/dotnet/docs/SignatureRequestApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ catch (ApiException e)

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]`.
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
```csharp
Expand Down
6 changes: 3 additions & 3 deletions sdks/dotnet/docs/TemplateApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All URIs are relative to *https://api.hellosign.com/v3*
| Method | HTTP request | Description |
|--------|--------------|-------------|
| [**TemplateAddUser**](TemplateApi.md#templateadduser) | **POST** /template/add_user/{template_id} | Add User to Template |
| [**TemplateCreate**](TemplateApi.md#templatecreate) | **POST** /template/create | Create Template |
| [**TemplateCreate**](TemplateApi.md#templatecreate) | **POST** /template/create | Create Template |
| [**TemplateCreateEmbeddedDraft**](TemplateApi.md#templatecreateembeddeddraft) | **POST** /template/create_embedded_draft | Create Embedded Template Draft |
| [**TemplateDelete**](TemplateApi.md#templatedelete) | **POST** /template/delete/{template_id} | Delete Template |
| [**TemplateFiles**](TemplateApi.md#templatefiles) | **GET** /template/files/{template_id} | Get Template Files |
Expand Down Expand Up @@ -120,7 +120,7 @@ catch (ApiException e)
# **TemplateCreate**
> TemplateCreateResponse TemplateCreate (TemplateCreateRequest templateCreateRequest)

Create Template
Create Template

Creates a template that can then be used.

Expand Down Expand Up @@ -214,7 +214,7 @@ This returns an ApiResponse object which contains the response data, status code
```csharp
try
{
// Create Template
// Create Template
ApiResponse<TemplateCreateResponse> response = apiInstance.TemplateCreateWithHttpInfo(templateCreateRequest);
Debug.Write("Status Code: " + response.StatusCode);
Debug.Write("Response Headers: " + response.Headers);
Expand Down
Loading