Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/apps/oauth-applications
What changes are you suggesting?
As the linked docs page states:
You must use Basic Authentication when accessing this endpoint, using the OAuth application's client_id and client_secret as the username and password
Now code examples uses the token instead of Basic Authentication.
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/apps/oauth-applications
What changes are you suggesting?
As the linked docs page states:
You must use Basic Authentication when accessing this endpoint, using the OAuth application's client_id and client_secret as the username and password
Now code examples uses the token instead of Basic Authentication.
Additional information
No response