summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-28 16:06:55 +0100
committerRory& <root@rory.gay>2026-03-28 16:06:55 +0100
commit210a0ffdae0c440406265cca484729c8b142c7ad (patch)
treefe275a43a69927646e375c0f9f4717c3981c9602
parentUpdate node packages (diff)
downloadserver-ts-210a0ffdae0c440406265cca484729c8b142c7ad.tar.xz
Update schemas
-rw-r--r--assets/openapi.json4
-rw-r--r--assets/schemas.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index 3f396f60..b7d25d70 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -14145,6 +14145,9 @@ }, "maxPreloadCount": { "type": "integer" + }, + "maxEmbeds": { + "type": "integer" } }, "required": [ @@ -14152,6 +14155,7 @@ "maxBulkDelete", "maxCharacters", "maxEmbedDownloadSize", + "maxEmbeds", "maxPreloadCount", "maxReactions", "maxTTSCharacters" diff --git a/assets/schemas.json b/assets/schemas.json
index 256191e1..55de5538 100644 --- a/assets/schemas.json +++ b/assets/schemas.json
@@ -15025,6 +15025,9 @@ }, "maxPreloadCount": { "type": "integer" + }, + "maxEmbeds": { + "type": "integer" } }, "additionalProperties": false, @@ -15033,6 +15036,7 @@ "maxBulkDelete", "maxCharacters", "maxEmbedDownloadSize", + "maxEmbeds", "maxPreloadCount", "maxReactions", "maxTTSCharacters"