diff --git a/.codegen.json b/.codegen.json index d1cc546e7..b6b94138d 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "467757c", "specHash": "1e0848d", "version": "10.3.0" } +{ "engineHash": "c370934", "specHash": "9d069ca", "version": "10.3.0" } diff --git a/docs/ai.md b/docs/ai.md index e2a81b27c..cb2746275 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -136,11 +136,11 @@ A response including the answer from the LLM. Sends an AI request to supported Large Language Models (LLMs) and returns extracted metadata as a set of key-value pairs. To define the extraction structure, provide either a metadata template or a list of fields. To learn more about creating templates, see [Creating metadata templates in the Admin Console](https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates) -or use the [metadata template API](g://metadata/templates/create). +or use the [metadata template API](https://developer.box.com/guides/metadata/templates/create). -This endpoint also supports [Enhanced Extract Agent](g://box-ai/ai-tutorials/extract-metadata-structured/#enhanced-extract-agent). +This endpoint also supports [Enhanced Extract Agent](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured#enhanced-extract-agent). -For information about supported file formats and languages, see the [Extract metadata from file (structured)](g://box-ai/ai-tutorials/extract-metadata-structured) API guide. +For information about supported file formats and languages, see the [Extract metadata from file (structured)](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured) API guide. This operation is performed by calling function `createAiExtractStructured`. diff --git a/docs/archives.md b/docs/archives.md index 2c66ac00f..ad0d5c916 100644 --- a/docs/archives.md +++ b/docs/archives.md @@ -10,7 +10,7 @@ Retrieves archives for an enterprise. -To learn more about the archive APIs, see the [Archive API Guide](g://archives). +To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives). This operation is performed by calling function `getArchivesV2025R0`. @@ -41,7 +41,7 @@ Returns a list of archives in the enterprise. Creates an archive. -To learn more about the archive APIs, see the [Archive API Guide](g://archives). +To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives). This operation is performed by calling function `createArchiveV2025R0`. @@ -72,7 +72,7 @@ Returns a new archive object. Permanently deletes an archive. -To learn more about the archive APIs, see the [Archive API Guide](g://archives). +To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives). This operation is performed by calling function `deleteArchiveByIdV2025R0`. @@ -103,7 +103,7 @@ Returns an empty response when the archive has been deleted. Updates an archive. -To learn more about the archive APIs, see the [Archive API Guide](g://archives). +To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives). This operation is performed by calling function `updateArchiveByIdV2025R0`. diff --git a/docs/chunkeduploads.md b/docs/chunkeduploads.md index 5b8136599..715868fb4 100644 --- a/docs/chunkeduploads.md +++ b/docs/chunkeduploads.md @@ -77,7 +77,7 @@ Returns a new upload session. Return information about an upload session. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) endpoint. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) endpoint. This operation is performed by calling function `getFileUploadSessionByUrl`. @@ -108,7 +108,7 @@ Returns an upload session object. Return information about an upload session. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) endpoint. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) endpoint. This operation is performed by calling function `getFileUploadSessionById`. @@ -139,8 +139,8 @@ Returns an upload session object. Uploads a chunk of a file for an upload session. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) -and [`Get upload session`](e://get-files-upload-sessions-id) endpoints. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) +and [`Get upload session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. This operation is performed by calling function `uploadFilePartByUrl`. @@ -173,8 +173,8 @@ Chunk has been uploaded successfully. Uploads a chunk of a file for an upload session. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) -and [`Get upload session`](e://get-files-upload-sessions-id) endpoints. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) +and [`Get upload session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. This operation is performed by calling function `uploadFilePart`. @@ -209,8 +209,8 @@ Abort an upload session and discard all data uploaded. This cannot be reversed. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) -and [`Get upload session`](e://get-files-upload-sessions-id) endpoints. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) +and [`Get upload session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. This operation is performed by calling function `deleteFileUploadSessionByUrl`. @@ -244,8 +244,8 @@ Abort an upload session and discard all data uploaded. This cannot be reversed. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) -and [`Get upload session`](e://get-files-upload-sessions-id) endpoints. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) +and [`Get upload session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. This operation is performed by calling function `deleteFileUploadSessionById`. @@ -277,8 +277,8 @@ successfully aborted. Return a list of the chunks uploaded to the upload session so far. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) -and [`Get upload session`](e://get-files-upload-sessions-id) endpoints. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) +and [`Get upload session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. This operation is performed by calling function `getFileUploadSessionPartsByUrl`. @@ -311,8 +311,8 @@ Returns a list of parts that have been uploaded. Return a list of the chunks uploaded to the upload session so far. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) -and [`Get upload session`](e://get-files-upload-sessions-id) endpoints. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) +and [`Get upload session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. This operation is performed by calling function `getFileUploadSessionParts`. @@ -345,8 +345,8 @@ Returns a list of parts that have been uploaded. Close an upload session and create a file from the uploaded chunks. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) -and [`Get upload session`](e://get-files-upload-sessions-id) endpoints. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) +and [`Get upload session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. This operation is performed by calling function `createFileUploadSessionCommitByUrl`. @@ -383,8 +383,8 @@ when all chunks have processed. Close an upload session and create a file from the uploaded chunks. -The actual endpoint URL is returned by the [`Create upload session`](e://post-files-upload-sessions) -and [`Get upload session`](e://get-files-upload-sessions-id) endpoints. +The actual endpoint URL is returned by the [`Create upload session`](https://developer.box.com/reference/post-files-upload-sessions) +and [`Get upload session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. This operation is performed by calling function `createFileUploadSessionCommit`. diff --git a/docs/downloads.md b/docs/downloads.md index c4b4489c4..36c3c56ab 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -38,7 +38,7 @@ redirects** setting enabled to automatically follow HTTP `3xx` responses as redirects. If not, the request will return `302` instead. For details, see -the [download file guide](g://downloads/file#download-url).If the file is not ready to be downloaded yet `Retry-After` header will +the [download file guide](https://developer.box.com/guides/downloads/file#download-url).If the file is not ready to be downloaded yet `Retry-After` header will be returned indicating the time in seconds after which the file will be available for the client to download. @@ -79,7 +79,7 @@ redirects** setting enabled to automatically follow HTTP `3xx` responses as redirects. If not, the request will return `302` instead. For details, see -the [download file guide](g://downloads/file#download-url).If the file is not ready to be downloaded yet `Retry-After` header will +the [download file guide](https://developer.box.com/guides/downloads/file#download-url).If the file is not ready to be downloaded yet `Retry-After` header will be returned indicating the time in seconds after which the file will be available for the client to download. diff --git a/docs/fileversionretentions.md b/docs/fileversionretentions.md index ac1c8ff18..a8bc10052 100644 --- a/docs/fileversionretentions.md +++ b/docs/fileversionretentions.md @@ -9,9 +9,9 @@ Retrieves all file version retentions for the given enterprise. **Note**: -File retention API is now **deprecated**. +File retention API is now **deprecated**. To get information about files and file versions under retention, -see [files under retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](e://get-retention-policy-assignments-id-file-versions-under-retention) endpoints. +see [files under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention) endpoints. This operation is performed by calling function `getFileVersionRetentions`. @@ -43,9 +43,9 @@ Returns a list of all file version retentions for the enterprise. Returns information about a file version retention. **Note**: -File retention API is now **deprecated**. +File retention API is now **deprecated**. To get information about files and file versions under retention, -see [files under retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](e://get-retention-policy-assignments-id-file-versions-under-retention) endpoints. +see [files under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention) endpoints. This operation is performed by calling function `getFileVersionRetentionById`. diff --git a/docs/folders.md b/docs/folders.md index 0ab79c9fd..5e36f6882 100644 --- a/docs/folders.md +++ b/docs/folders.md @@ -16,10 +16,10 @@ in the folder. Passing `sort`, `direction`, `offset`, and `limit` parameters in query allows you to manage the list of returned -[folder items](r://folder--full#param-item-collection). +[folder items](https://developer.box.com/reference/resources/folder--full#param-item-collection). To fetch more items within the folder, use the -[Get items in a folder](e://get-folders-id-items) endpoint. +[Get items in a folder](https://developer.box.com/reference/get-folders-id-items) endpoint. This operation is performed by calling function `getFolderById`. @@ -51,7 +51,7 @@ If you used query parameters like the *folder items list* will be affected accordingly. To fetch more items within the folder, use the -[Get items in a folder](e://get-folders-id-items)) endpoint. +[Get items in a folder](https://developer.box.com/reference/get-folders-id-items)) endpoint. Not all available fields are returned by default. Use the [fields](#param-fields) query parameter to explicitly request diff --git a/docs/trashedfiles.md b/docs/trashedfiles.md index 90ed51ec4..46482f699 100644 --- a/docs/trashedfiles.md +++ b/docs/trashedfiles.md @@ -49,10 +49,10 @@ Please note that only if the file itself has been moved to the trash can it be retrieved with this API call. If instead one of its parent folders was moved to the trash, only that folder can be inspected using the -[`GET /folders/:id/trash`](e://get_folders_id_trash) API. +[`GET /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API. To list all items that have been moved to the trash, please -use the [`GET /folders/trash/items`](e://get-folders-trash-items/) +use the [`GET /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API. This operation is performed by calling function `getTrashedFileById`. diff --git a/docs/trashedfolders.md b/docs/trashedfolders.md index 906508c2f..c993858fc 100644 --- a/docs/trashedfolders.md +++ b/docs/trashedfolders.md @@ -56,10 +56,10 @@ Please note that only if the folder itself has been moved to the trash can it be retrieved with this API call. If instead one of its parent folders was moved to the trash, only that folder can be inspected using the -[`GET /folders/:id/trash`](e://get_folders_id_trash) API. +[`GET /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API. To list all items that have been moved to the trash, please -use the [`GET /folders/trash/items`](e://get-folders-trash-items/) +use the [`GET /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API. This operation is performed by calling function `getTrashedFolderById`. diff --git a/docs/zipdownloads.md b/docs/zipdownloads.md index 8d8fda3c5..085ba3384 100644 --- a/docs/zipdownloads.md +++ b/docs/zipdownloads.md @@ -64,7 +64,7 @@ stopped and resumed, instead a new request for a zip archive would need to be created. The URL of this endpoint should not be considered as fixed. Instead, use -the [Create zip download](e://post_zip_downloads) API to request to create a +the [Create zip download](https://developer.box.com/reference/post-zip-downloads) API to request to create a `zip` archive, and then follow the `download_url` field in the response to this endpoint. @@ -105,7 +105,7 @@ Subsequently this endpoint is valid for 12 hours from the start of the download. The URL of this endpoint should not be considered as fixed. Instead, use -the [Create zip download](e://post_zip_downloads) API to request to create a +the [Create zip download](https://developer.box.com/reference/post-zip-downloads) API to request to create a `zip` archive, and then follow the `status_url` field in the response to this endpoint. diff --git a/src/main/java/com/box/sdkgen/managers/ai/AiManager.java b/src/main/java/com/box/sdkgen/managers/ai/AiManager.java index 20027ca17..c1442f2aa 100644 --- a/src/main/java/com/box/sdkgen/managers/ai/AiManager.java +++ b/src/main/java/com/box/sdkgen/managers/ai/AiManager.java @@ -203,13 +203,15 @@ public AiResponse createAiExtract(AiExtract requestBody, CreateAiExtractHeaders *
To define the extraction structure, provide either a metadata template or a list of fields. * To learn more about creating templates, see [Creating metadata templates in the Admin * Console](https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates) - * or use the [metadata template API](g://metadata/templates/create). + * or use the [metadata template API](https://developer.box.com/guides/metadata/templates/create). * *
This endpoint also supports [Enhanced Extract - * Agent](g://box-ai/ai-tutorials/extract-metadata-structured/#enhanced-extract-agent). + * Agent](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured#enhanced-extract-agent). * *
For information about supported file formats and languages, see the [Extract metadata from - * file (structured)](g://box-ai/ai-tutorials/extract-metadata-structured) API guide. + * file + * (structured)](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured) + * API guide. * * @param requestBody Request body of createAiExtractStructured method */ @@ -224,13 +226,15 @@ public AiExtractStructuredResponse createAiExtractStructured(AiExtractStructured *
To define the extraction structure, provide either a metadata template or a list of fields. * To learn more about creating templates, see [Creating metadata templates in the Admin * Console](https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates) - * or use the [metadata template API](g://metadata/templates/create). + * or use the [metadata template API](https://developer.box.com/guides/metadata/templates/create). * *
This endpoint also supports [Enhanced Extract - * Agent](g://box-ai/ai-tutorials/extract-metadata-structured/#enhanced-extract-agent). + * Agent](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured#enhanced-extract-agent). * *
For information about supported file formats and languages, see the [Extract metadata from - * file (structured)](g://box-ai/ai-tutorials/extract-metadata-structured) API guide. + * file + * (structured)](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured) + * API guide. * * @param requestBody Request body of createAiExtractStructured method * @param headers Headers of createAiExtractStructured method diff --git a/src/main/java/com/box/sdkgen/managers/archives/ArchivesManager.java b/src/main/java/com/box/sdkgen/managers/archives/ArchivesManager.java index 608fd42c2..698e4b45c 100644 --- a/src/main/java/com/box/sdkgen/managers/archives/ArchivesManager.java +++ b/src/main/java/com/box/sdkgen/managers/archives/ArchivesManager.java @@ -34,7 +34,8 @@ protected ArchivesManager(Builder builder) { /** * Retrieves archives for an enterprise. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). */ public ArchivesV2025R0 getArchivesV2025R0() { return getArchivesV2025R0(new GetArchivesV2025R0QueryParams(), new GetArchivesV2025R0Headers()); @@ -43,7 +44,8 @@ public ArchivesV2025R0 getArchivesV2025R0() { /** * Retrieves archives for an enterprise. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param queryParams Query parameters of getArchivesV2025R0 method */ @@ -54,7 +56,8 @@ public ArchivesV2025R0 getArchivesV2025R0(GetArchivesV2025R0QueryParams queryPar /** * Retrieves archives for an enterprise. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param headers Headers of getArchivesV2025R0 method */ @@ -65,7 +68,8 @@ public ArchivesV2025R0 getArchivesV2025R0(GetArchivesV2025R0Headers headers) { /** * Retrieves archives for an enterprise. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param queryParams Query parameters of getArchivesV2025R0 method * @param headers Headers of getArchivesV2025R0 method @@ -102,7 +106,8 @@ public ArchivesV2025R0 getArchivesV2025R0( /** * Creates an archive. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param requestBody Request body of createArchiveV2025R0 method */ @@ -113,7 +118,8 @@ public ArchiveV2025R0 createArchiveV2025R0(CreateArchiveV2025R0RequestBody reque /** * Creates an archive. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param requestBody Request body of createArchiveV2025R0 method * @param headers Headers of createArchiveV2025R0 method @@ -146,7 +152,8 @@ public ArchiveV2025R0 createArchiveV2025R0( /** * Permanently deletes an archive. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param archiveId The ID of the archive. Example: "982312" */ @@ -157,7 +164,8 @@ public void deleteArchiveByIdV2025R0(String archiveId) { /** * Permanently deletes an archive. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param archiveId The ID of the archive. Example: "982312" * @param headers Headers of deleteArchiveByIdV2025R0 method @@ -189,7 +197,8 @@ public void deleteArchiveByIdV2025R0(String archiveId, DeleteArchiveByIdV2025R0H /** * Updates an archive. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param archiveId The ID of the archive. Example: "982312" */ @@ -203,7 +212,8 @@ public ArchiveV2025R0 updateArchiveByIdV2025R0(String archiveId) { /** * Updates an archive. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param archiveId The ID of the archive. Example: "982312" * @param requestBody Request body of updateArchiveByIdV2025R0 method @@ -216,7 +226,8 @@ public ArchiveV2025R0 updateArchiveByIdV2025R0( /** * Updates an archive. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param archiveId The ID of the archive. Example: "982312" * @param headers Headers of updateArchiveByIdV2025R0 method @@ -229,7 +240,8 @@ public ArchiveV2025R0 updateArchiveByIdV2025R0( /** * Updates an archive. * - *
To learn more about the archive APIs, see the [Archive API Guide](g://archives). + *
To learn more about the archive APIs, see the [Archive API + * Guide](https://developer.box.com/guides/archives). * * @param archiveId The ID of the archive. Example: "982312" * @param requestBody Request body of updateArchiveByIdV2025R0 method diff --git a/src/main/java/com/box/sdkgen/managers/chunkeduploads/ChunkedUploadsManager.java b/src/main/java/com/box/sdkgen/managers/chunkeduploads/ChunkedUploadsManager.java index 2563a60fb..150ff1002 100644 --- a/src/main/java/com/box/sdkgen/managers/chunkeduploads/ChunkedUploadsManager.java +++ b/src/main/java/com/box/sdkgen/managers/chunkeduploads/ChunkedUploadsManager.java @@ -147,7 +147,7 @@ public UploadSession createFileUploadSessionForExistingFile( * information about an upload session. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) endpoint. + * session`](https://developer.box.com/reference/post-files-upload-sessions) endpoint. * * @param url URL of getFileUploadSessionById method */ @@ -162,7 +162,7 @@ public UploadSession getFileUploadSessionByUrl(String url) { * information about an upload session. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) endpoint. + * session`](https://developer.box.com/reference/post-files-upload-sessions) endpoint. * * @param url URL of getFileUploadSessionById method * @param headers Headers of getFileUploadSessionById method @@ -187,7 +187,7 @@ public UploadSession getFileUploadSessionByUrl( * Return information about an upload session. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) endpoint. + * session`](https://developer.box.com/reference/post-files-upload-sessions) endpoint. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" */ @@ -199,7 +199,7 @@ public UploadSession getFileUploadSessionById(String uploadSessionId) { * Return information about an upload session. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) endpoint. + * session`](https://developer.box.com/reference/post-files-upload-sessions) endpoint. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" * @param headers Headers of getFileUploadSessionById method @@ -233,8 +233,8 @@ public UploadSession getFileUploadSessionById( * for an upload session. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param url URL of uploadFilePart method * @param requestBody Request body of uploadFilePart method @@ -268,8 +268,8 @@ public UploadedPart uploadFilePartByUrl( * Uploads a chunk of a file for an upload session. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" * @param requestBody Request body of uploadFilePart method @@ -314,8 +314,8 @@ public UploadedPart uploadFilePart( *
This cannot be reversed. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param url URL of deleteFileUploadSessionById method */ @@ -332,8 +332,8 @@ public void deleteFileUploadSessionByUrl(String url) { *
This cannot be reversed. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param url URL of deleteFileUploadSessionById method * @param headers Headers of deleteFileUploadSessionById method @@ -359,8 +359,8 @@ public void deleteFileUploadSessionByUrl( *
This cannot be reversed. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" */ @@ -374,8 +374,8 @@ public void deleteFileUploadSessionById(String uploadSessionId) { *
This cannot be reversed. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" * @param headers Headers of deleteFileUploadSessionById method @@ -408,8 +408,8 @@ public void deleteFileUploadSessionById( * list of the chunks uploaded to the upload session so far. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param url URL of getFileUploadSessionParts method */ @@ -427,8 +427,8 @@ public UploadParts getFileUploadSessionPartsByUrl(String url) { * list of the chunks uploaded to the upload session so far. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param url URL of getFileUploadSessionParts method * @param queryParams Query parameters of getFileUploadSessionParts method @@ -446,8 +446,8 @@ public UploadParts getFileUploadSessionPartsByUrl( * list of the chunks uploaded to the upload session so far. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param url URL of getFileUploadSessionParts method * @param headers Headers of getFileUploadSessionParts method @@ -465,8 +465,8 @@ public UploadParts getFileUploadSessionPartsByUrl( * list of the chunks uploaded to the upload session so far. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param url URL of getFileUploadSessionParts method * @param queryParams Query parameters of getFileUploadSessionParts method @@ -500,8 +500,8 @@ public UploadParts getFileUploadSessionPartsByUrl( * Return a list of the chunks uploaded to the upload session so far. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" */ @@ -516,8 +516,8 @@ public UploadParts getFileUploadSessionParts(String uploadSessionId) { * Return a list of the chunks uploaded to the upload session so far. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" * @param queryParams Query parameters of getFileUploadSessionParts method @@ -532,8 +532,8 @@ public UploadParts getFileUploadSessionParts( * Return a list of the chunks uploaded to the upload session so far. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" * @param headers Headers of getFileUploadSessionParts method @@ -548,8 +548,8 @@ public UploadParts getFileUploadSessionParts( * Return a list of the chunks uploaded to the upload session so far. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" * @param queryParams Query parameters of getFileUploadSessionParts method @@ -593,8 +593,8 @@ public UploadParts getFileUploadSessionParts( * upload session and create a file from the uploaded chunks. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param url URL of createFileUploadSessionCommit method * @param requestBody Request body of createFileUploadSessionCommit method @@ -634,8 +634,8 @@ public Files createFileUploadSessionCommitByUrl( * Close an upload session and create a file from the uploaded chunks. * *
The actual endpoint URL is returned by the [`Create upload - * session`](e://post-files-upload-sessions) and [`Get upload - * session`](e://get-files-upload-sessions-id) endpoints. + * session`](https://developer.box.com/reference/post-files-upload-sessions) and [`Get upload + * session`](https://developer.box.com/reference/get-files-upload-sessions-id) endpoints. * * @param uploadSessionId The ID of the upload session. Example: "D5E3F7A" * @param requestBody Request body of createFileUploadSessionCommit method diff --git a/src/main/java/com/box/sdkgen/managers/fileclassifications/AddClassificationToFileRequestBody.java b/src/main/java/com/box/sdkgen/managers/fileclassifications/AddClassificationToFileRequestBody.java index d3bd97715..5c442498c 100644 --- a/src/main/java/com/box/sdkgen/managers/fileclassifications/AddClassificationToFileRequestBody.java +++ b/src/main/java/com/box/sdkgen/managers/fileclassifications/AddClassificationToFileRequestBody.java @@ -14,7 +14,7 @@ public class AddClassificationToFileRequestBody extends SerializableObject { * *
To list the available classifications in an enterprise, use the classification API to * retrieve the [classification - * template](e://get_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema) + * template](https://developer.box.com/reference/get-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema) * which lists all available classification keys. */ @JsonProperty("Box__Security__Classification__Key") diff --git a/src/main/java/com/box/sdkgen/managers/fileclassifications/UpdateClassificationOnFileRequestBody.java b/src/main/java/com/box/sdkgen/managers/fileclassifications/UpdateClassificationOnFileRequestBody.java index 1036c12f7..9e7f402d5 100644 --- a/src/main/java/com/box/sdkgen/managers/fileclassifications/UpdateClassificationOnFileRequestBody.java +++ b/src/main/java/com/box/sdkgen/managers/fileclassifications/UpdateClassificationOnFileRequestBody.java @@ -39,7 +39,7 @@ public class UpdateClassificationOnFileRequestBody extends SerializableObject { * *
To list the available classifications in an enterprise, use the classification API to * retrieve the [classification - * template](e://get_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema) + * template](https://developer.box.com/reference/get-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema) * which lists all available classification keys. */ protected final String value; diff --git a/src/main/java/com/box/sdkgen/managers/files/UpdateFileByIdRequestBody.java b/src/main/java/com/box/sdkgen/managers/files/UpdateFileByIdRequestBody.java index 14c0b0469..6c9711196 100644 --- a/src/main/java/com/box/sdkgen/managers/files/UpdateFileByIdRequestBody.java +++ b/src/main/java/com/box/sdkgen/managers/files/UpdateFileByIdRequestBody.java @@ -65,7 +65,7 @@ public class UpdateFileByIdRequestBody extends SerializableObject { * *
Passing an empty array `[]` or `null` will remove the file from all collections. * - *
[1]: e://get-collections + *
[1]: https://developer.box.com/reference/get-collections
*/
@Nullable protected List **Note**: File retention API is now **deprecated**. To get information about files and file
* versions under retention, see [files under
- * retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions
- * under retention](e://get-retention-policy-assignments-id-file-versions-under-retention)
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention)
+ * or [file versions under
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention)
* endpoints.
*/
public FileVersionRetentions getFileVersionRetentions() {
@@ -50,8 +51,9 @@ public FileVersionRetentions getFileVersionRetentions() {
*
* **Note**: File retention API is now **deprecated**. To get information about files and file
* versions under retention, see [files under
- * retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions
- * under retention](e://get-retention-policy-assignments-id-file-versions-under-retention)
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention)
+ * or [file versions under
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention)
* endpoints.
*
* @param queryParams Query parameters of getFileVersionRetentions method
@@ -66,8 +68,9 @@ public FileVersionRetentions getFileVersionRetentions(
*
* **Note**: File retention API is now **deprecated**. To get information about files and file
* versions under retention, see [files under
- * retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions
- * under retention](e://get-retention-policy-assignments-id-file-versions-under-retention)
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention)
+ * or [file versions under
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention)
* endpoints.
*
* @param headers Headers of getFileVersionRetentions method
@@ -81,8 +84,9 @@ public FileVersionRetentions getFileVersionRetentions(GetFileVersionRetentionsHe
*
* **Note**: File retention API is now **deprecated**. To get information about files and file
* versions under retention, see [files under
- * retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions
- * under retention](e://get-retention-policy-assignments-id-file-versions-under-retention)
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention)
+ * or [file versions under
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention)
* endpoints.
*
* @param queryParams Query parameters of getFileVersionRetentions method
@@ -126,8 +130,9 @@ public FileVersionRetentions getFileVersionRetentions(
*
* **Note**: File retention API is now **deprecated**. To get information about files and file
* versions under retention, see [files under
- * retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions
- * under retention](e://get-retention-policy-assignments-id-file-versions-under-retention)
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention)
+ * or [file versions under
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention)
* endpoints.
*
* @param fileVersionRetentionId The ID of the file version retention. Example: "3424234"
@@ -142,8 +147,9 @@ public FileVersionRetention getFileVersionRetentionById(String fileVersionRetent
*
* **Note**: File retention API is now **deprecated**. To get information about files and file
* versions under retention, see [files under
- * retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions
- * under retention](e://get-retention-policy-assignments-id-file-versions-under-retention)
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention)
+ * or [file versions under
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention)
* endpoints.
*
* @param fileVersionRetentionId The ID of the file version retention. Example: "3424234"
diff --git a/src/main/java/com/box/sdkgen/managers/folderclassifications/AddClassificationToFolderRequestBody.java b/src/main/java/com/box/sdkgen/managers/folderclassifications/AddClassificationToFolderRequestBody.java
index c4b1843e7..7952bfabf 100644
--- a/src/main/java/com/box/sdkgen/managers/folderclassifications/AddClassificationToFolderRequestBody.java
+++ b/src/main/java/com/box/sdkgen/managers/folderclassifications/AddClassificationToFolderRequestBody.java
@@ -14,7 +14,7 @@ public class AddClassificationToFolderRequestBody extends SerializableObject {
*
* To list the available classifications in an enterprise, use the classification API to
* retrieve the [classification
- * template](e://get_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema)
+ * template](https://developer.box.com/reference/get-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema)
* which lists all available classification keys.
*/
@JsonProperty("Box__Security__Classification__Key")
diff --git a/src/main/java/com/box/sdkgen/managers/folderclassifications/UpdateClassificationOnFolderRequestBody.java b/src/main/java/com/box/sdkgen/managers/folderclassifications/UpdateClassificationOnFolderRequestBody.java
index c60055b3a..b677923f1 100644
--- a/src/main/java/com/box/sdkgen/managers/folderclassifications/UpdateClassificationOnFolderRequestBody.java
+++ b/src/main/java/com/box/sdkgen/managers/folderclassifications/UpdateClassificationOnFolderRequestBody.java
@@ -39,7 +39,7 @@ public class UpdateClassificationOnFolderRequestBody extends SerializableObject
*
* To list the available classifications in an enterprise, use the classification API to
* retrieve the [classification
- * template](e://get_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema)
+ * template](https://developer.box.com/reference/get-metadata-templates-enterprise-securityClassification-6VMVochwUWo-schema)
* which lists all available classification keys.
*/
protected final String value;
diff --git a/src/main/java/com/box/sdkgen/managers/folders/FoldersManager.java b/src/main/java/com/box/sdkgen/managers/folders/FoldersManager.java
index d0592004d..4b65da022 100644
--- a/src/main/java/com/box/sdkgen/managers/folders/FoldersManager.java
+++ b/src/main/java/com/box/sdkgen/managers/folders/FoldersManager.java
@@ -35,10 +35,11 @@ protected FoldersManager(Builder builder) {
* Retrieves details for a folder, including the first 100 entries in the folder.
*
* Passing `sort`, `direction`, `offset`, and `limit` parameters in query allows you to manage
- * the list of returned [folder items](r://folder--full#param-item-collection).
+ * the list of returned [folder
+ * items](https://developer.box.com/reference/resources/folder--full#param-item-collection).
*
* To fetch more items within the folder, use the [Get items in a
- * folder](e://get-folders-id-items) endpoint.
+ * folder](https://developer.box.com/reference/get-folders-id-items) endpoint.
*
* @param folderId The unique identifier that represent a folder.
* The ID for any folder can be determined by visiting this folder in the web application
@@ -54,10 +55,11 @@ public FolderFull getFolderById(String folderId) {
* Retrieves details for a folder, including the first 100 entries in the folder.
*
* Passing `sort`, `direction`, `offset`, and `limit` parameters in query allows you to manage
- * the list of returned [folder items](r://folder--full#param-item-collection).
+ * the list of returned [folder
+ * items](https://developer.box.com/reference/resources/folder--full#param-item-collection).
*
* To fetch more items within the folder, use the [Get items in a
- * folder](e://get-folders-id-items) endpoint.
+ * folder](https://developer.box.com/reference/get-folders-id-items) endpoint.
*
* @param folderId The unique identifier that represent a folder.
* The ID for any folder can be determined by visiting this folder in the web application
@@ -74,10 +76,11 @@ public FolderFull getFolderById(String folderId, GetFolderByIdQueryParams queryP
* Retrieves details for a folder, including the first 100 entries in the folder.
*
* Passing `sort`, `direction`, `offset`, and `limit` parameters in query allows you to manage
- * the list of returned [folder items](r://folder--full#param-item-collection).
+ * the list of returned [folder
+ * items](https://developer.box.com/reference/resources/folder--full#param-item-collection).
*
* To fetch more items within the folder, use the [Get items in a
- * folder](e://get-folders-id-items) endpoint.
+ * folder](https://developer.box.com/reference/get-folders-id-items) endpoint.
*
* @param folderId The unique identifier that represent a folder.
* The ID for any folder can be determined by visiting this folder in the web application
@@ -94,10 +97,11 @@ public FolderFull getFolderById(String folderId, GetFolderByIdHeaders headers) {
* Retrieves details for a folder, including the first 100 entries in the folder.
*
* Passing `sort`, `direction`, `offset`, and `limit` parameters in query allows you to manage
- * the list of returned [folder items](r://folder--full#param-item-collection).
+ * the list of returned [folder
+ * items](https://developer.box.com/reference/resources/folder--full#param-item-collection).
*
* To fetch more items within the folder, use the [Get items in a
- * folder](e://get-folders-id-items) endpoint.
+ * folder](https://developer.box.com/reference/get-folders-id-items) endpoint.
*
* @param folderId The unique identifier that represent a folder.
* The ID for any folder can be determined by visiting this folder in the web application
diff --git a/src/main/java/com/box/sdkgen/managers/folders/UpdateFolderByIdRequestBody.java b/src/main/java/com/box/sdkgen/managers/folders/UpdateFolderByIdRequestBody.java
index 3f4884024..405765ebf 100644
--- a/src/main/java/com/box/sdkgen/managers/folders/UpdateFolderByIdRequestBody.java
+++ b/src/main/java/com/box/sdkgen/managers/folders/UpdateFolderByIdRequestBody.java
@@ -87,7 +87,7 @@ public class UpdateFolderByIdRequestBody extends SerializableObject {
*
* Passing an empty array `[]` or `null` will remove the folder from all collections.
*
- * [1]: e://get-collections
+ * [1]: https://developer.box.com/reference/get-collections
*/
@Nullable protected List Please [list the templates for an enterprise][list], or get all instances on a [file][file]
* or [folder][folder] to inspect a template's key.
*
- * [list]: e://get-metadata-templates-enterprise [file]: e://get-files-id-metadata [folder]:
- * e://get-folders-id-metadata
+ * [list]: https://developer.box.com/reference/get-metadata-templates-enterprise [file]:
+ * https://developer.box.com/reference/get-files-id-metadata [folder]:
+ * https://developer.box.com/reference/get-folders-id-metadata
*/
protected final String templateKey;
diff --git a/src/main/java/com/box/sdkgen/managers/search/SearchForContentQueryParams.java b/src/main/java/com/box/sdkgen/managers/search/SearchForContentQueryParams.java
index ea37b6247..7dc098e9c 100644
--- a/src/main/java/com/box/sdkgen/managers/search/SearchForContentQueryParams.java
+++ b/src/main/java/com/box/sdkgen/managers/search/SearchForContentQueryParams.java
@@ -210,7 +210,8 @@ public class SearchForContentQueryParams {
* through a shared link.
*
* When this parameter has been set to true, the format of the response of this API changes to
- * return a list of [Search Results with Shared Links](r://search_results_with_shared_links).
+ * return a list of [Search Results with Shared
+ * Links](https://developer.box.com/reference/resources/search-results-with-shared-links).
*/
public Boolean includeRecentSharedLinks;
diff --git a/src/main/java/com/box/sdkgen/managers/trashedfiles/TrashedFilesManager.java b/src/main/java/com/box/sdkgen/managers/trashedfiles/TrashedFilesManager.java
index 0fed55b4c..4c4f39980 100644
--- a/src/main/java/com/box/sdkgen/managers/trashedfiles/TrashedFilesManager.java
+++ b/src/main/java/com/box/sdkgen/managers/trashedfiles/TrashedFilesManager.java
@@ -225,10 +225,11 @@ public TrashFileRestored restoreFileFromTrash(
*
* Please note that only if the file itself has been moved to the trash can it be retrieved
* with this API call. If instead one of its parent folders was moved to the trash, only that
- * folder can be inspected using the [`GET /folders/:id/trash`](e://get_folders_id_trash) API.
+ * folder can be inspected using the [`GET
+ * /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API.
*
* To list all items that have been moved to the trash, please use the [`GET
- * /folders/trash/items`](e://get-folders-trash-items/) API.
+ * /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API.
*
* @param fileId The unique identifier that represents a file.
* The ID for any file can be determined by visiting a file in the web application and
@@ -245,10 +246,11 @@ public TrashFile getTrashedFileById(String fileId) {
*
* Please note that only if the file itself has been moved to the trash can it be retrieved
* with this API call. If instead one of its parent folders was moved to the trash, only that
- * folder can be inspected using the [`GET /folders/:id/trash`](e://get_folders_id_trash) API.
+ * folder can be inspected using the [`GET
+ * /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API.
*
* To list all items that have been moved to the trash, please use the [`GET
- * /folders/trash/items`](e://get-folders-trash-items/) API.
+ * /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API.
*
* @param fileId The unique identifier that represents a file.
* The ID for any file can be determined by visiting a file in the web application and
@@ -265,10 +267,11 @@ public TrashFile getTrashedFileById(String fileId, GetTrashedFileByIdQueryParams
*
* Please note that only if the file itself has been moved to the trash can it be retrieved
* with this API call. If instead one of its parent folders was moved to the trash, only that
- * folder can be inspected using the [`GET /folders/:id/trash`](e://get_folders_id_trash) API.
+ * folder can be inspected using the [`GET
+ * /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API.
*
* To list all items that have been moved to the trash, please use the [`GET
- * /folders/trash/items`](e://get-folders-trash-items/) API.
+ * /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API.
*
* @param fileId The unique identifier that represents a file.
* The ID for any file can be determined by visiting a file in the web application and
@@ -285,10 +288,11 @@ public TrashFile getTrashedFileById(String fileId, GetTrashedFileByIdHeaders hea
*
* Please note that only if the file itself has been moved to the trash can it be retrieved
* with this API call. If instead one of its parent folders was moved to the trash, only that
- * folder can be inspected using the [`GET /folders/:id/trash`](e://get_folders_id_trash) API.
+ * folder can be inspected using the [`GET
+ * /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API.
*
* To list all items that have been moved to the trash, please use the [`GET
- * /folders/trash/items`](e://get-folders-trash-items/) API.
+ * /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API.
*
* @param fileId The unique identifier that represents a file.
* The ID for any file can be determined by visiting a file in the web application and
diff --git a/src/main/java/com/box/sdkgen/managers/trashedfolders/TrashedFoldersManager.java b/src/main/java/com/box/sdkgen/managers/trashedfolders/TrashedFoldersManager.java
index 474e6810c..eab42a406 100644
--- a/src/main/java/com/box/sdkgen/managers/trashedfolders/TrashedFoldersManager.java
+++ b/src/main/java/com/box/sdkgen/managers/trashedfolders/TrashedFoldersManager.java
@@ -281,10 +281,11 @@ public TrashFolderRestored restoreFolderFromTrash(
*
* Please note that only if the folder itself has been moved to the trash can it be retrieved
* with this API call. If instead one of its parent folders was moved to the trash, only that
- * folder can be inspected using the [`GET /folders/:id/trash`](e://get_folders_id_trash) API.
+ * folder can be inspected using the [`GET
+ * /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API.
*
* To list all items that have been moved to the trash, please use the [`GET
- * /folders/trash/items`](e://get-folders-trash-items/) API.
+ * /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API.
*
* @param folderId The unique identifier that represent a folder.
* The ID for any folder can be determined by visiting this folder in the web application
@@ -302,10 +303,11 @@ public TrashFolder getTrashedFolderById(String folderId) {
*
* Please note that only if the folder itself has been moved to the trash can it be retrieved
* with this API call. If instead one of its parent folders was moved to the trash, only that
- * folder can be inspected using the [`GET /folders/:id/trash`](e://get_folders_id_trash) API.
+ * folder can be inspected using the [`GET
+ * /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API.
*
* To list all items that have been moved to the trash, please use the [`GET
- * /folders/trash/items`](e://get-folders-trash-items/) API.
+ * /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API.
*
* @param folderId The unique identifier that represent a folder.
* The ID for any folder can be determined by visiting this folder in the web application
@@ -324,10 +326,11 @@ public TrashFolder getTrashedFolderById(
*
* Please note that only if the folder itself has been moved to the trash can it be retrieved
* with this API call. If instead one of its parent folders was moved to the trash, only that
- * folder can be inspected using the [`GET /folders/:id/trash`](e://get_folders_id_trash) API.
+ * folder can be inspected using the [`GET
+ * /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API.
*
* To list all items that have been moved to the trash, please use the [`GET
- * /folders/trash/items`](e://get-folders-trash-items/) API.
+ * /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API.
*
* @param folderId The unique identifier that represent a folder.
* The ID for any folder can be determined by visiting this folder in the web application
@@ -345,10 +348,11 @@ public TrashFolder getTrashedFolderById(String folderId, GetTrashedFolderByIdHea
*
* Please note that only if the folder itself has been moved to the trash can it be retrieved
* with this API call. If instead one of its parent folders was moved to the trash, only that
- * folder can be inspected using the [`GET /folders/:id/trash`](e://get_folders_id_trash) API.
+ * folder can be inspected using the [`GET
+ * /folders/:id/trash`](https://developer.box.com/reference/get-folders-id-trash) API.
*
* To list all items that have been moved to the trash, please use the [`GET
- * /folders/trash/items`](e://get-folders-trash-items/) API.
+ * /folders/trash/items`](https://developer.box.com/reference/get-folders-trash-items/) API.
*
* @param folderId The unique identifier that represent a folder.
* The ID for any folder can be determined by visiting this folder in the web application
diff --git a/src/main/java/com/box/sdkgen/managers/zipdownloads/ZipDownloadsManager.java b/src/main/java/com/box/sdkgen/managers/zipdownloads/ZipDownloadsManager.java
index ea3ec64cf..15a6665b3 100644
--- a/src/main/java/com/box/sdkgen/managers/zipdownloads/ZipDownloadsManager.java
+++ b/src/main/java/com/box/sdkgen/managers/zipdownloads/ZipDownloadsManager.java
@@ -101,8 +101,8 @@ public ZipDownload createZipDownload(
* request for a zip archive would need to be created.
*
* The URL of this endpoint should not be considered as fixed. Instead, use the [Create zip
- * download](e://post_zip_downloads) API to request to create a `zip` archive, and then follow the
- * `download_url` field in the response to this endpoint.
+ * download](https://developer.box.com/reference/post-zip-downloads) API to request to create a
+ * `zip` archive, and then follow the `download_url` field in the response to this endpoint.
*
* @param downloadUrl The URL that can be used to download created `zip` archive. Example:
* `https://dl.boxcloud.com/2.0/zip_downloads/29l00nfxDyHOt7RphI9zT_w==nDnZEDjY2S8iEWWCHEEiptFxwoWojjlibZjJ6geuE5xnXENDTPxzgbks_yY=/content`
@@ -121,8 +121,8 @@ public InputStream getZipDownloadContent(String downloadUrl) {
* request for a zip archive would need to be created.
*
* The URL of this endpoint should not be considered as fixed. Instead, use the [Create zip
- * download](e://post_zip_downloads) API to request to create a `zip` archive, and then follow the
- * `download_url` field in the response to this endpoint.
+ * download](https://developer.box.com/reference/post-zip-downloads) API to request to create a
+ * `zip` archive, and then follow the `download_url` field in the response to this endpoint.
*
* @param downloadUrl The URL that can be used to download created `zip` archive. Example:
* `https://dl.boxcloud.com/2.0/zip_downloads/29l00nfxDyHOt7RphI9zT_w==nDnZEDjY2S8iEWWCHEEiptFxwoWojjlibZjJ6geuE5xnXENDTPxzgbks_yY=/content`
@@ -152,8 +152,8 @@ public InputStream getZipDownloadContent(
* is valid for 12 hours from the start of the download.
*
* The URL of this endpoint should not be considered as fixed. Instead, use the [Create zip
- * download](e://post_zip_downloads) API to request to create a `zip` archive, and then follow the
- * `status_url` field in the response to this endpoint.
+ * download](https://developer.box.com/reference/post-zip-downloads) API to request to create a
+ * `zip` archive, and then follow the `status_url` field in the response to this endpoint.
*
* @param statusUrl The URL that can be used to get the status of the `zip` archive being
* downloaded. Example:
@@ -171,8 +171,8 @@ public ZipDownloadStatus getZipDownloadStatus(String statusUrl) {
* is valid for 12 hours from the start of the download.
*
* The URL of this endpoint should not be considered as fixed. Instead, use the [Create zip
- * download](e://post_zip_downloads) API to request to create a `zip` archive, and then follow the
- * `status_url` field in the response to this endpoint.
+ * download](https://developer.box.com/reference/post-zip-downloads) API to request to create a
+ * `zip` archive, and then follow the `status_url` field in the response to this endpoint.
*
* @param statusUrl The URL that can be used to get the status of the `zip` archive being
* downloaded. Example:
diff --git a/src/main/java/com/box/sdkgen/schemas/aiagentbasictexttoolbase/AiAgentBasicTextToolBase.java b/src/main/java/com/box/sdkgen/schemas/aiagentbasictexttoolbase/AiAgentBasicTextToolBase.java
index b6e6225a1..b191e1f1f 100644
--- a/src/main/java/com/box/sdkgen/schemas/aiagentbasictexttoolbase/AiAgentBasicTextToolBase.java
+++ b/src/main/java/com/box/sdkgen/schemas/aiagentbasictexttoolbase/AiAgentBasicTextToolBase.java
@@ -17,7 +17,7 @@ public class AiAgentBasicTextToolBase extends SerializableObject {
/**
* The model used for the AI agent for basic text. For specific model values, see the [available
- * models list](g://box-ai/supported-models).
+ * models list](https://developer.box.com/guides/box-ai/supported-models).
*/
protected String model;
diff --git a/src/main/java/com/box/sdkgen/schemas/aiagentreference/AiAgentReference.java b/src/main/java/com/box/sdkgen/schemas/aiagentreference/AiAgentReference.java
index da01e1354..42fab408b 100644
--- a/src/main/java/com/box/sdkgen/schemas/aiagentreference/AiAgentReference.java
+++ b/src/main/java/com/box/sdkgen/schemas/aiagentreference/AiAgentReference.java
@@ -20,7 +20,8 @@ public class AiAgentReference extends SerializableObject {
/**
* The ID of an Agent. This can be a numeric ID for custom agents (for example, `14031`) or a
* unique identifier for pre-built agents (for example, `enhanced_extract_agent` for the [Enhanced
- * Extract Agent](g://box-ai/ai-tutorials/extract-metadata-structured/#enhanced-extract-agent)).
+ * Extract
+ * Agent](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured#enhanced-extract-agent)).
*/
protected String id;
diff --git a/src/main/java/com/box/sdkgen/schemas/aiagentspreadsheettool/AiAgentSpreadsheetTool.java b/src/main/java/com/box/sdkgen/schemas/aiagentspreadsheettool/AiAgentSpreadsheetTool.java
index 2dc67e0f6..bc42ab674 100644
--- a/src/main/java/com/box/sdkgen/schemas/aiagentspreadsheettool/AiAgentSpreadsheetTool.java
+++ b/src/main/java/com/box/sdkgen/schemas/aiagentspreadsheettool/AiAgentSpreadsheetTool.java
@@ -17,7 +17,7 @@ public class AiAgentSpreadsheetTool extends SerializableObject {
/**
* The model used for the AI agent for spreadsheets. For specific model values, see the [available
- * models list](g://box-ai/supported-models).
+ * models list](https://developer.box.com/guides/box-ai/supported-models).
*/
protected String model;
diff --git a/src/main/java/com/box/sdkgen/schemas/fileversionretention/FileVersionRetention.java b/src/main/java/com/box/sdkgen/schemas/fileversionretention/FileVersionRetention.java
index dcbe5f94f..88b50d930 100644
--- a/src/main/java/com/box/sdkgen/schemas/fileversionretention/FileVersionRetention.java
+++ b/src/main/java/com/box/sdkgen/schemas/fileversionretention/FileVersionRetention.java
@@ -22,8 +22,10 @@
*
* **Note**: File retention API is now **deprecated**. To get information about files and file
* versions under retention, see [files under
- * retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions under
- * retention](e://get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention)
+ * or [file versions under
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention)
+ * endpoints.
*/
@JsonFilter("nullablePropertyFilter")
public class FileVersionRetention extends SerializableObject {
diff --git a/src/main/java/com/box/sdkgen/schemas/fileversionretentions/FileVersionRetentions.java b/src/main/java/com/box/sdkgen/schemas/fileversionretentions/FileVersionRetentions.java
index 19a0d8823..f2365be36 100644
--- a/src/main/java/com/box/sdkgen/schemas/fileversionretentions/FileVersionRetentions.java
+++ b/src/main/java/com/box/sdkgen/schemas/fileversionretentions/FileVersionRetentions.java
@@ -14,8 +14,10 @@
*
* **Note**: File retention API is now **deprecated**. To get information about files and file
* versions under retention, see [files under
- * retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions under
- * retention](e://get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention)
+ * or [file versions under
+ * retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention)
+ * endpoints.
*/
@JsonFilter("nullablePropertyFilter")
public class FileVersionRetentions extends SerializableObject {
diff --git a/src/main/java/com/box/sdkgen/schemas/metadatacascadepolicy/MetadataCascadePolicy.java b/src/main/java/com/box/sdkgen/schemas/metadatacascadepolicy/MetadataCascadePolicy.java
index 6286b6819..0c211e603 100644
--- a/src/main/java/com/box/sdkgen/schemas/metadatacascadepolicy/MetadataCascadePolicy.java
+++ b/src/main/java/com/box/sdkgen/schemas/metadatacascadepolicy/MetadataCascadePolicy.java
@@ -51,8 +51,9 @@ public class MetadataCascadePolicy extends SerializableObject {
* Please [list the templates for an enterprise][list], or get all instances on a [file][file]
* or [folder][folder] to inspect a template's key.
*
- * [list]: e://get-metadata-templates-enterprise [file]: e://get-files-id-metadata [folder]:
- * e://get-folders-id-metadata
+ * [list]: https://developer.box.com/reference/get-metadata-templates-enterprise [file]:
+ * https://developer.box.com/reference/get-files-id-metadata [folder]:
+ * https://developer.box.com/reference/get-folders-id-metadata
*/
protected String templateKey;
diff --git a/src/main/java/com/box/sdkgen/schemas/metadatafilter/MetadataFilter.java b/src/main/java/com/box/sdkgen/schemas/metadatafilter/MetadataFilter.java
index 940a099c0..f94815476 100644
--- a/src/main/java/com/box/sdkgen/schemas/metadatafilter/MetadataFilter.java
+++ b/src/main/java/com/box/sdkgen/schemas/metadatafilter/MetadataFilter.java
@@ -34,8 +34,9 @@ public class MetadataFilter extends SerializableObject {
* Please [list the templates for an enterprise][list], or get all instances on a [file][file]
* or [folder][folder] to inspect a template's key.
*
- * [list]: e://get-metadata-templates-enterprise [file]: e://get-files-id-metadata [folder]:
- * e://get-folders-id-metadata
+ * [list]: https://developer.box.com/reference/get-metadata-templates-enterprise [file]:
+ * https://developer.box.com/reference/get-files-id-metadata [folder]:
+ * https://developer.box.com/reference/get-folders-id-metadata
*/
protected String templateKey;
diff --git a/src/main/java/com/box/sdkgen/schemas/signrequestcreaterequest/SignRequestCreateRequest.java b/src/main/java/com/box/sdkgen/schemas/signrequestcreaterequest/SignRequestCreateRequest.java
index 76d4e758e..59c0e5663 100644
--- a/src/main/java/com/box/sdkgen/schemas/signrequestcreaterequest/SignRequestCreateRequest.java
+++ b/src/main/java/com/box/sdkgen/schemas/signrequestcreaterequest/SignRequestCreateRequest.java
@@ -43,10 +43,10 @@ public class SignRequestCreateRequest extends SignRequestBase {
* Array of signers for the signature request. 35 is the max number of signers permitted.
*
* **Note**: It may happen that some signers belong to conflicting
- * [segments](r://shield-information-barrier-segment-member) (user groups). This means that due to
- * the security policies, users are assigned to segments to prevent exchanges or communication
- * that could lead to ethical conflicts. In such a case, an attempt to send the sign request will
- * result in an error.
+ * [segments](https://developer.box.com/reference/resources/shield-information-barrier-segment-member)
+ * (user groups). This means that due to the security policies, users are assigned to segments to
+ * prevent exchanges or communication that could lead to ethical conflicts. In such a case, an
+ * attempt to send the sign request will result in an error.
*
* Read more about [segments and ethical
* walls](https://support.box.com/hc/en-us/articles/9920431507603-Understanding-Information-Barriers#h_01GFVJEHQA06N7XEZ4GCZ9GFAQ).
diff --git a/src/main/java/com/box/sdkgen/schemas/signtemplate/SignTemplate.java b/src/main/java/com/box/sdkgen/schemas/signtemplate/SignTemplate.java
index 436fad92f..80d926b10 100644
--- a/src/main/java/com/box/sdkgen/schemas/signtemplate/SignTemplate.java
+++ b/src/main/java/com/box/sdkgen/schemas/signtemplate/SignTemplate.java
@@ -99,10 +99,11 @@ public class SignTemplate extends SerializableObject {
* Array of signers for the template.
*
* **Note**: It may happen that some signers specified in the template belong to conflicting
- * [segments](r://shield-information-barrier-segment-member) (user groups). This means that due to
- * the security policies, users are assigned to segments to prevent exchanges or communication
- * that could lead to ethical conflicts. In such a case, an attempt to send a sign request based
- * on a template that lists signers in conflicting segments will result in an error.
+ * [segments](https://developer.box.com/reference/resources/shield-information-barrier-segment-member)
+ * (user groups). This means that due to the security policies, users are assigned to segments to
+ * prevent exchanges or communication that could lead to ethical conflicts. In such a case, an
+ * attempt to send a sign request based on a template that lists signers in conflicting segments
+ * will result in an error.
*
* Read more about [segments and ethical
* walls](https://support.box.com/hc/en-us/articles/9920431507603-Understanding-Information-Barriers#h_01GFVJEHQA06N7XEZ4GCZ9GFAQ).