From 260d0ad07b72eacb8e5289d62dee46cb4e656593 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Wed, 12 Mar 2025 17:36:23 +0000 Subject: [PATCH] Automated spec update (99382) --- specs/openapi.json | 4 ++-- specs/openapi_preview.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index e72c9e2..33f9c1d 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -31502,7 +31502,7 @@ "type": "oauth2", "flows": { "implicit": { - "authorizationUrl": "discord.com/oauth2/authorize", + "authorizationUrl": "https://discord.com/api/oauth2/authorize", "refreshUrl": "https://discord.com/api/oauth2/token", "scopes": { "activities.invites.write": "allows your app to send activity invites - requires Discord approval (NOT REQUIRED FOR GAMESDK ACTIVITY MANAGER)", @@ -31579,7 +31579,7 @@ } }, "authorizationCode": { - "authorizationUrl": "discord.com/oauth2/authorize", + "authorizationUrl": "https://discord.com/api/oauth2/authorize", "tokenUrl": "https://discord.com/api/oauth2/token", "refreshUrl": "https://discord.com/api/oauth2/token", "scopes": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 27bb2fa..a1fa6fd 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -31965,7 +31965,7 @@ "type": "oauth2", "flows": { "implicit": { - "authorizationUrl": "discord.com/oauth2/authorize", + "authorizationUrl": "https://discord.com/api/oauth2/authorize", "refreshUrl": "https://discord.com/api/oauth2/token", "scopes": { "activities.invites.write": "allows your app to send activity invites - requires Discord approval (NOT REQUIRED FOR GAMESDK ACTIVITY MANAGER)", @@ -32042,7 +32042,7 @@ } }, "authorizationCode": { - "authorizationUrl": "discord.com/oauth2/authorize", + "authorizationUrl": "https://discord.com/api/oauth2/authorize", "tokenUrl": "https://discord.com/api/oauth2/token", "refreshUrl": "https://discord.com/api/oauth2/token", "scopes": {