Skip to content

Commit 6d6b08a

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/form-data-4.0.4
2 parents 10d31fd + fd6008a commit 6d6b08a

File tree

131 files changed

+2705
-992
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+2705
-992
lines changed

.spelling

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ FIPS
312312
OpenAI
313313
XCode
314314
embeddings
315+
GPT-5
315316
GPT-4
316317
GPT-3
317318
freeform
@@ -362,3 +363,7 @@ Kus
362363
multiselect
363364
add-ons
364365
65k
366+
cybersecurity
367+
SObject
368+
WatsonX
369+
400k

content/guides/ai-studio/getting-started-ai-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ calls.
8080
[createapps]: g://applications/app-types/platform-apps
8181
[postman]: g://tooling/postman
8282
[authorization]: g://authorization
83-
[reauthorization]: g://authorization/custom-app-approval#re-authorization-on-changes
83+
[reauthorization]: g://authorization/platform-app-approval#re-authorization-on-changes

content/guides/api-calls/api-versioning-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For details on possible errors, see [versioning errors](g://api-calls/permission
110110

111111
## How Box SDK versioning works
112112

113-
The versioning strategy applies only to [next generation generated SDKs](page://sdks-and-tools/#next-generation-sdks).
113+
The versioning strategy applies only to [generated SDKs](page://sdks-and-tools/#next-generation-sdks).
114114

115115
Box SDKs support the **All Versions In** SDK approach.
116116
This means that every release of SDK provides access to all endpoints in any version which is currently live. All generated SDKs use manager's approach - they group all endpoints with the same domain in one manager.

content/guides/api-calls/permissions-and-errors/scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,4 @@ The standard OAuth scopes are also supported when downscoping.
342342
[suppress]: g://api-calls/suppress-notifications
343343
[ds]: g://authentication/tokens/downscope
344344
[sa]: page://platform/user-types/#service-account
345-
[ca]: [https://support.box.com/hc/en-us/articles/1500005433721-Users-Groups-Settings#h_01GSE1DYJKTY9EXEWJEDKFHCNV]
345+
[ca]: https://support.box.com/hc/en-us/articles/1500005433721-Users-Groups-Settings#h_01GSE1DYJKTY9EXEWJEDKFHCNV

content/guides/applications/app-types/platform-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ Example use cases for a Platform App include:
6161

6262
Platform Apps may require approval before use.
6363

64-
<CTA to='g://authorization/custom-app-approval'>
64+
<CTA to='g://authorization/platform-app-approval'>
6565
Learn how to approve Platform Apps
6666
</CTA>
6767

6868
[oauth2]: g://authentication/oauth2
6969
[jwt]: g://authentication/jwt
7070
[cc]: g://authentication/client-credentials
7171
[uie]: g://embed/ui-elements
72-
[users]: g;//getting-started/user-types/#managed-users/
72+
[users]: page://platform/user-types/#managed-users

content/guides/applications/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ and view Platform Insights:
6161

6262
[token]: g://authentication/tokens/developer-tokens
6363
[authorization]: g://authorization
64-
[enablement]: g://authorization/custom-app-approval#user-authentication-apps
64+
[enablement]: g://authorization/platform-app-approval#user-authentication-apps
6565
[select]: g://applications/app-types/select
6666
[report]: g://api-calls/permissions-and-errors/app-diagnostics-report
6767
[clientcredentials]: g://authentication/client-credentials

content/guides/archives/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and it is not accessible to previous owner and collaborators.
2828

2929
## Archives are folders
3030

31-
Archives are a special type of folders. Box Archive APIs allow you to create, list and delete archives.
31+
Archives are a special type of folders. Box Archive APIs allow you to create, list, update and delete archives.
3232
However, there are other APIs that also work with archives or with content within archives.
3333
For a full list of supported APIs, see the [Supported APIs][Supported APIs] guide.
3434

@@ -37,11 +37,13 @@ For a full list of supported APIs, see the [Supported APIs][Supported APIs] guid
3737
Before using any of the Box Archive APIs, make sure you can access [Box Archive in Admin Console][Box Archive in Admin Console].
3838
Your Box Platform app must have the `GCM` and `Read and write all files and folders` [scopes][Scopes] enabled.
3939
If you plan to only view archives and not modify them, use the `Read all files and folders` instead of the `Read and write all files and folders` scope.
40+
Additionally, to be able to assign [storage policy][Storage policy] to an archive during its creation, your enterprise must have access to the Box Zones feature and your app must have the `Manage users` scope.
4041

4142
<Message type='notice'>
4243
The `GCM` scope is not available in the Developer Console and needs to be enabled by contacting customer support.
4344
</Message>
4445

4546
[Supported APIs]: g://archives/supported-apis
4647
[Box Archive in Admin Console]: https://support.box.com/hc/en-us/p/Product_Page_2023?section-id=40168863437843
47-
[Scopes]: https://developer.box.com/guides/api-calls/permissions-and-errors/scopes/
48+
[Scopes]: g://api-calls/permissions-and-errors/scopes
49+
[Storage policy]: r://storage-policy

content/guides/archives/supported-apis.md

Lines changed: 30 additions & 28 deletions
Large diffs are not rendered by default.

content/guides/authentication/app-token/app-token-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ related_endpoints: []
66
related_guides:
77
- authentication/select
88
- authentication/oauth2
9-
- authorization/custom-app-approval
9+
- authorization/platform-app-approval
1010
required_guides:
1111
- authentication/select
1212
- applications/app-types/platform-apps

content/guides/authentication/client-credentials/client-credentials-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Click **Review and Submit** to send an email to your Box enterprise Admin for
8787
approval. More information on this process is available in our
8888
[authorization guide][app-auth].
8989

90-
<CTA to='g://authorization/custom-app-approval'>
90+
<CTA to='g://authorization/platform-app-approval'>
9191
Learn how to authorize a Platform Application
9292
</CTA>
9393

0 commit comments

Comments
 (0)