aboutsummaryrefslogtreecommitdiffstats
path: root/packages/open-api
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-08-30 15:26:02 +0000
committerMohamed Bassem <me@mbassem.com>2025-08-30 15:26:02 +0000
commitaecbe6ae8b3dbc7bcdcf33f1c8c086dafb77eb24 (patch)
tree33b57ccae4a7cf1fac3c01babb9c66c97c57089a /packages/open-api
parentf1961822fc355569b431109f6a9a178aefa85dd2 (diff)
downloadkarakeep-aecbe6ae8b3dbc7bcdcf33f1c8c086dafb77eb24.tar.zst
fix: handle list with slashes in their names and truncate long list names. fixes #1597
Diffstat (limited to 'packages/open-api')
-rw-r--r--packages/open-api/karakeep-openapi-spec.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/open-api/karakeep-openapi-spec.json b/packages/open-api/karakeep-openapi-spec.json
index 2b5b9ed2..83a5b811 100644
--- a/packages/open-api/karakeep-openapi-spec.json
+++ b/packages/open-api/karakeep-openapi-spec.json
@@ -1813,12 +1813,12 @@
"name": {
"type": "string",
"minLength": 1,
- "maxLength": 40
+ "maxLength": 100
},
"description": {
"type": "string",
"minLength": 0,
- "maxLength": 100
+ "maxLength": 500
},
"icon": {
"type": "string"
@@ -2006,13 +2006,13 @@
"name": {
"type": "string",
"minLength": 1,
- "maxLength": 40
+ "maxLength": 100
},
"description": {
"type": "string",
"nullable": true,
"minLength": 0,
- "maxLength": 100
+ "maxLength": 500
},
"icon": {
"type": "string"