We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d431b1 commit 77c7f3cCopy full SHA for 77c7f3c
content/index.md
@@ -49,6 +49,7 @@ The API is expected to be finalized Real Soon Now.
49
### Breaking Beta Changes
50
51
##### August 30, 2012
52
+* Added `repo:status` scope
53
* Added Status API
54
55
##### August 7, 2012
content/v3/oauth.md
@@ -146,6 +146,10 @@ public\_repo
146
repo
147
: Read/write access to public and private repos and organizations.
148
149
+repo:status
150
+: Read/write access to public and private repo statuses. Does **not**
151
+include access to code - use `repo` for that.
152
+
153
delete\_repo
154
: Delete access to adminable repositories.
155
0 commit comments