From aecbe6ae8b3dbc7bcdcf33f1c8c086dafb77eb24 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 30 Aug 2025 15:26:02 +0000 Subject: fix: handle list with slashes in their names and truncate long list names. fixes #1597 --- packages/open-api/karakeep-openapi-spec.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/open-api/karakeep-openapi-spec.json') 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" -- cgit v1.2.3-70-g09d2