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"