From 4855b026707935a858181b59ec951e2f9c124540 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Wed, 25 Sep 2024 18:59:49 +0000 Subject: [PATCH] Automated spec update (71682) --- 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 f3e6fc1..094357a 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -10422,6 +10422,26 @@ "$ref": "#/components/schemas/SnowflakeType" } ] + }, + "target_user": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserResponse" + } + ] + }, + "target_message_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] } }, "required": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 0c238e5..8155d52 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -10422,6 +10422,26 @@ "$ref": "#/components/schemas/SnowflakeType" } ] + }, + "target_user": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserResponse" + } + ] + }, + "target_message_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] } }, "required": [