Skip to content

Commit

Permalink
fix: update Box Sign and Box Doc Gen tags references (box/box-openapi…
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Feb 18, 2025
1 parent b0bd166 commit 86f07ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "c1e6fc8", "specHash": "59747aa", "version": "1.6.0" }
{ "engineHash": "c1e6fc8", "specHash": "153fd54", "version": "1.6.0" }
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class GetSignRequestsQueryParams {
public long? Limit { get; init; }

/// <summary>
/// A list of sender emails to filter the signature requests by sender.
/// A list of sender emails to filter the signature requests by sender.
/// If provided, `shared_requests` must be set to `true`.
/// </summary>
public IReadOnlyList<string>? Senders { get; init; }
Expand Down
8 changes: 4 additions & 4 deletions docs/Docgen.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

- [Get Box Doc Gen job by ID](#get-box-doc-gen-job-by-id)
- [List all Box Doc Gen jobs](#list-all-box-doc-gen-jobs)
- [Get Box Doc Gen jobs in a batch with a specific ID](#get-box-doc-gen-jobs-in-a-batch-with-a-specific-id)
- [Generate document using a Box Doc Gen template](#generate-document-using-a-box-doc-gen-template)
- [Get Box Doc Gen jobs by batch ID](#get-box-doc-gen-jobs-by-batch-id)
- [Generate document using Box Doc Gen template](#generate-document-using-box-doc-gen-template)

## Get Box Doc Gen job by ID

Expand Down Expand Up @@ -68,7 +68,7 @@ This function returns a value of type `DocGenJobsFullV2025R0`.
A list of Box Doc Gen jobs.


## Get Box Doc Gen jobs in a batch with a specific ID
## Get Box Doc Gen jobs by batch ID

Lists Box Doc Gen jobs in a batch

Expand Down Expand Up @@ -101,7 +101,7 @@ This function returns a value of type `DocGenJobsV2025R0`.
Returns a list of Box Doc Gen jobs in a Box Doc Gen batch.


## Generate document using a Box Doc Gen template
## Generate document using Box Doc Gen template

Generates a document using a Box Doc Gen template.

Expand Down
4 changes: 2 additions & 2 deletions docs/DocgenTemplate.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# IDocgenTemplateManager


- [Create a Box Doc Gen template](#create-a-box-doc-gen-template)
- [Create Box Doc Gen template](#create-box-doc-gen-template)
- [List Box Doc Gen templates](#list-box-doc-gen-templates)
- [Delete Box Doc Gen template](#delete-box-doc-gen-template)
- [Get Box Doc Gen template by ID](#get-box-doc-gen-template-by-id)
- [List all Box Doc Gen template tags in template](#list-all-box-doc-gen-template-tags-in-template)
- [Get list of all Box Doc Gen jobs for template](#get-list-of-all-box-doc-gen-jobs-for-template)

## Create a Box Doc Gen template
## Create Box Doc Gen template

Marks a file as a Box Doc Gen template.

Expand Down

0 comments on commit 86f07ee

Please sign in to comment.