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": {