Skip to content

Commit f019f65

Browse files
committed
fix: deprecation messages
1 parent dd632ae commit f019f65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/generated/endpoints.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export default {
285285
},
286286
checkAuthorization: {
287287
deprecated:
288-
"octokit.oauthAuthorizations.checkAuthorization() has been renamed to octokit.apps.checkAuthorization() (2019-11-05)",
288+
"octokit.apps.checkAuthorization() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#check-an-authorization",
289289
method: "GET",
290290
params: {
291291
access_token: { required: true, type: "string" },
@@ -502,7 +502,7 @@ export default {
502502
},
503503
resetAuthorization: {
504504
deprecated:
505-
"octokit.oauthAuthorizations.resetAuthorization() has been renamed to octokit.apps.resetAuthorization() (2019-11-05)",
505+
"octokit.apps.resetAuthorization() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#reset-an-authorization",
506506
method: "POST",
507507
params: {
508508
access_token: { required: true, type: "string" },
@@ -521,7 +521,7 @@ export default {
521521
},
522522
revokeAuthorizationForApplication: {
523523
deprecated:
524-
"octokit.oauthAuthorizations.revokeAuthorizationForApplication() has been renamed to octokit.apps.revokeAuthorizationForApplication() (2019-11-05)",
524+
"octokit.apps.revokeAuthorizationForApplication() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#revoke-an-authorization-for-an-application",
525525
method: "DELETE",
526526
params: {
527527
access_token: { required: true, type: "string" },
@@ -531,7 +531,7 @@ export default {
531531
},
532532
revokeGrantForApplication: {
533533
deprecated:
534-
"octokit.oauthAuthorizations.revokeGrantForApplication() has been renamed to octokit.apps.revokeGrantForApplication() (2019-11-05)",
534+
"octokit.apps.revokeGrantForApplication() is deprecated, see https://developer.github.com/v3/apps/oauth_applications/#revoke-a-grant-for-an-application",
535535
method: "DELETE",
536536
params: {
537537
access_token: { required: true, type: "string" },

0 commit comments

Comments
 (0)