We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f31e0fc + aaee14b commit f58b66cCopy full SHA for f58b66c
content/v3/oauth.md
@@ -132,7 +132,7 @@ authorize form.
132
Check headers to see what OAuth scopes you have, and what the API action
133
accepts.
134
135
- $ curl -H "Authorization: bearer TOKEN" https://api.github.com/users/technoweenie -I
+ $ curl -H "Authorization: token OAUTH-TOKEN" https://api.github.com/users/technoweenie -I
136
HTTP/1.1 200 OK
137
X-OAuth-Scopes: repo, user
138
X-Accepted-OAuth-Scopes: user
0 commit comments