Authorizations API response changes are now in effect
Two months ago, we announced the migration period for several API changes related to managing OAuth authorizations. As promised, the migration period concluded today, and these changes are now in effect for all requests.
Preview media type no longer needed
If you used the updated Authorizations API during the migration period, you needed
to provide a custom media type in the Accept
header:
application/vnd.github.mirage-preview+json
Now that the migration period has ended, you no longer need to pass this custom media type.
Instead, we recommend that you specify v3
as the version in the
Accept
header:
application/vnd.github.v3+json
Feedback
As always, if you have any feedback, please don't hesitate to get in touch with us.