Missing curl
argument -I
#16527
Labels
content
This issue or pull request belongs to the Docs Content team
curl
argument -I
#16527
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/overview/resources-in-the-rest-api#increasing-the-unauthenticated-rate-limit-for-oauth-apps
What part(s) of the article would you like to see updated?
The command
$ curl -u my_client_id:my_client_secret https://api.github.com/user/repos
doesn't give the results shown in the documentation directly below.That's because the command is missing the argument
-I
for showing the header of the response.Additional information
No response
The text was updated successfully, but these errors were encountered: