From 70af70a2656d79d1abf016e58a5b3453b1b2bd0e Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Mon, 14 Sep 2026 21:50:45 +0000 Subject: [PATCH] Automated spec update (264255) --- specs/openapi.json | 19 +++++++++++++++++++ specs/openapi_preview.json | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 63003bb..5a08e56 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -24096,6 +24096,25 @@ "type": "null" } ] + }, + "target_user_ids": { + "description": "The IDs of the users to target with this invite.", + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/SnowflakeType" + }, + "maxItems": 1000, + "uniqueItems": true + }, + { + "type": "null" + } + ] } } }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 2cc1025..45ec8c9 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -24114,6 +24114,25 @@ "type": "null" } ] + }, + "target_user_ids": { + "description": "The IDs of the users to target with this invite.", + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "$ref": "#/components/schemas/SnowflakeType" + }, + "maxItems": 1000, + "uniqueItems": true + }, + { + "type": "null" + } + ] } } },