Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What changes are you suggesting?
In the example, the url given for the access token is not correct, the app
is missing from the url.
Current value in example :
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
Expected value :
"access_tokens_url": "https://api.github.com/app/installations/1/access_tokens",
Additional information
No response