main - Automated spec update (90258)
made at remote:2025-01-22T17:56:46 taken at now:2025-01-22T18:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
d3800bfb22
commit
a9638395c8
2 changed files with 48 additions and 0 deletions
|
@ -13850,6 +13850,16 @@
|
||||||
"$ref": "#/components/schemas/PollCreateRequest"
|
"$ref": "#/components/schemas/PollCreateRequest"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"confetti_potion": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -15077,6 +15087,10 @@
|
||||||
"name"
|
"name"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ConfettiPotionCreateRequest": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"ConnectedAccountGuildResponse": {
|
"ConnectedAccountGuildResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -23588,6 +23602,16 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"confetti_potion": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"message_reference": {
|
"message_reference": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -13850,6 +13850,16 @@
|
||||||
"$ref": "#/components/schemas/PollCreateRequest"
|
"$ref": "#/components/schemas/PollCreateRequest"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"confetti_potion": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -15116,6 +15126,10 @@
|
||||||
"name"
|
"name"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ConfettiPotionCreateRequest": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"ConnectedAccountGuildResponse": {
|
"ConnectedAccountGuildResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -23673,6 +23687,16 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"confetti_potion": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"message_reference": {
|
"message_reference": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue