mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (24831)
This commit is contained in:
parent
24482b6d20
commit
30af4f7acf
2 changed files with 12 additions and 12 deletions
|
@ -10986,7 +10986,7 @@
|
||||||
"type": "null"
|
"type": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ApplicationOAuth2Params"
|
"$ref": "#/components/schemas/ApplicationOAuth2InstallParams"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -11074,7 +11074,7 @@
|
||||||
"type"
|
"type"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ApplicationOAuth2Params": {
|
"ApplicationOAuth2InstallParams": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
|
@ -11107,7 +11107,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ApplicationOAuth2ParamsResponse": {
|
"ApplicationOAuth2InstallParamsResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
|
@ -11256,7 +11256,7 @@
|
||||||
"type": "null"
|
"type": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse"
|
"$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -19516,7 +19516,7 @@
|
||||||
"type": "null"
|
"type": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse"
|
"$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -23556,7 +23556,7 @@
|
||||||
"type": "null"
|
"type": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse"
|
"$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -10986,7 +10986,7 @@
|
||||||
"type": "null"
|
"type": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ApplicationOAuth2Params"
|
"$ref": "#/components/schemas/ApplicationOAuth2InstallParams"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -11074,7 +11074,7 @@
|
||||||
"type"
|
"type"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ApplicationOAuth2Params": {
|
"ApplicationOAuth2InstallParams": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
|
@ -11107,7 +11107,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ApplicationOAuth2ParamsResponse": {
|
"ApplicationOAuth2InstallParamsResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
|
@ -11256,7 +11256,7 @@
|
||||||
"type": "null"
|
"type": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse"
|
"$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -19605,7 +19605,7 @@
|
||||||
"type": "null"
|
"type": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse"
|
"$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -23645,7 +23645,7 @@
|
||||||
"type": "null"
|
"type": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ApplicationOAuth2ParamsResponse"
|
"$ref": "#/components/schemas/ApplicationOAuth2InstallParamsResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue