We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f72176 commit 85870d0Copy full SHA for 85870d0
v3/oauth/index.html
@@ -152,9 +152,9 @@ <h2 id="scopes">Scopes</h2>
152
<dt>user</dt>
153
<dd>DB read/write access to profile info only.</dd>
154
<dt>public_repo</dt>
155
- <dd>DB read/write access, and Git read access to public repos.</dd>
+ <dd>DB read/write access, and Git read access to public repos and organizations.</dd>
156
<dt>repo</dt>
157
- <dd>DB read/write access, and Git read access to public and private repos.</dd>
+ <dd>DB read/write access, and Git read access to public and private repos and organizations.</dd>
158
<dt>gist</dt>
159
<dd>write access to gists.</dd>
160
</dl><p>NOTE: Your application can request the scopes in the initial redirection. You
0 commit comments