From fd0e2e96d14e554a52a9251c6a1c0311a4f62e71 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Mon, 13 Jan 2025 12:44:43 +0100 Subject: [PATCH] docs: Rename platform application (#971) --- Box.V2.Test.Integration/README.md | 2 +- docs/terms-of-service.md | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Box.V2.Test.Integration/README.md b/Box.V2.Test.Integration/README.md index b777f275c..936b2b931 100644 --- a/Box.V2.Test.Integration/README.md +++ b/Box.V2.Test.Integration/README.md @@ -3,7 +3,7 @@ Integration tests ## Setup -To run the integration tests locally, you need an existing Box app. Create a box app in https://cloud.app.box.com/developers/console. Select the JWT authentication method. You must enable all possible scopes and authorize your app to access the Enterprise if you want to run all the tests. Some tests requires enterprise access and different scopes. When your application is ready download App Settings as and replace the existing `config.json` file in this directory with your own. +To run the integration tests locally, you need an existing Box app. Create a platform app in https://cloud.app.box.com/developers/console. Select the JWT authentication method. You must enable all possible scopes and authorize your app to access the Enterprise if you want to run all the tests. Some tests requires enterprise access and different scopes. When your application is ready download App Settings as and replace the existing `config.json` file in this directory with your own. There is an optional `userId` field that you can fill in with your existing `userId`, so this user will be used in the tests and no new user will be created. diff --git a/docs/terms-of-service.md b/docs/terms-of-service.md index c715c33c0..9c8a27916 100644 --- a/docs/terms-of-service.md +++ b/docs/terms-of-service.md @@ -2,20 +2,21 @@ Terms of Service ================ Terms of Service are custom objects that the admin of an enterprise can configure. This will prompt the -end user to accept/re-accept or decline the custom Terms of Service for custom applications built on +end user to accept/re-accept or decline the custom Terms of Service for platform applications built on Box Platform. -- [Create a Terms of Service for an Enterprise](#create-a-terms-of-service-for-an-enterprise) -- [Update a Terms of Service for an Enterprise](#update-a-terms-of-service-for-an-enterprise) -- [Get a Terms of Service By ID](#get-a-terms-of-service-by-id) -- [Get Terms of Service for an Enterprise](#get-terms-of-service-for-an-enterprise) -- [Create User Status on Terms of Service](#create-user-status-on-terms-of-service) -- [Update User Status on Terms of Service](#update-user-status-on-terms-of-service) -- [Get Terms of Service Status for User](#get-terms-of-service-status-for-user) +- [Terms of Service](#terms-of-service) + - [Create a Terms of Service for an Enterprise](#create-a-terms-of-service-for-an-enterprise) + - [Update a Terms of Service for an Enterprise](#update-a-terms-of-service-for-an-enterprise) + - [Get a Terms of Service By ID](#get-a-terms-of-service-by-id) + - [Get Terms of Service for an Enterprise](#get-terms-of-service-for-an-enterprise) + - [Create User Status on Terms of Service](#create-user-status-on-terms-of-service) + - [Update User Status on Terms of Service](#update-user-status-on-terms-of-service) + - [Get Terms of Service Status for User](#get-terms-of-service-status-for-user)