diff --git a/packages/nocodb/src/schema/swagger-v2.json b/packages/nocodb/src/schema/swagger-v2.json index 2385784e61..fe4efa4652 100644 --- a/packages/nocodb/src/schema/swagger-v2.json +++ b/packages/nocodb/src/schema/swagger-v2.json @@ -12897,7 +12897,8 @@ "comment": { "type": "string", "description": "Description for the target row", - "example": "This is the comment for the row" + "example": "This is the comment for the row", + "maxLength": 3000 }, "fk_model_id": { "type": "string", @@ -12935,7 +12936,8 @@ "comment": { "type": "string", "description": "Description for the target row", - "example": "This is the comment for the row" + "example": "This is the comment for the row", + "maxLength": 3000 }, "fk_model_id": { "type": "string", diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index 3a61d497c7..81291c1d20 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -18927,7 +18927,8 @@ "comment": { "type": "string", "description": "Description for the target row", - "example": "This is the comment for the row" + "example": "This is the comment for the row", + "maxLength": 3000 }, "fk_model_id": { "type": "string", @@ -18965,7 +18966,8 @@ "comment": { "type": "string", "description": "Description for the target row", - "example": "This is the comment for the row" + "example": "This is the comment for the row", + "maxLength": 3000 }, "fk_model_id": { "type": "string",