From 17ea13968df71cede196f2431b257c89e962d66e Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Fri, 6 Dec 2024 18:29:07 +0100 Subject: [PATCH] remove redundant user_id --- openapi.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/openapi.json b/openapi.json index d252c4c4..a1a4ec64 100644 --- a/openapi.json +++ b/openapi.json @@ -484,11 +484,6 @@ "description": "The ID of parent item", "type": "string", "example": "123" - }, - "user_id": { - "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", - "type": "string", - "example": "12346930" } } }, @@ -1328,11 +1323,6 @@ "description": "The ID of parent item", "type": "string", "example": "123" - }, - "user_id": { - "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", - "type": "string", - "example": "12346930" } } }, @@ -5160,11 +5150,6 @@ "description": "The ID of parent item", "type": "string", "example": "123" - }, - "user_id": { - "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", - "type": "string", - "example": "12346930" } } }, @@ -13137,11 +13122,6 @@ "description": "The ID of parent item", "type": "string", "example": "123" - }, - "user_id": { - "description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.", - "type": "string", - "example": "12346930" } } },