Skip to content

Commit

Permalink
docs: Rename platform application
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Jan 13, 2025
1 parent b3a691e commit dd90610
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,21 @@ Among other features, Box CLI includes the following functionality:
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Getting Started](#getting-started)
- [CLI Installation](#cli-installation)
- [CLI and Server Authentication with JWT](#cli-and-server-authentication-with-jwt)
- [Usage](#usage)
- [Box CLI](#box-cli)
- [Table of contents](#table-of-contents)
- [Getting Started](#getting-started)
- [CLI Installation](#cli-installation)
- [Windows \& macOS Installers](#windows--macos-installers)
- [Linux \& Node install](#linux--node-install)
- [CLI and Server Authentication with JWT](#cli-and-server-authentication-with-jwt)
- [Usage](#usage)
- [Command Topics](#command-topics)
- [Questions, Bugs, and Feature Requests?](#questions-bugs-and-feature-requests)
- [Versions](#versions)
- [Supported Version](#supported-version)
- [Version schedule](#version-schedule)
- [Contributing to the Box CLI](#contributing-to-the-box-cli)
- [Copyright and License](#copyright-and-license)
- [Questions, Bugs, and Feature Requests?](#questions-bugs-and-feature-requests)
- [Versions](#versions)
- [Supported Version](#supported-version)
- [Version schedule](#version-schedule)
- [Contributing to the Box CLI](#contributing-to-the-box-cli)
- [Copyright and License](#copyright-and-license)

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

Expand All @@ -55,7 +59,7 @@ npm install --global @box/cli
### CLI and Server Authentication with JWT

Alternatively, to get started with the Box CLI, [download and install](#CLI-Installation) CLI, set up a Box application using Server Authentication with JWT and
download the JSON configuration file from the Configuration page of your app in the
download the JSON configuration file from the Configuration page of your platform app in the
[Box Developer Console][dev-console] following [JWT CLI Guide][jwt-guide]. Then, set up the CLI by pointing it to your configuration file:

```sh-session
Expand Down
4 changes: 2 additions & 2 deletions examples/Mass Update User Zones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ If you would like to use Admin Console for zone assignment, see [here](https://s
PS /Users/mikechen>
```

4. Setting up the CLI requires creating a Box application that uses server authentication with JWT. See the [Box CLI Using JWT Authentication][jwt-cli] page for instructions.
* The Box application must have the following application **access level** enabled in the configuration page: `App + Enterprise Access`
4. Setting up the CLI requires creating a Box platform application that uses server authentication with JWT. See the [Box CLI Using JWT Authentication][jwt-cli] page for instructions.
* The Box platform application must have the following application **access level** enabled in the configuration page: `App + Enterprise Access`
* The Box application must have the following **application scopes** enabled in the configuration page: `Manage Enterprise Properties`, `Manage Users`
* The Box application must have the following **advanced features** enabled in the configuration page: `Generate User Access Tokens`

Expand Down

0 comments on commit dd90610

Please sign in to comment.