mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-09-03 14:32:39 -04:00
Automated spec update (99382)
This commit is contained in:
parent
93e2bb78d2
commit
260d0ad07b
2 changed files with 4 additions and 4 deletions
|
@ -31502,7 +31502,7 @@
|
||||||
"type": "oauth2",
|
"type": "oauth2",
|
||||||
"flows": {
|
"flows": {
|
||||||
"implicit": {
|
"implicit": {
|
||||||
"authorizationUrl": "discord.com/oauth2/authorize",
|
"authorizationUrl": "https://discord.com/api/oauth2/authorize",
|
||||||
"refreshUrl": "https://discord.com/api/oauth2/token",
|
"refreshUrl": "https://discord.com/api/oauth2/token",
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"activities.invites.write": "allows your app to send activity invites - requires Discord approval (NOT REQUIRED FOR GAMESDK ACTIVITY MANAGER)",
|
"activities.invites.write": "allows your app to send activity invites - requires Discord approval (NOT REQUIRED FOR GAMESDK ACTIVITY MANAGER)",
|
||||||
|
@ -31579,7 +31579,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authorizationCode": {
|
"authorizationCode": {
|
||||||
"authorizationUrl": "discord.com/oauth2/authorize",
|
"authorizationUrl": "https://discord.com/api/oauth2/authorize",
|
||||||
"tokenUrl": "https://discord.com/api/oauth2/token",
|
"tokenUrl": "https://discord.com/api/oauth2/token",
|
||||||
"refreshUrl": "https://discord.com/api/oauth2/token",
|
"refreshUrl": "https://discord.com/api/oauth2/token",
|
||||||
"scopes": {
|
"scopes": {
|
||||||
|
|
|
@ -31965,7 +31965,7 @@
|
||||||
"type": "oauth2",
|
"type": "oauth2",
|
||||||
"flows": {
|
"flows": {
|
||||||
"implicit": {
|
"implicit": {
|
||||||
"authorizationUrl": "discord.com/oauth2/authorize",
|
"authorizationUrl": "https://discord.com/api/oauth2/authorize",
|
||||||
"refreshUrl": "https://discord.com/api/oauth2/token",
|
"refreshUrl": "https://discord.com/api/oauth2/token",
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"activities.invites.write": "allows your app to send activity invites - requires Discord approval (NOT REQUIRED FOR GAMESDK ACTIVITY MANAGER)",
|
"activities.invites.write": "allows your app to send activity invites - requires Discord approval (NOT REQUIRED FOR GAMESDK ACTIVITY MANAGER)",
|
||||||
|
@ -32042,7 +32042,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authorizationCode": {
|
"authorizationCode": {
|
||||||
"authorizationUrl": "discord.com/oauth2/authorize",
|
"authorizationUrl": "https://discord.com/api/oauth2/authorize",
|
||||||
"tokenUrl": "https://discord.com/api/oauth2/token",
|
"tokenUrl": "https://discord.com/api/oauth2/token",
|
||||||
"refreshUrl": "https://discord.com/api/oauth2/token",
|
"refreshUrl": "https://discord.com/api/oauth2/token",
|
||||||
"scopes": {
|
"scopes": {
|
||||||
|
|
Loading…
Reference in a new issue