summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
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"