You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
documentTypeId: z.string().uuid("Must be a valid document type type UUID"),
11
11
parentId: z.string().uuid("Must be a valid document UUID").optional(),
12
12
name: z.string(),
13
-
cultures: z.array(z.string()).optional().describe("Array of culture codes. If not provided, will fetch available cultures from Umbraco. If empty array provided, will create without culture (null culture)."),
13
+
cultures: z.array(z.string()).optional().describe("Array of culture codes. If not provided, will fetch available cultures from Umbraco."),
0 commit comments