From 1ef11c520a4f95b20026f3153a502fc3a389fde8 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Thu, 5 Mar 2026 04:09:39 +0000 Subject: [PATCH] Automated spec update (192891) --- specs/openapi_preview.json | 58 ++++++++++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index be016f6..aeb77d9 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -8015,7 +8015,7 @@ "items": { "$ref": "#/components/schemas/SnowflakeType" }, - "maxItems": 1521, + "maxItems": 100, "uniqueItems": true } }, @@ -8027,7 +8027,7 @@ "items": { "$ref": "#/components/schemas/AuthorType" }, - "maxItems": 1521, + "maxItems": 100, "uniqueItems": true } }, @@ -8039,7 +8039,43 @@ "items": { "$ref": "#/components/schemas/SnowflakeType" }, - "maxItems": 1521, + "maxItems": 100, + "uniqueItems": true + } + }, + { + "name": "mentions_role_id", + "in": "query", + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SnowflakeType" + }, + "maxItems": 100, + "uniqueItems": true + } + }, + { + "name": "replied_to_user_id", + "in": "query", + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SnowflakeType" + }, + "maxItems": 100, + "uniqueItems": true + } + }, + { + "name": "replied_to_message_id", + "in": "query", + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SnowflakeType" + }, + "maxItems": 100, "uniqueItems": true } }, @@ -8104,7 +8140,7 @@ "items": { "$ref": "#/components/schemas/HasOption" }, - "maxItems": 1521, + "maxItems": 100, "uniqueItems": true } }, @@ -8115,9 +8151,9 @@ "type": "array", "items": { "type": "string", - "maxLength": 152133 + "maxLength": 256 }, - "maxItems": 1521, + "maxItems": 100, "uniqueItems": true } }, @@ -8130,7 +8166,7 @@ "type": "string", "maxLength": 256 }, - "maxItems": 1521, + "maxItems": 100, "uniqueItems": true } }, @@ -8149,7 +8185,7 @@ } ] }, - "maxItems": 1521, + "maxItems": 100, "uniqueItems": true } }, @@ -8160,9 +8196,9 @@ "type": "array", "items": { "type": "string", - "maxLength": 152133 + "maxLength": 256 }, - "maxItems": 1521, + "maxItems": 100, "uniqueItems": true } }, @@ -8175,7 +8211,7 @@ "type": "string", "maxLength": 1024 }, - "maxItems": 1521, + "maxItems": 100, "uniqueItems": true } },