Skip to content

Commit 2df4663

Browse files
committed
fix: Fix API reference links (box/box-codegen#638)
1 parent 1c929c7 commit 2df4663

10 files changed

+37
-37
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "d26e99e", "specHash": "4ccce13", "version": "1.10.0" }
1+
{ "engineHash": "ab51050", "specHash": "4ccce13", "version": "1.10.0" }

docs/authorization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Box API calls.
5353
This operation is performed by calling function `requestAccessToken`.
5454

5555
See the endpoint docs at
56-
[API Reference](https://developer.box.com/reference/post-oauth-2-token/).
56+
[API Reference](https://developer.box.com/reference/post-oauth2-token/).
5757

5858
_Currently we don't have an example for calling `requestAccessToken` in integration tests_
5959

@@ -79,7 +79,7 @@ Refresh an Access Token using its client ID, secret, and refresh token.
7979
This operation is performed by calling function `refreshAccessToken`.
8080

8181
See the endpoint docs at
82-
[API Reference](https://developer.box.com/reference/post-oauth-2-token-refresh/).
82+
[API Reference](https://developer.box.com/reference/post-oauth2-token--refresh/).
8383

8484
_Currently we don't have an example for calling `refreshAccessToken` in integration tests_
8585

@@ -106,7 +106,7 @@ that has been previously authenticated.
106106
This operation is performed by calling function `revokeAccessToken`.
107107

108108
See the endpoint docs at
109-
[API Reference](https://developer.box.com/reference/post-oauth-2-revoke/).
109+
[API Reference](https://developer.box.com/reference/post-oauth2-revoke/).
110110

111111
_Currently we don't have an example for calling `revokeAccessToken` in integration tests_
112112

docs/classifications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ URL explicitly, for example
1717
This operation is performed by calling function `getClassificationTemplate`.
1818

1919
See the endpoint docs at
20-
[API Reference](https://developer.box.com/reference/get-metadata-templates-enterprise-security-classification-6-vm-vochw-u-wo-schema/).
20+
[API Reference](https://developer.box.com/reference/get-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema/).
2121

2222
<!-- sample get_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema -->
2323

@@ -52,7 +52,7 @@ URL explicitly, for example
5252
This operation is performed by calling function `addClassification`.
5353

5454
See the endpoint docs at
55-
[API Reference](https://developer.box.com/reference/put-metadata-templates-enterprise-security-classification-6-vm-vochw-u-wo-schema-add/).
55+
[API Reference](https://developer.box.com/reference/put-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema--add/).
5656

5757
<!-- sample put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema#add -->
5858

@@ -99,7 +99,7 @@ URL explicitly, for example
9999
This operation is performed by calling function `updateClassification`.
100100

101101
See the endpoint docs at
102-
[API Reference](https://developer.box.com/reference/put-metadata-templates-enterprise-security-classification-6-vm-vochw-u-wo-schema-update/).
102+
[API Reference](https://developer.box.com/reference/put-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema--update/).
103103

104104
<!-- sample put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema#update -->
105105

@@ -148,7 +148,7 @@ classifications.
148148
This operation is performed by calling function `createClassificationTemplate`.
149149

150150
See the endpoint docs at
151-
[API Reference](https://developer.box.com/reference/post-metadata-templates-schema-classifications/).
151+
[API Reference](https://developer.box.com/reference/post-metadata-templates-schema--classifications/).
152152

153153
_Currently we don't have an example for calling `createClassificationTemplate` in integration tests_
154154

docs/fileClassifications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ URL explicitly, for example
1717
This operation is performed by calling function `getClassificationOnFile`.
1818

1919
See the endpoint docs at
20-
[API Reference](https://developer.box.com/reference/get-files-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/).
20+
[API Reference](https://developer.box.com/reference/get-files-id-metadata-enterprise-securityClassification-6VMVochwUWo/).
2121

2222
<!-- sample get_files_id_metadata_enterprise_securityClassification-6VMVochwUWo -->
2323

@@ -53,7 +53,7 @@ URL explicitly, for example
5353
This operation is performed by calling function `addClassificationToFile`.
5454

5555
See the endpoint docs at
56-
[API Reference](https://developer.box.com/reference/post-files-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/).
56+
[API Reference](https://developer.box.com/reference/post-files-id-metadata-enterprise-securityClassification-6VMVochwUWo/).
5757

5858
<!-- sample post_files_id_metadata_enterprise_securityClassification-6VMVochwUWo -->
5959

@@ -90,7 +90,7 @@ defined for the enterprise will be accepted.
9090
This operation is performed by calling function `updateClassificationOnFile`.
9191

9292
See the endpoint docs at
93-
[API Reference](https://developer.box.com/reference/put-files-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/).
93+
[API Reference](https://developer.box.com/reference/put-files-id-metadata-enterprise-securityClassification-6VMVochwUWo/).
9494

9595
<!-- sample put_files_id_metadata_enterprise_securityClassification-6VMVochwUWo -->
9696

@@ -128,7 +128,7 @@ URL explicitly, for example
128128
This operation is performed by calling function `deleteClassificationFromFile`.
129129

130130
See the endpoint docs at
131-
[API Reference](https://developer.box.com/reference/delete-files-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/).
131+
[API Reference](https://developer.box.com/reference/delete-files-id-metadata-enterprise-securityClassification-6VMVochwUWo/).
132132

133133
<!-- sample delete_files_id_metadata_enterprise_securityClassification-6VMVochwUWo -->
134134

docs/folderClassifications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ URL explicitly, for example
1717
This operation is performed by calling function `getClassificationOnFolder`.
1818

1919
See the endpoint docs at
20-
[API Reference](https://developer.box.com/reference/get-folders-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/).
20+
[API Reference](https://developer.box.com/reference/get-folders-id-metadata-enterprise-securityClassification-6VMVochwUWo/).
2121

2222
<!-- sample get_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo -->
2323

@@ -53,7 +53,7 @@ URL explicitly, for example
5353
This operation is performed by calling function `addClassificationToFolder`.
5454

5555
See the endpoint docs at
56-
[API Reference](https://developer.box.com/reference/post-folders-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/).
56+
[API Reference](https://developer.box.com/reference/post-folders-id-metadata-enterprise-securityClassification-6VMVochwUWo/).
5757

5858
<!-- sample post_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo -->
5959

@@ -90,7 +90,7 @@ defined for the enterprise will be accepted.
9090
This operation is performed by calling function `updateClassificationOnFolder`.
9191

9292
See the endpoint docs at
93-
[API Reference](https://developer.box.com/reference/put-folders-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/).
93+
[API Reference](https://developer.box.com/reference/put-folders-id-metadata-enterprise-securityClassification-6VMVochwUWo/).
9494

9595
<!-- sample put_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo -->
9696

@@ -128,7 +128,7 @@ URL explicitly, for example
128128
This operation is performed by calling function `deleteClassificationFromFolder`.
129129

130130
See the endpoint docs at
131-
[API Reference](https://developer.box.com/reference/delete-folders-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/).
131+
[API Reference](https://developer.box.com/reference/delete-folders-id-metadata-enterprise-securityClassification-6VMVochwUWo/).
132132

133133
<!-- sample delete_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo -->
134134

docs/sharedLinksFiles.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Gets the information for a shared link on a file.
6262
This operation is performed by calling function `getSharedLinkForFile`.
6363

6464
See the endpoint docs at
65-
[API Reference](https://developer.box.com/reference/get-files-id-get-shared-link/).
65+
[API Reference](https://developer.box.com/reference/get-files-id--get-shared-link/).
6666

6767
<!-- sample get_files_id#get_shared_link -->
6868

@@ -95,7 +95,7 @@ Adds a shared link to a file.
9595
This operation is performed by calling function `addShareLinkToFile`.
9696

9797
See the endpoint docs at
98-
[API Reference](https://developer.box.com/reference/put-files-id-add-shared-link/).
98+
[API Reference](https://developer.box.com/reference/put-files-id--add-shared-link/).
9999

100100
<!-- sample put_files_id#add_shared_link -->
101101

@@ -137,7 +137,7 @@ Updates a shared link on a file.
137137
This operation is performed by calling function `updateSharedLinkOnFile`.
138138

139139
See the endpoint docs at
140-
[API Reference](https://developer.box.com/reference/put-files-id-update-shared-link/).
140+
[API Reference](https://developer.box.com/reference/put-files-id--update-shared-link/).
141141

142142
<!-- sample put_files_id#update_shared_link -->
143143

@@ -179,7 +179,7 @@ Removes a shared link from a file.
179179
This operation is performed by calling function `removeSharedLinkFromFile`.
180180

181181
See the endpoint docs at
182-
[API Reference](https://developer.box.com/reference/put-files-id-remove-shared-link/).
182+
[API Reference](https://developer.box.com/reference/put-files-id--remove-shared-link/).
183183

184184
_Currently we don't have an example for calling `removeSharedLinkFromFile` in integration tests_
185185

docs/sharedLinksFolders.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ shared folder when only given a shared link.
1919
This operation is performed by calling function `findFolderForSharedLink`.
2020

2121
See the endpoint docs at
22-
[API Reference](https://developer.box.com/reference/get-shared-items-folders/).
22+
[API Reference](https://developer.box.com/reference/get-shared-items--folders/).
2323

2424
<!-- sample get_shared_items#folders -->
2525

@@ -59,7 +59,7 @@ Gets the information for a shared link on a folder.
5959
This operation is performed by calling function `getSharedLinkForFolder`.
6060

6161
See the endpoint docs at
62-
[API Reference](https://developer.box.com/reference/get-folders-id-get-shared-link/).
62+
[API Reference](https://developer.box.com/reference/get-folders-id--get-shared-link/).
6363

6464
<!-- sample get_folders_id#get_shared_link -->
6565

@@ -92,7 +92,7 @@ Adds a shared link to a folder.
9292
This operation is performed by calling function `addShareLinkToFolder`.
9393

9494
See the endpoint docs at
95-
[API Reference](https://developer.box.com/reference/put-folders-id-add-shared-link/).
95+
[API Reference](https://developer.box.com/reference/put-folders-id--add-shared-link/).
9696

9797
<!-- sample put_folders_id#add_shared_link -->
9898

@@ -134,7 +134,7 @@ Updates a shared link on a folder.
134134
This operation is performed by calling function `updateSharedLinkOnFolder`.
135135

136136
See the endpoint docs at
137-
[API Reference](https://developer.box.com/reference/put-folders-id-update-shared-link/).
137+
[API Reference](https://developer.box.com/reference/put-folders-id--update-shared-link/).
138138

139139
<!-- sample put_folders_id#update_shared_link -->
140140

@@ -176,7 +176,7 @@ Removes a shared link from a folder.
176176
This operation is performed by calling function `removeSharedLinkFromFolder`.
177177

178178
See the endpoint docs at
179-
[API Reference](https://developer.box.com/reference/put-folders-id-remove-shared-link/).
179+
[API Reference](https://developer.box.com/reference/put-folders-id--remove-shared-link/).
180180

181181
_Currently we don't have an example for calling `removeSharedLinkFromFolder` in integration tests_
182182

docs/sharedLinksWebLinks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ shared web link when only given a shared link.
1919
This operation is performed by calling function `findWebLinkForSharedLink`.
2020

2121
See the endpoint docs at
22-
[API Reference](https://developer.box.com/reference/get-shared-items-web-links/).
22+
[API Reference](https://developer.box.com/reference/get-shared-items--web-links/).
2323

2424
<!-- sample get_shared_items#web_links -->
2525

@@ -59,7 +59,7 @@ Gets the information for a shared link on a web link.
5959
This operation is performed by calling function `getSharedLinkForWebLink`.
6060

6161
See the endpoint docs at
62-
[API Reference](https://developer.box.com/reference/get-web-links-id-get-shared-link/).
62+
[API Reference](https://developer.box.com/reference/get-web-links-id--get-shared-link/).
6363

6464
<!-- sample get_web_links_id#get_shared_link -->
6565

@@ -92,7 +92,7 @@ Adds a shared link to a web link.
9292
This operation is performed by calling function `addShareLinkToWebLink`.
9393

9494
See the endpoint docs at
95-
[API Reference](https://developer.box.com/reference/put-web-links-id-add-shared-link/).
95+
[API Reference](https://developer.box.com/reference/put-web-links-id--add-shared-link/).
9696

9797
<!-- sample put_web_links_id#add_shared_link -->
9898

@@ -134,7 +134,7 @@ Updates a shared link on a web link.
134134
This operation is performed by calling function `updateSharedLinkOnWebLink`.
135135

136136
See the endpoint docs at
137-
[API Reference](https://developer.box.com/reference/put-web-links-id-update-shared-link/).
137+
[API Reference](https://developer.box.com/reference/put-web-links-id--update-shared-link/).
138138

139139
<!-- sample put_web_links_id#update_shared_link -->
140140

@@ -176,7 +176,7 @@ Removes a shared link from a web link.
176176
This operation is performed by calling function `removeSharedLinkFromWebLink`.
177177

178178
See the endpoint docs at
179-
[API Reference](https://developer.box.com/reference/put-web-links-id-remove-shared-link/).
179+
[API Reference](https://developer.box.com/reference/put-web-links-id--remove-shared-link/).
180180

181181
_Currently we don't have an example for calling `removeSharedLinkFromWebLink` in integration tests_
182182

docs/skills.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ List the Box Skills metadata cards that are attached to a file.
1313
This operation is performed by calling function `getBoxSkillCardsOnFile`.
1414

1515
See the endpoint docs at
16-
[API Reference](https://developer.box.com/reference/get-files-id-metadata-global-box-skills-cards/).
16+
[API Reference](https://developer.box.com/reference/get-files-id-metadata-global-boxSkillsCards/).
1717

1818
<!-- sample get_files_id_metadata_global_boxSkillsCards -->
1919

@@ -44,7 +44,7 @@ Applies one or more Box Skills metadata cards to a file.
4444
This operation is performed by calling function `createBoxSkillCardsOnFile`.
4545

4646
See the endpoint docs at
47-
[API Reference](https://developer.box.com/reference/post-files-id-metadata-global-box-skills-cards/).
47+
[API Reference](https://developer.box.com/reference/post-files-id-metadata-global-boxSkillsCards/).
4848

4949
<!-- sample post_files_id_metadata_global_boxSkillsCards -->
5050

@@ -86,7 +86,7 @@ Updates one or more Box Skills metadata cards to a file.
8686
This operation is performed by calling function `updateBoxSkillCardsOnFile`.
8787

8888
See the endpoint docs at
89-
[API Reference](https://developer.box.com/reference/put-files-id-metadata-global-box-skills-cards/).
89+
[API Reference](https://developer.box.com/reference/put-files-id-metadata-global-boxSkillsCards/).
9090

9191
<!-- sample put_files_id_metadata_global_boxSkillsCards -->
9292

@@ -139,7 +139,7 @@ Removes any Box Skills cards metadata from a file.
139139
This operation is performed by calling function `deleteBoxSkillCardsFromFile`.
140140

141141
See the endpoint docs at
142-
[API Reference](https://developer.box.com/reference/delete-files-id-metadata-global-box-skills-cards/).
142+
[API Reference](https://developer.box.com/reference/delete-files-id-metadata-global-boxSkillsCards/).
143143

144144
<!-- sample delete_files_id_metadata_global_boxSkillsCards -->
145145

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)