Skip to content

Commit

Permalink
docs: Rename platform application (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 authored Jan 13, 2025
1 parent 97268ac commit fd0e2e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Box.V2.Test.Integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
17 changes: 9 additions & 8 deletions docs/terms-of-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [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)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down

0 comments on commit fd0e2e9

Please sign in to comment.