diff --git a/doc/terms_of_service.md b/doc/terms_of_service.md index 9d1db95cc..6ec68cc66 100644 --- a/doc/terms_of_service.md +++ b/doc/terms_of_service.md @@ -2,19 +2,20 @@ Terms of Service ================ Terms of Service allows Box Admins to configure a custom Terms of Service for end users to -accept/re-accept/decline for custom applications +accept/re-accept/decline for platform applications -- [Create a Terms of Service](#create-a-terms-of-service) -- [Edit a Terms of Service](#edit-a-terms-of-service) -- [Get a Terms of Service](#get-a-terms-of-service) -- [Get All Terms of Services](#get-all-terms-of-services) -- [Accept or Decline a Terms of Service for New User](#accept-or-decline-a-terms-of-service-for-new-user) -- [Accept or Decline a Terms of Service for Existing User](#accept-or-decline-a-terms-of-service-for-existing-user) -- [Get User Status on a Terms of Service](#get-user-status-on-a-terms-of-service) +- [Terms of Service](#terms-of-service) + - [Create a Terms of Service](#create-a-terms-of-service) + - [Edit a Terms of Service](#edit-a-terms-of-service) + - [Get a Terms of Service](#get-a-terms-of-service) + - [Get All Terms of Services](#get-all-terms-of-services) + - [Accept or Decline a Terms of Service for New User](#accept-or-decline-a-terms-of-service-for-new-user) + - [Accept or Decline a Terms of Service for Existing User](#accept-or-decline-a-terms-of-service-for-existing-user) + - [Get User Status on a Terms of Service](#get-user-status-on-a-terms-of-service) diff --git a/src/intTest/README.md b/src/intTest/README.md index f136e074d..38d0beabd 100644 --- a/src/intTest/README.md +++ b/src/intTest/README.md @@ -2,7 +2,7 @@ ## Running integration tests locally -### Create Custom Application +### Create Platform Application To run integration tests locally you will need a `Custom App` created at https://cloud.app.box.com/developers/console with `Server Authentication (with JWT)` selected as authentication method. Once created you can edit properties of the application.