This repository was archived by the owner on Nov 1, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ user is involved including:
23
23
* Commits the user authors or commits
24
24
* Any discussion in which the user actively participates
25
25
26
- All Notification API calls require the <strong >"notifications"</strong > API
27
- scope . Doing this will give read-only access to some Issue/Commit content.
28
- You will still need the "repo" scope to access Issues and Commits from their
29
- respective endpoints.
26
+ All Notification API calls require the <strong >"notifications"</strong > or
27
+ < strong >"repo</ strong > API scopes . Doing this will give read-only access to
28
+ some Issue/Commit content. You will still need the "repo" scope to access
29
+ Issues and Commits from their respective endpoints.
30
30
31
31
Notifications come back as "threads". A Thread contains information about the
32
32
current discussion of an Issue/PullRequest/Commit.
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ delete\_repo
157
157
: Delete access to adminable repositories.
158
158
159
159
notifications
160
- : Read access to a user's notifications.
160
+ : Read access to a user's notifications. ` repo ` is accepted too.
161
161
162
162
gist
163
163
: write access to gists.
You can’t perform that action at this time.
0 commit comments