Skip to content

Commit

Permalink
docs: Fix API reference links (box/box-codegen#658) (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Feb 5, 2025
1 parent 888ee7b commit 5da86e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "7874ac3", "specHash": "764e12c", "version": "0.4.0" }
{ "engineHash": "3a42ab0", "specHash": "59747aa", "version": "0.4.0" }
8 changes: 4 additions & 4 deletions docs/docgen.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Get details of the Box Doc Gen job.
This operation is performed by calling function `getDocgenJobByIdV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/get-docgen-jobs-id-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/get-docgen-jobs-id/).

<!-- sample get_docgen_jobs_id_v2025.0 -->
```
Expand Down Expand Up @@ -42,7 +42,7 @@ Lists all Box Doc Gen jobs for a user.
This operation is performed by calling function `getDocgenJobsV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/get-docgen-jobs-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/get-docgen-jobs/).

<!-- sample get_docgen_jobs_v2025.0 -->
```
Expand Down Expand Up @@ -71,7 +71,7 @@ Lists Box Doc Gen jobs in a batch
This operation is performed by calling function `getDocgenBatchJobByIdV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/get-docgen-batch-jobs-id-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/get-docgen-batch-jobs-id/).

<!-- sample get_docgen_batch_jobs_id_v2025.0 -->
```
Expand Down Expand Up @@ -102,7 +102,7 @@ Generates a document using a Box Doc Gen template.
This operation is performed by calling function `createDocgenBatchV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/post-docgen-batches-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/post-docgen-batches/).

<!-- sample post_docgen_batches_v2025.0 -->
```
Expand Down
12 changes: 6 additions & 6 deletions docs/docgentemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Marks a file as a Box Doc Gen template.
This operation is performed by calling function `createDocgenTemplateV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/post-docgen-templates-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/post-docgen-templates/).

<!-- sample post_docgen_templates_v2025.0 -->
```
Expand Down Expand Up @@ -44,7 +44,7 @@ Lists Box Doc Gen templates on which the user is a collaborator.
This operation is performed by calling function `getDocgenTemplatesV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/get-docgen-templates-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/get-docgen-templates/).

<!-- sample get_docgen_templates_v2025.0 -->
```
Expand Down Expand Up @@ -73,7 +73,7 @@ Unmarks file as Box Doc Gen template
This operation is performed by calling function `deleteDocgenTemplateByIdV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/delete-docgen-templates-id-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/delete-docgen-templates-id/).

<!-- sample delete_docgen_templates_id_v2025.0 -->
```
Expand Down Expand Up @@ -102,7 +102,7 @@ Lists details of a specific Box Doc Gen template.
This operation is performed by calling function `getDocgenTemplateByIdV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/get-docgen-templates-id-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/get-docgen-templates-id/).

<!-- sample get_docgen_templates_id_v2025.0 -->
```
Expand Down Expand Up @@ -131,7 +131,7 @@ Lists all tags in a Box Doc Gen template.
This operation is performed by calling function `getDocgenTemplateTagsV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/get-docgen-templates-id-tags-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/get-docgen-templates-id-tags/).

<!-- sample get_docgen_templates_id_tags_v2025.0 -->
```
Expand Down Expand Up @@ -162,7 +162,7 @@ Lists the users jobs which use this template.
This operation is performed by calling function `getDocgenTemplateJobByIdV2025R0`.

See the endpoint docs at
[API Reference](https://developer.box.com/reference/get-docgen-template-jobs-id-v2025.0/).
[API Reference](https://developer.box.com/reference/v2025.0/get-docgen-template-jobs-id/).

<!-- sample get_docgen_template_jobs_id_v2025.0 -->
```
Expand Down

0 comments on commit 5da86e1

Please sign in to comment.