Automated spec update (234876)

This commit is contained in:
Nelly (automation bot) 2026-06-26 01:52:01 +00:00
parent 2884427060
commit e53a3e6879
2 changed files with 40 additions and 0 deletions

View file

@ -12111,6 +12111,20 @@
"schema": {
"$ref": "#/components/schemas/SnowflakeType"
}
},
{
"name": "target_channel_id",
"in": "query",
"schema": {
"$ref": "#/components/schemas/SnowflakeType"
}
},
{
"name": "target_message_id",
"in": "query",
"schema": {
"$ref": "#/components/schemas/SnowflakeType"
}
}
],
"responses": {
@ -27133,6 +27147,12 @@
"guild_scheduled_event": {
"$ref": "#/components/schemas/ScheduledEventResponse"
},
"target_channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"target_message_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uses": {
"type": "integer",
"format": "int32"

View file

@ -12123,6 +12123,20 @@
"schema": {
"$ref": "#/components/schemas/SnowflakeType"
}
},
{
"name": "target_channel_id",
"in": "query",
"schema": {
"$ref": "#/components/schemas/SnowflakeType"
}
},
{
"name": "target_message_id",
"in": "query",
"schema": {
"$ref": "#/components/schemas/SnowflakeType"
}
}
],
"responses": {
@ -27152,6 +27166,12 @@
"guild_scheduled_event": {
"$ref": "#/components/schemas/ScheduledEventResponse"
},
"target_channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"target_message_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uses": {
"type": "integer",
"format": "int32"