Skip to content

Commit 51099ed

Browse files
authored
Merge pull request circleci#4986 from circleci/update-project-token-permissions
update project token documentation
2 parents 59f1622 + b74c4e4 commit 51099ed

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

jekyll/_cci2/managing-api-tokens.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ you can create within CircleCI.
2424
These tokens are used to interact with the CircleCI API
2525
and grant full read and write permissions.
2626
2. **Project**:
27-
These tokens provide information about specific projects
28-
and only grant read permissions.
29-
Project tokens have three scope options: _Status_, _Build Artifacts_, and _All_.
27+
These tokens allow you to read/write information for specific projects.
28+
Project tokens have three scope options: _Status_, _Read Only_, and _Admin_.
3029
- _Status_ tokens grant read access to the project's build statuses.
3130
Useful for [embedding status badges]({{ site.baseurl }}/2.0/status-badges/).
32-
- _Build Artifacts_ tokens grant read access to the project's build artifacts.
33-
- _All_ tokens grant read access for the project's build statuses and build artifacts.
31+
- _Read Only_ tokens grant read only access to the project's API.
32+
- _Admin_ tokens grant read and write access for the project's API.
3433

3534
**Note**:
3635
API tokens cannot be modifed

0 commit comments

Comments
 (0)