mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-07-01 18:24:42 -04:00
Automated spec update (234876)
This commit is contained in:
parent
2884427060
commit
e53a3e6879
2 changed files with 40 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue