From a54c20e5e0ebdc6ad42680dafedb5155f6c7dc55 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 3 Sep 2026 04:27:42 +0000 Subject: [PATCH] Update API specifications with fern api update --- openapi.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.json b/openapi.json index 4192c60..f4c4d52 100644 --- a/openapi.json +++ b/openapi.json @@ -13595,6 +13595,7 @@ }, "parentId": { "description": "Parent model object ID, null for the root level model object", + "minLength": 1, "nullable": true, "type": "string" }, @@ -13752,6 +13753,7 @@ }, "parentId": { "description": "Parent model object ID, null for the root level model object", + "minLength": 1, "nullable": true, "type": "string" }, @@ -13858,6 +13860,7 @@ }, "parentId": { "description": "Parent model object ID, null for the root level model object", + "minLength": 1, "nullable": true, "type": "string" },