aboutsummaryrefslogtreecommitdiffstats
path: root/packages/open-api/karakeep-openapi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/open-api/karakeep-openapi-spec.json')
-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"