Skip to content
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "f97463c", "specHash": "b7abe0d", "version": "5.2.0" }
{ "engineHash": "b5860f1", "specHash": "1e0848d", "version": "5.2.0" }
1 change: 1 addition & 0 deletions docs/sdkgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ the SDK are available by topic:
* [Listcollaborations](listcollaborations.md)
* [Memberships](memberships.md)
* [Metadatacascadepolicies](metadatacascadepolicies.md)
* [Metadatataxonomies](metadatataxonomies.md)
* [Metadatatemplates](metadatatemplates.md)
* [Recentitems](recentitems.md)
* [Retentionpolicies](retentionpolicies.md)
Expand Down
4 changes: 4 additions & 0 deletions docs/sdkgen/filemetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ client.getFileMetadata().getFileMetadata(file.getId())

- fileId `String`
- The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
- queryParams `GetFileMetadataQueryParams`
- Query parameters of getFileMetadata method
- headers `GetFileMetadataHeaders`
- Headers of getFileMetadata method

Expand Down Expand Up @@ -62,6 +64,8 @@ client.getFileMetadata().getFileMetadataById(file.getId(), GetFileMetadataByIdSc
- The scope of the metadata template. Example: "global"
- templateKey `String`
- The name of the metadata template. Example: "properties"
- queryParams `GetFileMetadataByIdQueryParams`
- Query parameters of getFileMetadataById method
- headers `GetFileMetadataByIdHeaders`
- Headers of getFileMetadataById method

Expand Down
2 changes: 2 additions & 0 deletions docs/sdkgen/foldermetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ client.getFolderMetadata().getFolderMetadata(folder.getId())

- folderId `String`
- The unique identifier that represent a folder. The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`. The root folder of a Box account is always represented by the ID `0`. Example: "12345"
- queryParams `GetFolderMetadataQueryParams`
- Query parameters of getFolderMetadata method
- headers `GetFolderMetadataHeaders`
- Headers of getFolderMetadata method

Expand Down
Loading
Loading