From e53a3e6879e95ea1440a9d6f8ac38a302c21bffa Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Fri, 26 Jun 2026 01:52:01 +0000 Subject: [PATCH] Automated spec update (234876) --- specs/openapi.json | 20 ++++++++++++++++++++ specs/openapi_preview.json | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 7534d93..f88377f 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -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" diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 9267d5d..8c541c3 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -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"