Skip to content
Open
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
7 changes: 6 additions & 1 deletion openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6260,7 +6260,12 @@ paths:
tags:
- Template
summary: 'Create Template'
description: 'Creates a template that can then be used.'
description: |-
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.
operationId: templateCreate
requestBody:
required: true
Expand Down
7 changes: 6 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6260,7 +6260,12 @@ paths:
tags:
- Template
summary: 'Create Template'
description: 'Creates a template that can then be used.'
description: |-
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.
operationId: templateCreate
requestBody:
required: true
Expand Down
2 changes: 1 addition & 1 deletion sdks/dotnet/docs/TemplateApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ catch (ApiException e)

Create Template

Creates a template that can then be used.
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.

### Example
```csharp
Expand Down
16 changes: 8 additions & 8 deletions sdks/dotnet/src/Dropbox.Sign/Api/TemplateApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public interface ITemplateApiSync : IApiAccessor
/// Create Template
/// </summary>
/// <remarks>
/// Creates a template that can then be used.
/// Creates a template that can be used in future signature requests. If &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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 &#x60;template_created&#x60; event indicates the template is ready to use, while a &#x60;template_error&#x60; 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.
/// </remarks>
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="templateCreateRequest"></param>
Expand All @@ -68,7 +68,7 @@ public interface ITemplateApiSync : IApiAccessor
/// Create Template
/// </summary>
/// <remarks>
/// Creates a template that can then be used.
/// Creates a template that can be used in future signature requests. If &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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 &#x60;template_created&#x60; event indicates the template is ready to use, while a &#x60;template_error&#x60; 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.
/// </remarks>
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="templateCreateRequest"></param>
Expand Down Expand Up @@ -361,7 +361,7 @@ public interface ITemplateApiAsync : IApiAccessor
/// Create Template
/// </summary>
/// <remarks>
/// Creates a template that can then be used.
/// Creates a template that can be used in future signature requests. If &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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 &#x60;template_created&#x60; event indicates the template is ready to use, while a &#x60;template_error&#x60; 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.
/// </remarks>
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="templateCreateRequest"></param>
Expand All @@ -374,7 +374,7 @@ public interface ITemplateApiAsync : IApiAccessor
/// Create Template
/// </summary>
/// <remarks>
/// Creates a template that can then be used.
/// Creates a template that can be used in future signature requests. If &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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 &#x60;template_created&#x60; event indicates the template is ready to use, while a &#x60;template_error&#x60; 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.
/// </remarks>
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="templateCreateRequest"></param>
Expand Down Expand Up @@ -971,7 +971,7 @@ public Dropbox.Sign.Client.ApiResponse<TemplateGetResponse> TemplateAddUserWithH
}

/// <summary>
/// Create Template Creates a template that can then be used.
/// Create Template Creates a template that can be used in future signature requests. If &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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 &#x60;template_created&#x60; event indicates the template is ready to use, while a &#x60;template_error&#x60; 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.
/// </summary>
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="templateCreateRequest"></param>
Expand All @@ -984,7 +984,7 @@ public TemplateCreateResponse TemplateCreate(TemplateCreateRequest templateCreat
}

/// <summary>
/// Create Template Creates a template that can then be used.
/// Create Template Creates a template that can be used in future signature requests. If &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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 &#x60;template_created&#x60; event indicates the template is ready to use, while a &#x60;template_error&#x60; 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.
/// </summary>
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="templateCreateRequest"></param>
Expand Down Expand Up @@ -1061,7 +1061,7 @@ public Dropbox.Sign.Client.ApiResponse<TemplateCreateResponse> TemplateCreateWit
}

/// <summary>
/// Create Template Creates a template that can then be used.
/// Create Template Creates a template that can be used in future signature requests. If &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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 &#x60;template_created&#x60; event indicates the template is ready to use, while a &#x60;template_error&#x60; 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.
/// </summary>
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="templateCreateRequest"></param>
Expand All @@ -1075,7 +1075,7 @@ public Dropbox.Sign.Client.ApiResponse<TemplateCreateResponse> TemplateCreateWit
}

/// <summary>
/// Create Template Creates a template that can then be used.
/// Create Template Creates a template that can be used in future signature requests. If &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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 &#x60;template_created&#x60; event indicates the template is ready to use, while a &#x60;template_error&#x60; 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.
/// </summary>
/// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="templateCreateRequest"></param>
Expand Down
6 changes: 5 additions & 1 deletion sdks/java-v1/docs/TemplateApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ public class TemplateAddUserExample

Create Template

Creates a template that can then be used.
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.

### Example

Expand Down
26 changes: 24 additions & 2 deletions sdks/java-v1/src/main/java/com/dropbox/sign/api/TemplateApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,18 @@ public ApiResponse<TemplateGetResponse> templateAddUserWithHttpInfo(
}

/**
* Create Template Creates a template that can then be used.
* Create Template Creates a template that can be used in future signature requests. If
* &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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
* &#x60;template_created&#x60; event indicates the template is ready to use, while a
* &#x60;template_error&#x60; 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.
*
* @param templateCreateRequest (required)
* @return TemplateCreateResponse
Expand All @@ -164,7 +175,18 @@ public TemplateCreateResponse templateCreate(TemplateCreateRequest templateCreat
}

/**
* Create Template Creates a template that can then be used.
* Create Template Creates a template that can be used in future signature requests. If
* &#x60;client_id&#x60; 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 &#x60;edit_url&#x60; 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
* &#x60;template_created&#x60; event indicates the template is ready to use, while a
* &#x60;template_error&#x60; 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.
*
* @param templateCreateRequest (required)
* @return ApiResponse&lt;TemplateCreateResponse&gt;
Expand Down
6 changes: 5 additions & 1 deletion sdks/java-v2/docs/TemplateApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ public class TemplateAddUserExample

Create Template

Creates a template that can then be used.
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.

### Example

Expand Down
Loading
Loading