From e72307525614195720dddf85ebdc6a0a721837d3 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Mon, 1 Jul 2024 16:22:44 +0000 Subject: [PATCH] Automated spec update (55717) --- specs/openapi.json | 16 ++++++++-------- specs/openapi_preview.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 84f4e0a..b7cfa31 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -12578,9 +12578,6 @@ "type": { "$ref": "#/components/schemas/MessageType" }, - "channel_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, "content": { "type": "string" }, @@ -12668,6 +12665,9 @@ "id": { "$ref": "#/components/schemas/SnowflakeType" }, + "channel_id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "author": { "$ref": "#/components/schemas/UserResponse" }, @@ -12849,7 +12849,6 @@ }, "required": [ "type", - "channel_id", "content", "mentions", "mention_roles", @@ -12859,6 +12858,7 @@ "flags", "components", "id", + "channel_id", "author", "pinned", "mention_everyone", @@ -22770,9 +22770,6 @@ "type": { "$ref": "#/components/schemas/MessageType" }, - "channel_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, "content": { "type": "string" }, @@ -22860,6 +22857,9 @@ "id": { "$ref": "#/components/schemas/SnowflakeType" }, + "channel_id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "author": { "$ref": "#/components/schemas/UserResponse" }, @@ -23060,7 +23060,6 @@ }, "required": [ "type", - "channel_id", "content", "mentions", "mention_roles", @@ -23070,6 +23069,7 @@ "flags", "components", "id", + "channel_id", "author", "pinned", "mention_everyone", diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 484834a..a9c8e72 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -12777,9 +12777,6 @@ "type": { "$ref": "#/components/schemas/MessageType" }, - "channel_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, "content": { "type": "string" }, @@ -12867,6 +12864,9 @@ "id": { "$ref": "#/components/schemas/SnowflakeType" }, + "channel_id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "author": { "$ref": "#/components/schemas/UserResponse" }, @@ -13064,7 +13064,6 @@ }, "required": [ "type", - "channel_id", "content", "mentions", "mention_roles", @@ -13074,6 +13073,7 @@ "flags", "components", "id", + "channel_id", "author", "pinned", "mention_everyone", @@ -23161,9 +23161,6 @@ "type": { "$ref": "#/components/schemas/MessageType" }, - "channel_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, "content": { "type": "string" }, @@ -23251,6 +23248,9 @@ "id": { "$ref": "#/components/schemas/SnowflakeType" }, + "channel_id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "author": { "$ref": "#/components/schemas/UserResponse" }, @@ -23467,7 +23467,6 @@ }, "required": [ "type", - "channel_id", "content", "mentions", "mention_roles", @@ -23477,6 +23476,7 @@ "flags", "components", "id", + "channel_id", "author", "pinned", "mention_everyone",