summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-14 17:44:55 +0100
committerRory& <root@rory.gay>2026-02-14 17:44:55 +0100
commit642bf1d60b2d7c6d8dbbb1ea34406ef01802294a (patch)
treecaa19483bf136fc6cac1ee846ad2bd2d4572b39a /assets/openapi.json
parentUnset env for docker containers, add cacertificates? (diff)
downloadserver-ts-642bf1d60b2d7c6d8dbbb1ea34406ef01802294a.tar.xz
Try to enforce channel limts?
Diffstat (limited to 'assets/openapi.json')
-rw-r--r--assets/openapi.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index f7bc123a..a06d0d78 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -4082,7 +4082,6 @@ "type": "object", "properties": { "name": { - "maxLength": 100, "type": "string" }, "type": { @@ -6831,7 +6830,6 @@ "type": "object", "properties": { "name": { - "maxLength": 100, "type": "string" }, "type": { @@ -13373,9 +13371,14 @@ "maxWebhooks": { "type": "integer", "default": 100 + }, + "maxName": { + "type": "integer", + "default": 32 } }, "required": [ + "maxName", "maxPins", "maxTopic", "maxWebhooks"