Skip to content

Commit 184cb05

Browse files
authored
DDOC-1196: Box Integrations renaming (#630)
* DDOC-1196: Box Integrations renaming * lint fix
1 parent 3d39939 commit 184cb05

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

content/guides/applications/web-app-integrations/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ when editing or sharing files.
2020

2121
Using a Web App Integration, a user can modify, share, or edit content stored in
2222
Box using a third-party application. It can also offer new features to Box users
23-
through [Recommended Apps][recommended-apps], which show up in Box Preview.
23+
through [Recommended Web Integrations][recommended-web-integrations], which show up in Box Preview.
2424

2525
<ImageFrame border shadow width='600' center>
2626
![Integration example](./images/recommended-apps-preview.png)
@@ -39,5 +39,5 @@ restricted to certain content types and file extensions.
3939
[oauth2]: g://authentication/oauth2
4040
<!-- i18n-enable localize-links -->
4141
[devconsole]: https://app.box.com/developers/console
42-
[recommended-apps]: https://support.box.com/hc/en-us/articles/360044195533-Installing-Recommended-Apps-in-your-Enterprise
42+
[recommended-web-integrations]: https://support.box.com/hc/en-us/articles/360044195533-Installing-Recommended-Apps-in-your-Enterprise
4343
<!-- i18n-disable localize-links -->

content/guides/authorization/custom-app-approval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ copy it using the `copy` button.
8888
#### Server Authentication Apps
8989

9090
<ImageFrame border center>
91-
![Server Apps tab](images/jwt_app_approval_flow.png)
91+
![Server tab](images/jwt_app_approval_flow.png)
9292
</ImageFrame>
9393

9494
#### User Authentication Apps

content/guides/authorization/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ Admin authorization based on enabled enterprise settings.
3333
Subsequent steps are required if any of the following enterprise settings are
3434
enabled:
3535

36-
- Disable published apps by default
37-
- Disable unpublished apps by default
36+
- Disable published Integrations by default
37+
- Disable unpublished Integrations by default
3838
- Require manual admin authorization for transactional access apps
3939

4040
These [settings][setting] can be found by navigating to:
4141

4242
**Admin Console** > **Apps** > **Platform Apps** > click the ⚙ icon
4343

4444
<Message tip>
45-
Published apps are any applications that can be found in our Integrations.
45+
Published integrations are any applications that can be found in our App Center.
4646
</Message>
4747

4848
## Required actions
@@ -51,7 +51,7 @@ To see what steps an Admin must complete for a given app, review the following
5151
scenarios.
5252

5353
<!--alex ignore-->
54-
**Disable published apps by default**:
54+
**Disable Integrations by default**:
5555

5656
| Authentication Method | Enabled | Disabled
5757
| ------------------------------------------------ | ------------------------------------------- | -------------- |
@@ -60,7 +60,7 @@ scenarios.
6060
|[Server Authentication (client credentials)][cc] | N/A | N/A |
6161
|[App Token Authentication][apptoken] | N/A | N/A |
6262

63-
**Disable unpublished apps by default**:
63+
**Disable unpublished integrations by default**:
6464

6565
| Authentication Method | Enabled | Disabled
6666
| ------------------------------------------------ | ----------------------------------------------------------------------------------- | --------------------------------------- |

content/guides/events/event-triggers/shield-smart-access-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ The `additional_details` payload will provide the following details:
355355
`SHIELD_EXTERNAL_COLLAB_INVITE_JUSTIFIED` event.
356356
</Message>
357357

358-
## Application Restriction
358+
## Integration Restriction
359359

360360
If a 3rd-party application, including published custom applications with which
361361
your organization is integrated, is restricted from downloading a file or a

content/guides/getting-started/first-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Begin with the most basic settings. Open the **General Settings** tab
4141
and check or fill in below fields:
4242

4343
- **App Name** - the name you set up during the app creation, you can change it here if needed;
44-
- **Contact Email** - this is set to the developer of the application by default. Keep in mind that once you publish your app, this email is publicly visible to Box users who view your app in the [Integrations][app-center]. We recommend to change it to a support email address, so that users can reach out to support in case of any issues with the integration;
44+
- **Contact Email** - this is set to the developer of the application by default. Keep in mind that once you publish your app, this email is publicly visible to Box users who view your app in the [Integrations][integrations]. We recommend to change it to a support email address, so that users can reach out to support in case of any issues with the integration;
4545
- **Collaborators** - add other developers that can work on this integration, so that they can access the developer interface in case they need to adjust any settings.
4646

4747
<Message type='notice'>
@@ -86,7 +86,7 @@ You can also use [Box CLI tool][box-cli] if you prefer to use the terminal.
8686
[oauth2]: g://authentication/oauth2
8787
[integrations]: g://applications/integrations
8888
[add-users]: https://support.box.com/hc/en-us/articles/360043694594-Add-Users
89-
[app-center]: https://cloud.app.box.com/app-center
89+
[integrations]: https://cloud.app.box.com/integrations
9090
[dev-token]: g://authentication/tokens/developer-tokens/#create-developer-token
9191
[postman-collection]: g://tooling/postman
9292
[api-ref]: https://developer.box.com/reference/

content/guides/getting-started/publish-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rank: 3
55
# Publish your application
66

77
When you finish the app configuration and testing, you can publish
8-
it in the [Box Integrations][app-center]. It allows customers to find
8+
it in the [Box Integrations][integrations]. It allows customers to find
99
your application and add it to their Box accounts.
1010

1111
<Message type='warning'>
@@ -45,4 +45,4 @@ and publish it in the Integrations.
4545
In case of any questions or issues, contact the Partners team:
4646
4747

48-
[app-center]: https://cloud.app.box.com/app-center
48+
[integrations]: https://cloud.app.box.com/integrations
-106 KB
Binary file not shown.

content/guides/security/images/global_apps_settings.png renamed to content/guides/security/images/global_integration_settings.png

File renamed without changes.

content/guides/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Service Account and App Users.
136136
There are a few enterprise settings to be aware of when it comes to the Box API.
137137

138138
<ImageFrame center shadow border>
139-
![Global App Settings](images/global_apps_settings.png)
139+
![Global Integration Settings](images/global_integration_settings.png)
140140
</ImageFrame>
141141

142142
Custom applications fall into two categories: published and unpublished.

content/guides/tooling/salesforce-toolkit/flow-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The list below contains all methods that can be invoked in
3737
- Delete Collaboration (`deleteCollaboration`)
3838
- Delete Metadata Cascade Policy (`deleteMetadataCascadePolicyById`)
3939
- Edit Collaboration (`editCollaboration`)
40-
- Enable App Activity (`enableAppActivity`)
40+
- Enable Integration Activity (`enableAppActivity`)
4141
- Get Box Metadata by Folder Id (`getBoxMetadataByFolderId`)
4242
- Get Folder Associations By Salesforce Record ID (`getFolderAssociationsByRecordId`)
4343
- Get Folder ID By Record ID (`getFolderIdByRecordId`)

0 commit comments

Comments
 (0)