diff --git a/Box.V2.Test.Integration/README.md b/Box.V2.Test.Integration/README.md index b777f275..936b2b93 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 c715c33c..9c8a2791 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)