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 19, 2025
1 parent 00f15c2 commit 82cfcf0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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": "0.5.0" }
{ "engineHash": "c1e6fc8", "specHash": "153fd54", "version": "0.5.0" }
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 @@ -64,7 +64,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 @@ -95,7 +95,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 @@
# DocgenTemplateManager


- [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 82cfcf0

Please sign in to comment.