mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (90258)
This commit is contained in:
parent
997fa1595a
commit
bc5d9c9bdb
2 changed files with 48 additions and 0 deletions
|
@ -13850,6 +13850,16 @@
|
|||
"$ref": "#/components/schemas/PollCreateRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -15077,6 +15087,10 @@
|
|||
"name"
|
||||
]
|
||||
},
|
||||
"ConfettiPotionCreateRequest": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"ConnectedAccountGuildResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -23588,6 +23602,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"message_reference": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
|
@ -13850,6 +13850,16 @@
|
|||
"$ref": "#/components/schemas/PollCreateRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -15116,6 +15126,10 @@
|
|||
"name"
|
||||
]
|
||||
},
|
||||
"ConfettiPotionCreateRequest": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"ConnectedAccountGuildResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -23673,6 +23687,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"message_reference": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue