From bb8eb1ec745a3dfc1e06c40b6e641c9738393df6 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Thu, 17 Sep 2026 18:01:36 +0000 Subject: [PATCH] Automated spec update (266135) --- specs/openapi.json | 11 +++++++++++ specs/openapi_preview.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 5a08e56..7739bfb 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -15601,6 +15601,14 @@ "maximum": 200 } }, + { + "name": "shard", + "in": "query", + "schema": { + "type": "integer", + "minimum": 0 + } + }, { "name": "with_counts", "in": "query", @@ -30700,6 +30708,9 @@ "icon": { "type": "string" }, + "nsfw": { + "type": "boolean" + }, "recipients": { "type": "array", "items": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 45ec8c9..217e75a 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -15613,6 +15613,14 @@ "maximum": 200 } }, + { + "name": "shard", + "in": "query", + "schema": { + "type": "integer", + "minimum": 0 + } + }, { "name": "with_counts", "in": "query", @@ -30719,6 +30727,9 @@ "icon": { "type": "string" }, + "nsfw": { + "type": "boolean" + }, "recipients": { "type": "array", "items": {