Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "467757c", "specHash": "1e0848d", "version": "10.3.0" }
{ "engineHash": "c370934", "specHash": "9d069ca", "version": "10.3.0" }
6 changes: 3 additions & 3 deletions docs/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
8 changes: 4 additions & 4 deletions docs/archives.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down
36 changes: 18 additions & 18 deletions docs/chunkeduploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down
4 changes: 2 additions & 2 deletions docs/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions docs/fileversionretentions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down
6 changes: 3 additions & 3 deletions docs/folders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/trashedfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions docs/trashedfolders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions docs/zipdownloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
16 changes: 10 additions & 6 deletions src/main/java/com/box/sdkgen/managers/ai/AiManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,15 @@ public AiResponse createAiExtract(AiExtract requestBody, CreateAiExtractHeaders
* <p>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).
*
* <p>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).
*
* <p>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
*/
Expand All @@ -224,13 +226,15 @@ public AiExtractStructuredResponse createAiExtractStructured(AiExtractStructured
* <p>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).
*
* <p>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).
*
* <p>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
Expand Down
Loading