Skip to content

Commit fe906a4

Browse files
box-sdk-buildbox-sdk-build
andauthored
docs: Fix API reference links (box/box-codegen#658) (#472)
Co-authored-by: box-sdk-build <[email protected]>
1 parent 20916d0 commit fe906a4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "a5adcd0", "specHash": "59747aa", "version": "1.10.0" }
1+
{ "engineHash": "3a42ab0", "specHash": "59747aa", "version": "1.10.0" }

docs/docgen.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Get details of the Box Doc Gen job.
1212
This operation is performed by calling function `get_docgen_job_by_id_v2025_r0`.
1313

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

1717
<!-- sample get_docgen_jobs_id_v2025.0 -->
1818

@@ -42,7 +42,7 @@ Lists all Box Doc Gen jobs for a user.
4242
This operation is performed by calling function `get_docgen_jobs_v2025_r0`.
4343

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

4747
<!-- sample get_docgen_jobs_v2025.0 -->
4848

@@ -74,7 +74,7 @@ Lists Box Doc Gen jobs in a batch
7474
This operation is performed by calling function `get_docgen_batch_job_by_id_v2025_r0`.
7575

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

7979
<!-- sample get_docgen_batch_jobs_id_v2025.0 -->
8080

@@ -108,7 +108,7 @@ Generates a document using a Box Doc Gen template.
108108
This operation is performed by calling function `create_docgen_batch_v2025_r0`.
109109

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

113113
<!-- sample post_docgen_batches_v2025.0 -->
114114

docs/docgen_template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Marks a file as a Box Doc Gen template.
1414
This operation is performed by calling function `create_docgen_template_v2025_r0`.
1515

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

1919
<!-- sample post_docgen_templates_v2025.0 -->
2020

@@ -46,7 +46,7 @@ Lists Box Doc Gen templates on which the user is a collaborator.
4646
This operation is performed by calling function `get_docgen_templates_v2025_r0`.
4747

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

5151
<!-- sample get_docgen_templates_v2025.0 -->
5252

@@ -78,7 +78,7 @@ Unmarks file as Box Doc Gen template
7878
This operation is performed by calling function `delete_docgen_template_by_id_v2025_r0`.
7979

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

8383
<!-- sample delete_docgen_templates_id_v2025.0 -->
8484

@@ -110,7 +110,7 @@ Lists details of a specific Box Doc Gen template.
110110
This operation is performed by calling function `get_docgen_template_by_id_v2025_r0`.
111111

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

115115
<!-- sample get_docgen_templates_id_v2025.0 -->
116116

@@ -142,7 +142,7 @@ Lists all tags in a Box Doc Gen template.
142142
This operation is performed by calling function `get_docgen_template_tags_v2025_r0`.
143143

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

147147
<!-- sample get_docgen_templates_id_tags_v2025.0 -->
148148

@@ -180,7 +180,7 @@ Lists the users jobs which use this template.
180180
This operation is performed by calling function `get_docgen_template_job_by_id_v2025_r0`.
181181

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

185185
<!-- sample get_docgen_template_jobs_id_v2025.0 -->
186186

0 commit comments

Comments
 (0)