From 861deb713728ade6a45bc1da48dc2898e2c80144 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 8 Jan 2025 03:18:23 -0800 Subject: [PATCH] fix: Fix API reference links (box/box-codegen#638) --- .codegen.json | 2 +- docs/Authorization.md | 6 +++--- docs/Classifications.md | 8 ++++---- docs/FileClassifications.md | 8 ++++---- docs/FolderClassifications.md | 8 ++++---- docs/SharedLinksFiles.md | 8 ++++---- docs/SharedLinksFolders.md | 10 +++++----- docs/SharedLinksWebLinks.md | 10 +++++----- docs/Skills.md | 8 ++++---- 9 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.codegen.json b/.codegen.json index 8b337b51..66c7a2c1 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "d26e99e", "specHash": "4ccce13", "version": "1.5.0" } +{ "engineHash": "ab51050", "specHash": "4ccce13", "version": "1.5.0" } diff --git a/docs/Authorization.md b/docs/Authorization.md index 4a55b74b..ce340275 100644 --- a/docs/Authorization.md +++ b/docs/Authorization.md @@ -58,7 +58,7 @@ Box API calls. This operation is performed by calling function `RequestAccessToken`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/post-oauth-2-token/). +[API Reference](https://developer.box.com/reference/post-oauth2-token/). *Currently we don't have an example for calling `RequestAccessToken` in integration tests* @@ -88,7 +88,7 @@ Refresh an Access Token using its client ID, secret, and refresh token. This operation is performed by calling function `RefreshAccessToken`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/post-oauth-2-token-refresh/). +[API Reference](https://developer.box.com/reference/post-oauth2-token--refresh/). *Currently we don't have an example for calling `RefreshAccessToken` in integration tests* @@ -119,7 +119,7 @@ that has been previously authenticated. This operation is performed by calling function `RevokeAccessToken`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/post-oauth-2-revoke/). +[API Reference](https://developer.box.com/reference/post-oauth2-revoke/). *Currently we don't have an example for calling `RevokeAccessToken` in integration tests* diff --git a/docs/Classifications.md b/docs/Classifications.md index d2000a4b..2d871a08 100644 --- a/docs/Classifications.md +++ b/docs/Classifications.md @@ -18,7 +18,7 @@ URL explicitly, for example This operation is performed by calling function `GetClassificationTemplate`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/get-metadata-templates-enterprise-security-classification-6-vm-vochw-u-wo-schema/). +[API Reference](https://developer.box.com/reference/get-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema/). ``` @@ -54,7 +54,7 @@ URL explicitly, for example This operation is performed by calling function `AddClassification`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-metadata-templates-enterprise-security-classification-6-vm-vochw-u-wo-schema-add/). +[API Reference](https://developer.box.com/reference/put-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema--add/). ``` @@ -92,7 +92,7 @@ URL explicitly, for example This operation is performed by calling function `UpdateClassification`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-metadata-templates-enterprise-security-classification-6-vm-vochw-u-wo-schema-update/). +[API Reference](https://developer.box.com/reference/put-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema--update/). ``` @@ -131,7 +131,7 @@ classifications. This operation is performed by calling function `CreateClassificationTemplate`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/post-metadata-templates-schema-classifications/). +[API Reference](https://developer.box.com/reference/post-metadata-templates-schema--classifications/). *Currently we don't have an example for calling `CreateClassificationTemplate` in integration tests* diff --git a/docs/FileClassifications.md b/docs/FileClassifications.md index a997b18c..e1041a83 100644 --- a/docs/FileClassifications.md +++ b/docs/FileClassifications.md @@ -18,7 +18,7 @@ URL explicitly, for example This operation is performed by calling function `GetClassificationOnFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/get-files-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/). +[API Reference](https://developer.box.com/reference/get-files-id-metadata-enterprise-securityClassification-6VMVochwUWo/). ``` @@ -57,7 +57,7 @@ URL explicitly, for example This operation is performed by calling function `AddClassificationToFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/post-files-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/). +[API Reference](https://developer.box.com/reference/post-files-id-metadata-enterprise-securityClassification-6VMVochwUWo/). ``` @@ -95,7 +95,7 @@ defined for the enterprise will be accepted. This operation is performed by calling function `UpdateClassificationOnFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-files-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/). +[API Reference](https://developer.box.com/reference/put-files-id-metadata-enterprise-securityClassification-6VMVochwUWo/). ``` @@ -132,7 +132,7 @@ URL explicitly, for example This operation is performed by calling function `DeleteClassificationFromFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/delete-files-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/). +[API Reference](https://developer.box.com/reference/delete-files-id-metadata-enterprise-securityClassification-6VMVochwUWo/). ``` diff --git a/docs/FolderClassifications.md b/docs/FolderClassifications.md index 4c85ac04..88642a0f 100644 --- a/docs/FolderClassifications.md +++ b/docs/FolderClassifications.md @@ -18,7 +18,7 @@ URL explicitly, for example This operation is performed by calling function `GetClassificationOnFolder`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/get-folders-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/). +[API Reference](https://developer.box.com/reference/get-folders-id-metadata-enterprise-securityClassification-6VMVochwUWo/). ``` @@ -57,7 +57,7 @@ URL explicitly, for example This operation is performed by calling function `AddClassificationToFolder`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/post-folders-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/). +[API Reference](https://developer.box.com/reference/post-folders-id-metadata-enterprise-securityClassification-6VMVochwUWo/). ``` @@ -95,7 +95,7 @@ defined for the enterprise will be accepted. This operation is performed by calling function `UpdateClassificationOnFolder`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-folders-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/). +[API Reference](https://developer.box.com/reference/put-folders-id-metadata-enterprise-securityClassification-6VMVochwUWo/). ``` @@ -132,7 +132,7 @@ URL explicitly, for example This operation is performed by calling function `DeleteClassificationFromFolder`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/delete-folders-id-metadata-enterprise-security-classification-6-vm-vochw-u-wo/). +[API Reference](https://developer.box.com/reference/delete-folders-id-metadata-enterprise-securityClassification-6VMVochwUWo/). ``` diff --git a/docs/SharedLinksFiles.md b/docs/SharedLinksFiles.md index b25cf377..cb4f9fb7 100644 --- a/docs/SharedLinksFiles.md +++ b/docs/SharedLinksFiles.md @@ -55,7 +55,7 @@ Gets the information for a shared link on a file. This operation is performed by calling function `GetSharedLinkForFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/get-files-id-get-shared-link/). +[API Reference](https://developer.box.com/reference/get-files-id--get-shared-link/). ``` @@ -89,7 +89,7 @@ Adds a shared link to a file. This operation is performed by calling function `AddShareLinkToFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-files-id-add-shared-link/). +[API Reference](https://developer.box.com/reference/put-files-id--add-shared-link/). ``` @@ -125,7 +125,7 @@ Updates a shared link on a file. This operation is performed by calling function `UpdateSharedLinkOnFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-files-id-update-shared-link/). +[API Reference](https://developer.box.com/reference/put-files-id--update-shared-link/). ``` @@ -161,7 +161,7 @@ Removes a shared link from a file. This operation is performed by calling function `RemoveSharedLinkFromFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-files-id-remove-shared-link/). +[API Reference](https://developer.box.com/reference/put-files-id--remove-shared-link/). *Currently we don't have an example for calling `RemoveSharedLinkFromFile` in integration tests* diff --git a/docs/SharedLinksFolders.md b/docs/SharedLinksFolders.md index b67a86bd..23fa7110 100644 --- a/docs/SharedLinksFolders.md +++ b/docs/SharedLinksFolders.md @@ -20,7 +20,7 @@ shared folder when only given a shared link. This operation is performed by calling function `FindFolderForSharedLink`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/get-shared-items-folders/). +[API Reference](https://developer.box.com/reference/get-shared-items--folders/). ``` @@ -52,7 +52,7 @@ Gets the information for a shared link on a folder. This operation is performed by calling function `GetSharedLinkForFolder`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/get-folders-id-get-shared-link/). +[API Reference](https://developer.box.com/reference/get-folders-id--get-shared-link/). ``` @@ -86,7 +86,7 @@ Adds a shared link to a folder. This operation is performed by calling function `AddShareLinkToFolder`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-folders-id-add-shared-link/). +[API Reference](https://developer.box.com/reference/put-folders-id--add-shared-link/). ``` @@ -122,7 +122,7 @@ Updates a shared link on a folder. This operation is performed by calling function `UpdateSharedLinkOnFolder`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-folders-id-update-shared-link/). +[API Reference](https://developer.box.com/reference/put-folders-id--update-shared-link/). ``` @@ -158,7 +158,7 @@ Removes a shared link from a folder. This operation is performed by calling function `RemoveSharedLinkFromFolder`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-folders-id-remove-shared-link/). +[API Reference](https://developer.box.com/reference/put-folders-id--remove-shared-link/). *Currently we don't have an example for calling `RemoveSharedLinkFromFolder` in integration tests* diff --git a/docs/SharedLinksWebLinks.md b/docs/SharedLinksWebLinks.md index f87db53a..ca486da5 100644 --- a/docs/SharedLinksWebLinks.md +++ b/docs/SharedLinksWebLinks.md @@ -20,7 +20,7 @@ shared web link when only given a shared link. This operation is performed by calling function `FindWebLinkForSharedLink`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/get-shared-items-web-links/). +[API Reference](https://developer.box.com/reference/get-shared-items--web-links/). ``` @@ -52,7 +52,7 @@ Gets the information for a shared link on a web link. This operation is performed by calling function `GetSharedLinkForWebLink`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/get-web-links-id-get-shared-link/). +[API Reference](https://developer.box.com/reference/get-web-links-id--get-shared-link/). ``` @@ -86,7 +86,7 @@ Adds a shared link to a web link. This operation is performed by calling function `AddShareLinkToWebLink`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-web-links-id-add-shared-link/). +[API Reference](https://developer.box.com/reference/put-web-links-id--add-shared-link/). ``` @@ -122,7 +122,7 @@ Updates a shared link on a web link. This operation is performed by calling function `UpdateSharedLinkOnWebLink`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-web-links-id-update-shared-link/). +[API Reference](https://developer.box.com/reference/put-web-links-id--update-shared-link/). ``` @@ -158,7 +158,7 @@ Removes a shared link from a web link. This operation is performed by calling function `RemoveSharedLinkFromWebLink`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-web-links-id-remove-shared-link/). +[API Reference](https://developer.box.com/reference/put-web-links-id--remove-shared-link/). *Currently we don't have an example for calling `RemoveSharedLinkFromWebLink` in integration tests* diff --git a/docs/Skills.md b/docs/Skills.md index 362cd192..583ede46 100644 --- a/docs/Skills.md +++ b/docs/Skills.md @@ -14,7 +14,7 @@ List the Box Skills metadata cards that are attached to a file. This operation is performed by calling function `GetBoxSkillCardsOnFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/get-files-id-metadata-global-box-skills-cards/). +[API Reference](https://developer.box.com/reference/get-files-id-metadata-global-boxSkillsCards/). *Currently we don't have an example for calling `GetBoxSkillCardsOnFile` in integration tests* @@ -45,7 +45,7 @@ Applies one or more Box Skills metadata cards to a file. This operation is performed by calling function `CreateBoxSkillCardsOnFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/post-files-id-metadata-global-box-skills-cards/). +[API Reference](https://developer.box.com/reference/post-files-id-metadata-global-boxSkillsCards/). *Currently we don't have an example for calling `CreateBoxSkillCardsOnFile` in integration tests* @@ -76,7 +76,7 @@ Updates one or more Box Skills metadata cards to a file. This operation is performed by calling function `UpdateBoxSkillCardsOnFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/put-files-id-metadata-global-box-skills-cards/). +[API Reference](https://developer.box.com/reference/put-files-id-metadata-global-boxSkillsCards/). *Currently we don't have an example for calling `UpdateBoxSkillCardsOnFile` in integration tests* @@ -107,7 +107,7 @@ Removes any Box Skills cards metadata from a file. This operation is performed by calling function `DeleteBoxSkillCardsFromFile`. See the endpoint docs at -[API Reference](https://developer.box.com/reference/delete-files-id-metadata-global-box-skills-cards/). +[API Reference](https://developer.box.com/reference/delete-files-id-metadata-global-boxSkillsCards/). *Currently we don't have an example for calling `DeleteBoxSkillCardsFromFile` in integration tests*