From d863a526befd6a91a806fc67041db70d059cd0cd Mon Sep 17 00:00:00 2001 From: lopo Date: Tue, 16 Sep 2025 23:35:19 +0800 Subject: [PATCH] Update authorizing-oauth-apps.md I found that this request should be GET instead of POST, so I made this change --- .../oauth-apps/building-oauth-apps/authorizing-oauth-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md index c4641949336e..56eee6b9a91f 100644 --- a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md +++ b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md @@ -79,7 +79,7 @@ If the user accepts your request, {% data variables.product.github %} redirects Exchange this `code` for an access token: - POST {% data variables.product.oauth_host_code %}/login/oauth/access_token + GET {% data variables.product.oauth_host_code %}/login/oauth/access_token This endpoint takes the following input parameters.